org.jvnet.ogc.gml.v_3_1_1
Class ObjectFactory

java.lang.Object
  extended by org.jvnet.ogc.gml.v_3_1_1.ObjectFactory
All Implemented Interfaces:
ObjectFactoryInterface

public class ObjectFactory
extends java.lang.Object
implements ObjectFactoryInterface


Field Summary
static javax.xml.namespace.QName _Exterior_QNAME
           
static javax.xml.namespace.QName _Geometry_QNAME
           
static javax.xml.namespace.QName _Interior_QNAME
           
static javax.xml.namespace.QName _LinearRing_QNAME
           
static javax.xml.namespace.QName _LinearRingProperty_QNAME
           
static javax.xml.namespace.QName _LineString_QNAME
           
static javax.xml.namespace.QName _LineStringProperty_QNAME
           
static javax.xml.namespace.QName _MultiGeometry_QNAME
           
static javax.xml.namespace.QName _MultiGeometryProperty_QNAME
           
static javax.xml.namespace.QName _MultiLineString_QNAME
           
static javax.xml.namespace.QName _MultiLineStringProperty_QNAME
           
static javax.xml.namespace.QName _MultiPoint_QNAME
           
static javax.xml.namespace.QName _MultiPointProperty_QNAME
           
static javax.xml.namespace.QName _MultiPolygon_QNAME
           
static javax.xml.namespace.QName _MultiPolygonProperty_QNAME
           
static javax.xml.namespace.QName _Point_QNAME
           
static javax.xml.namespace.QName _PointProperty_QNAME
           
static javax.xml.namespace.QName _Polygon_QNAME
           
static javax.xml.namespace.QName _PolygonProperty_QNAME
           
static javax.xml.namespace.QName _Pos_QNAME
           
 
Constructor Summary
ObjectFactory()
           
 
Method Summary
 net.opengis.gml.v_3_1_1.AbstractRingPropertyType createAbstractRingPropertyType()
           
 net.opengis.gml.v_3_1_1.CoordinatesType createCoordinatesType()
           
 net.opengis.gml.v_3_1_1.CoordType createCoordType()
           
 net.opengis.gml.v_3_1_1.DirectPositionListType createDirectPositionListType()
           
 net.opengis.gml.v_3_1_1.DirectPositionType createDirectPositionType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.AbstractRingPropertyType> createExterior(net.opengis.gml.v_3_1_1.AbstractRingPropertyType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> createGeometry(net.opengis.gml.v_3_1_1.AbstractGeometryType value)
           
 net.opengis.gml.v_3_1_1.GeometryPropertyType createGeometryPropertyType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.AbstractRingPropertyType> createInterior(net.opengis.gml.v_3_1_1.AbstractRingPropertyType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LinearRingType> createLinearRing(net.opengis.gml.v_3_1_1.LinearRingType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LinearRingPropertyType> createLinearRingProperty(net.opengis.gml.v_3_1_1.LinearRingPropertyType value)
           
 net.opengis.gml.v_3_1_1.LinearRingPropertyType createLinearRingPropertyType()
           
 net.opengis.gml.v_3_1_1.LinearRingType createLinearRingType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LineStringType> createLineString(net.opengis.gml.v_3_1_1.LineStringType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LineStringPropertyType> createLineStringProperty(net.opengis.gml.v_3_1_1.LineStringPropertyType value)
           
 net.opengis.gml.v_3_1_1.LineStringPropertyType createLineStringPropertyType()
           
 net.opengis.gml.v_3_1_1.LineStringType createLineStringType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiGeometryType> createMultiGeometry(net.opengis.gml.v_3_1_1.MultiGeometryType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiGeometryPropertyType> createMultiGeometryProperty(net.opengis.gml.v_3_1_1.MultiGeometryPropertyType value)
           
 net.opengis.gml.v_3_1_1.MultiGeometryPropertyType createMultiGeometryPropertyType()
           
 net.opengis.gml.v_3_1_1.MultiGeometryType createMultiGeometryType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiLineStringType> createMultiLineString(net.opengis.gml.v_3_1_1.MultiLineStringType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiLineStringPropertyType> createMultiLineStringProperty(net.opengis.gml.v_3_1_1.MultiLineStringPropertyType value)
           
 net.opengis.gml.v_3_1_1.MultiLineStringPropertyType createMultiLineStringPropertyType()
           
 net.opengis.gml.v_3_1_1.MultiLineStringType createMultiLineStringType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPointType> createMultiPoint(net.opengis.gml.v_3_1_1.MultiPointType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPointPropertyType> createMultiPointProperty(net.opengis.gml.v_3_1_1.MultiPointPropertyType value)
           
 net.opengis.gml.v_3_1_1.MultiPointPropertyType createMultiPointPropertyType()
           
 net.opengis.gml.v_3_1_1.MultiPointType createMultiPointType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPolygonType> createMultiPolygon(net.opengis.gml.v_3_1_1.MultiPolygonType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPolygonPropertyType> createMultiPolygonProperty(net.opengis.gml.v_3_1_1.MultiPolygonPropertyType value)
           
 net.opengis.gml.v_3_1_1.MultiPolygonPropertyType createMultiPolygonPropertyType()
           
 net.opengis.gml.v_3_1_1.MultiPolygonType createMultiPolygonType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PointType> createPoint(net.opengis.gml.v_3_1_1.PointType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PointPropertyType> createPointProperty(net.opengis.gml.v_3_1_1.PointPropertyType value)
           
 net.opengis.gml.v_3_1_1.PointPropertyType createPointPropertyType()
           
 net.opengis.gml.v_3_1_1.PointType createPointType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PolygonType> createPolygon(net.opengis.gml.v_3_1_1.PolygonType value)
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PolygonPropertyType> createPolygonProperty(net.opengis.gml.v_3_1_1.PolygonPropertyType value)
           
 net.opengis.gml.v_3_1_1.PolygonPropertyType createPolygonPropertyType()
           
 net.opengis.gml.v_3_1_1.PolygonType createPolygonType()
           
 javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.DirectPositionType> createPos(net.opengis.gml.v_3_1_1.DirectPositionType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Pos_QNAME

public static final javax.xml.namespace.QName _Pos_QNAME

_Point_QNAME

public static final javax.xml.namespace.QName _Point_QNAME

_PointProperty_QNAME

public static final javax.xml.namespace.QName _PointProperty_QNAME

_LineString_QNAME

public static final javax.xml.namespace.QName _LineString_QNAME

_LineStringProperty_QNAME

public static final javax.xml.namespace.QName _LineStringProperty_QNAME

_LinearRing_QNAME

public static final javax.xml.namespace.QName _LinearRing_QNAME

_LinearRingProperty_QNAME

public static final javax.xml.namespace.QName _LinearRingProperty_QNAME

_Exterior_QNAME

public static final javax.xml.namespace.QName _Exterior_QNAME

_Interior_QNAME

public static final javax.xml.namespace.QName _Interior_QNAME

_Polygon_QNAME

public static final javax.xml.namespace.QName _Polygon_QNAME

_PolygonProperty_QNAME

public static final javax.xml.namespace.QName _PolygonProperty_QNAME

_MultiPoint_QNAME

public static final javax.xml.namespace.QName _MultiPoint_QNAME

_MultiPointProperty_QNAME

public static final javax.xml.namespace.QName _MultiPointProperty_QNAME

_MultiLineString_QNAME

public static final javax.xml.namespace.QName _MultiLineString_QNAME

_MultiLineStringProperty_QNAME

public static final javax.xml.namespace.QName _MultiLineStringProperty_QNAME

_MultiPolygon_QNAME

public static final javax.xml.namespace.QName _MultiPolygon_QNAME

_MultiPolygonProperty_QNAME

public static final javax.xml.namespace.QName _MultiPolygonProperty_QNAME

_MultiGeometry_QNAME

public static final javax.xml.namespace.QName _MultiGeometry_QNAME

_MultiGeometryProperty_QNAME

public static final javax.xml.namespace.QName _MultiGeometryProperty_QNAME

_Geometry_QNAME

public static final javax.xml.namespace.QName _Geometry_QNAME
Constructor Detail

ObjectFactory

public ObjectFactory()
Method Detail

createCoordType

public net.opengis.gml.v_3_1_1.CoordType createCoordType()
Specified by:
createCoordType in interface ObjectFactoryInterface

createCoordinatesType

public net.opengis.gml.v_3_1_1.CoordinatesType createCoordinatesType()
Specified by:
createCoordinatesType in interface ObjectFactoryInterface

createPos

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.DirectPositionType> createPos(net.opengis.gml.v_3_1_1.DirectPositionType value)
Specified by:
createPos in interface ObjectFactoryInterface

createDirectPositionType

public net.opengis.gml.v_3_1_1.DirectPositionType createDirectPositionType()
Specified by:
createDirectPositionType in interface ObjectFactoryInterface

createDirectPositionListType

public net.opengis.gml.v_3_1_1.DirectPositionListType createDirectPositionListType()
Specified by:
createDirectPositionListType in interface ObjectFactoryInterface

createPointType

public net.opengis.gml.v_3_1_1.PointType createPointType()
Specified by:
createPointType in interface ObjectFactoryInterface

createPoint

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PointType> createPoint(net.opengis.gml.v_3_1_1.PointType value)
Specified by:
createPoint in interface ObjectFactoryInterface

createPointPropertyType

public net.opengis.gml.v_3_1_1.PointPropertyType createPointPropertyType()
Specified by:
createPointPropertyType in interface ObjectFactoryInterface

createPointProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PointPropertyType> createPointProperty(net.opengis.gml.v_3_1_1.PointPropertyType value)
Specified by:
createPointProperty in interface ObjectFactoryInterface

createLineStringType

public net.opengis.gml.v_3_1_1.LineStringType createLineStringType()
Specified by:
createLineStringType in interface ObjectFactoryInterface

createLineString

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LineStringType> createLineString(net.opengis.gml.v_3_1_1.LineStringType value)
Specified by:
createLineString in interface ObjectFactoryInterface

createLineStringPropertyType

public net.opengis.gml.v_3_1_1.LineStringPropertyType createLineStringPropertyType()
Specified by:
createLineStringPropertyType in interface ObjectFactoryInterface

createLineStringProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LineStringPropertyType> createLineStringProperty(net.opengis.gml.v_3_1_1.LineStringPropertyType value)
Specified by:
createLineStringProperty in interface ObjectFactoryInterface

createLinearRingType

public net.opengis.gml.v_3_1_1.LinearRingType createLinearRingType()
Specified by:
createLinearRingType in interface ObjectFactoryInterface

createLinearRing

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LinearRingType> createLinearRing(net.opengis.gml.v_3_1_1.LinearRingType value)
Specified by:
createLinearRing in interface ObjectFactoryInterface

createLinearRingPropertyType

public net.opengis.gml.v_3_1_1.LinearRingPropertyType createLinearRingPropertyType()
Specified by:
createLinearRingPropertyType in interface ObjectFactoryInterface

createLinearRingProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.LinearRingPropertyType> createLinearRingProperty(net.opengis.gml.v_3_1_1.LinearRingPropertyType value)
Specified by:
createLinearRingProperty in interface ObjectFactoryInterface

createAbstractRingPropertyType

public net.opengis.gml.v_3_1_1.AbstractRingPropertyType createAbstractRingPropertyType()
Specified by:
createAbstractRingPropertyType in interface ObjectFactoryInterface

createExterior

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.AbstractRingPropertyType> createExterior(net.opengis.gml.v_3_1_1.AbstractRingPropertyType value)
Specified by:
createExterior in interface ObjectFactoryInterface

createInterior

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.AbstractRingPropertyType> createInterior(net.opengis.gml.v_3_1_1.AbstractRingPropertyType value)
Specified by:
createInterior in interface ObjectFactoryInterface

createPolygonType

public net.opengis.gml.v_3_1_1.PolygonType createPolygonType()
Specified by:
createPolygonType in interface ObjectFactoryInterface

createPolygonPropertyType

public net.opengis.gml.v_3_1_1.PolygonPropertyType createPolygonPropertyType()
Specified by:
createPolygonPropertyType in interface ObjectFactoryInterface

createPolygon

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PolygonType> createPolygon(net.opengis.gml.v_3_1_1.PolygonType value)
Specified by:
createPolygon in interface ObjectFactoryInterface

createPolygonProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.PolygonPropertyType> createPolygonProperty(net.opengis.gml.v_3_1_1.PolygonPropertyType value)
Specified by:
createPolygonProperty in interface ObjectFactoryInterface

createMultiPointType

public net.opengis.gml.v_3_1_1.MultiPointType createMultiPointType()
Specified by:
createMultiPointType in interface ObjectFactoryInterface

createMultiPoint

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPointType> createMultiPoint(net.opengis.gml.v_3_1_1.MultiPointType value)
Specified by:
createMultiPoint in interface ObjectFactoryInterface

createMultiPointPropertyType

public net.opengis.gml.v_3_1_1.MultiPointPropertyType createMultiPointPropertyType()
Specified by:
createMultiPointPropertyType in interface ObjectFactoryInterface

createMultiPointProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPointPropertyType> createMultiPointProperty(net.opengis.gml.v_3_1_1.MultiPointPropertyType value)
Specified by:
createMultiPointProperty in interface ObjectFactoryInterface

createMultiLineStringType

public net.opengis.gml.v_3_1_1.MultiLineStringType createMultiLineStringType()
Specified by:
createMultiLineStringType in interface ObjectFactoryInterface

createMultiLineString

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiLineStringType> createMultiLineString(net.opengis.gml.v_3_1_1.MultiLineStringType value)
Specified by:
createMultiLineString in interface ObjectFactoryInterface

createMultiLineStringPropertyType

public net.opengis.gml.v_3_1_1.MultiLineStringPropertyType createMultiLineStringPropertyType()
Specified by:
createMultiLineStringPropertyType in interface ObjectFactoryInterface

createMultiLineStringProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiLineStringPropertyType> createMultiLineStringProperty(net.opengis.gml.v_3_1_1.MultiLineStringPropertyType value)
Specified by:
createMultiLineStringProperty in interface ObjectFactoryInterface

createMultiPolygonType

public net.opengis.gml.v_3_1_1.MultiPolygonType createMultiPolygonType()
Specified by:
createMultiPolygonType in interface ObjectFactoryInterface

createMultiPolygonPropertyType

public net.opengis.gml.v_3_1_1.MultiPolygonPropertyType createMultiPolygonPropertyType()
Specified by:
createMultiPolygonPropertyType in interface ObjectFactoryInterface

createMultiPolygon

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPolygonType> createMultiPolygon(net.opengis.gml.v_3_1_1.MultiPolygonType value)
Specified by:
createMultiPolygon in interface ObjectFactoryInterface

createMultiPolygonProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiPolygonPropertyType> createMultiPolygonProperty(net.opengis.gml.v_3_1_1.MultiPolygonPropertyType value)
Specified by:
createMultiPolygonProperty in interface ObjectFactoryInterface

createMultiGeometryType

public net.opengis.gml.v_3_1_1.MultiGeometryType createMultiGeometryType()
Specified by:
createMultiGeometryType in interface ObjectFactoryInterface

createMultiGeometry

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiGeometryType> createMultiGeometry(net.opengis.gml.v_3_1_1.MultiGeometryType value)
Specified by:
createMultiGeometry in interface ObjectFactoryInterface

createMultiGeometryPropertyType

public net.opengis.gml.v_3_1_1.MultiGeometryPropertyType createMultiGeometryPropertyType()
Specified by:
createMultiGeometryPropertyType in interface ObjectFactoryInterface

createMultiGeometryProperty

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.MultiGeometryPropertyType> createMultiGeometryProperty(net.opengis.gml.v_3_1_1.MultiGeometryPropertyType value)
Specified by:
createMultiGeometryProperty in interface ObjectFactoryInterface

createGeometryPropertyType

public net.opengis.gml.v_3_1_1.GeometryPropertyType createGeometryPropertyType()
Specified by:
createGeometryPropertyType in interface ObjectFactoryInterface

createGeometry

public javax.xml.bind.JAXBElement<net.opengis.gml.v_3_1_1.AbstractGeometryType> createGeometry(net.opengis.gml.v_3_1_1.AbstractGeometryType value)
Specified by:
createGeometry in interface ObjectFactoryInterface


Copyright © 2008-2010 Highsource. All Rights Reserved.