public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.gml._3_3.ce
|
public ObjectFactory()
public SimplePolygonType createSimplePolygonType()
SimplePolygonTypepublic SimpleRectangleType createSimpleRectangleType()
SimpleRectangleTypepublic SimpleTriangleType createSimpleTriangleType()
SimpleTriangleTypepublic SimpleArcStringType createSimpleArcStringType()
SimpleArcStringTypepublic SimpleArcType createSimpleArcType()
SimpleArcTypepublic SimpleArcByCenterPointType createSimpleArcByCenterPointType()
SimpleArcByCenterPointTypepublic SimpleArcStringByBulgeType createSimpleArcStringByBulgeType()
SimpleArcStringByBulgeTypepublic SimpleArcByBulgeType createSimpleArcByBulgeType()
SimpleArcByBulgeTypepublic SimpleMultiPointType createSimpleMultiPointType()
SimpleMultiPointTypepublic MultiPointPropertyType createMultiPointPropertyType()
MultiPointPropertyTypepublic JAXBElement<SimplePolygonType> createSimplePolygon(SimplePolygonType value)
public JAXBElement<net.opengis.gml.v_3_2_1.AbstractSurfaceType> createAbstractSimplePolygon(net.opengis.gml.v_3_2_1.AbstractSurfaceType value)
public JAXBElement<SimpleRectangleType> createSimpleRectangle(SimpleRectangleType value)
public JAXBElement<SimpleTriangleType> createSimpleTriangle(SimpleTriangleType value)
public JAXBElement<SimpleArcStringType> createSimpleArcString(SimpleArcStringType value)
public JAXBElement<net.opengis.gml.v_3_2_1.AbstractCurveType> createAbstractSimpleArcString(net.opengis.gml.v_3_2_1.AbstractCurveType value)
public JAXBElement<SimpleArcType> createSimpleArc(SimpleArcType value)
public JAXBElement<SimpleArcByCenterPointType> createSimpleArcByCenterPoint(SimpleArcByCenterPointType value)
public JAXBElement<SimpleArcStringByBulgeType> createSimpleArcStringByBulge(SimpleArcStringByBulgeType value)
public JAXBElement<SimpleArcByBulgeType> createSimpleArcByBulge(SimpleArcByBulgeType value)
public JAXBElement<SimpleArcType> createSimpleCircle(SimpleArcType value)
public JAXBElement<SimpleArcByCenterPointType> createSimpleCircleByCenterPoint(SimpleArcByCenterPointType value)
public JAXBElement<SimpleMultiPointType> createSimpleMultiPoint(SimpleMultiPointType value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.