net.opengis.gml
Class ObjectFactory

java.lang.Object
  extended by net.opengis.gml.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.gml package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.gml
 
Method Summary
 AbstractRingPropertyType createAbstractRingPropertyType()
          Create an instance of AbstractRingPropertyType
 AbstractSurfaceType createAbstractSurfaceType()
          Create an instance of AbstractSurfaceType
 CodeType createCodeType()
          Create an instance of CodeType
 JAXBElement<CoordType> createCoord(CoordType value)
          Create an instance of JAXBElement<CoordType>}
 JAXBElement<CoordinatesType> createCoordinates(CoordinatesType value)
          Create an instance of JAXBElement<CoordinatesType>}
 CoordinatesType createCoordinatesType()
          Create an instance of CoordinatesType
 CoordType createCoordType()
          Create an instance of CoordType
 JAXBElement<AbstractCurveType> createCurve(AbstractCurveType value)
          Create an instance of JAXBElement<AbstractCurveType>}
 JAXBElement<StringOrRefType> createDescription(StringOrRefType value)
          Create an instance of JAXBElement<StringOrRefType>}
 DirectPositionListType createDirectPositionListType()
          Create an instance of DirectPositionListType
 DirectPositionType createDirectPositionType()
          Create an instance of DirectPositionType
 JAXBElement<EnvelopeType> createEnvelope(EnvelopeType value)
          Create an instance of JAXBElement<EnvelopeType>}
 EnvelopeType createEnvelopeType()
          Create an instance of EnvelopeType
 JAXBElement<AbstractRingPropertyType> createExterior(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 JAXBElement<AbstractGeometricPrimitiveType> createGeometricPrimitive(AbstractGeometricPrimitiveType value)
          Create an instance of JAXBElement<AbstractGeometricPrimitiveType>}
 JAXBElement<AbstractGeometryType> createGeometry(AbstractGeometryType value)
          Create an instance of JAXBElement<AbstractGeometryType>}
 JAXBElement<AbstractGMLType> createGML(AbstractGMLType value)
          Create an instance of JAXBElement<AbstractGMLType>}
 JAXBElement<AbstractRingPropertyType> createInterior(AbstractRingPropertyType value)
          Create an instance of JAXBElement<AbstractRingPropertyType>}
 JAXBElement<LinearRingType> createLinearRing(LinearRingType value)
          Create an instance of JAXBElement<LinearRingType>}
 LinearRingType createLinearRingType()
          Create an instance of LinearRingType
 JAXBElement<LineStringType> createLineString(LineStringType value)
          Create an instance of JAXBElement<LineStringType>}
 LineStringType createLineStringType()
          Create an instance of LineStringType
 JAXBElement<AbstractMetaDataType> createMetaData(AbstractMetaDataType value)
          Create an instance of JAXBElement<AbstractMetaDataType>}
 JAXBElement<MetaDataPropertyType> createMetaDataProperty(MetaDataPropertyType value)
          Create an instance of JAXBElement<MetaDataPropertyType>}
 MetaDataPropertyType createMetaDataPropertyType()
          Create an instance of MetaDataPropertyType
 JAXBElement<CodeType> createName(CodeType value)
          Create an instance of JAXBElement<CodeType>}
 JAXBElement<Object> createObject(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<PointType> createPoint(PointType value)
          Create an instance of JAXBElement<PointType>}
 JAXBElement<PointPropertyType> createPointProperty(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 PointPropertyType createPointPropertyType()
          Create an instance of PointPropertyType
 JAXBElement<PointPropertyType> createPointRep(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 PointType createPointType()
          Create an instance of PointType
 JAXBElement<PolygonType> createPolygon(PolygonType value)
          Create an instance of JAXBElement<PolygonType>}
 PolygonType createPolygonType()
          Create an instance of PolygonType
 JAXBElement<DirectPositionType> createPos(DirectPositionType value)
          Create an instance of JAXBElement<DirectPositionType>}
 JAXBElement<DirectPositionListType> createPosList(DirectPositionListType value)
          Create an instance of JAXBElement<DirectPositionListType>}
 JAXBElement<AbstractRingType> createRing(AbstractRingType value)
          Create an instance of JAXBElement<AbstractRingType>}
 StringOrRefType createStringOrRefType()
          Create an instance of StringOrRefType
 JAXBElement<AbstractSurfaceType> createSurface(AbstractSurfaceType value)
          Create an instance of JAXBElement<AbstractSurfaceType>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.gml

Method Detail

createAbstractRingPropertyType

public AbstractRingPropertyType createAbstractRingPropertyType()
Create an instance of AbstractRingPropertyType


createCoordType

public CoordType createCoordType()
Create an instance of CoordType


createLinearRingType

public LinearRingType createLinearRingType()
Create an instance of LinearRingType


createCoordinatesType

public CoordinatesType createCoordinatesType()
Create an instance of CoordinatesType


createEnvelopeType

public EnvelopeType createEnvelopeType()
Create an instance of EnvelopeType


createStringOrRefType

public StringOrRefType createStringOrRefType()
Create an instance of StringOrRefType


createLineStringType

public LineStringType createLineStringType()
Create an instance of LineStringType


createPolygonType

public PolygonType createPolygonType()
Create an instance of PolygonType


createAbstractSurfaceType

public AbstractSurfaceType createAbstractSurfaceType()
Create an instance of AbstractSurfaceType


createDirectPositionListType

public DirectPositionListType createDirectPositionListType()
Create an instance of DirectPositionListType


createPointPropertyType

public PointPropertyType createPointPropertyType()
Create an instance of PointPropertyType


createDirectPositionType

public DirectPositionType createDirectPositionType()
Create an instance of DirectPositionType


createCodeType

public CodeType createCodeType()
Create an instance of CodeType


createPointType

public PointType createPointType()
Create an instance of PointType


createMetaDataPropertyType

public MetaDataPropertyType createMetaDataPropertyType()
Create an instance of MetaDataPropertyType


createLineString

public JAXBElement<LineStringType> createLineString(LineStringType value)
Create an instance of JAXBElement<LineStringType>}


createCurve

public JAXBElement<AbstractCurveType> createCurve(AbstractCurveType value)
Create an instance of JAXBElement<AbstractCurveType>}


createPosList

public JAXBElement<DirectPositionListType> createPosList(DirectPositionListType value)
Create an instance of JAXBElement<DirectPositionListType>}


createMetaDataProperty

public JAXBElement<MetaDataPropertyType> createMetaDataProperty(MetaDataPropertyType value)
Create an instance of JAXBElement<MetaDataPropertyType>}


createObject

public JAXBElement<Object> createObject(Object value)
Create an instance of JAXBElement<Object>}


createMetaData

public JAXBElement<AbstractMetaDataType> createMetaData(AbstractMetaDataType value)
Create an instance of JAXBElement<AbstractMetaDataType>}


createEnvelope

public JAXBElement<EnvelopeType> createEnvelope(EnvelopeType value)
Create an instance of JAXBElement<EnvelopeType>}


createGML

public JAXBElement<AbstractGMLType> createGML(AbstractGMLType value)
Create an instance of JAXBElement<AbstractGMLType>}


createPointProperty

public JAXBElement<PointPropertyType> createPointProperty(PointPropertyType value)
Create an instance of JAXBElement<PointPropertyType>}


createSurface

public JAXBElement<AbstractSurfaceType> createSurface(AbstractSurfaceType value)
Create an instance of JAXBElement<AbstractSurfaceType>}


createPolygon

public JAXBElement<PolygonType> createPolygon(PolygonType value)
Create an instance of JAXBElement<PolygonType>}


createPointRep

public JAXBElement<PointPropertyType> createPointRep(PointPropertyType value)
Create an instance of JAXBElement<PointPropertyType>}


createGeometricPrimitive

public JAXBElement<AbstractGeometricPrimitiveType> createGeometricPrimitive(AbstractGeometricPrimitiveType value)
Create an instance of JAXBElement<AbstractGeometricPrimitiveType>}


createRing

public JAXBElement<AbstractRingType> createRing(AbstractRingType value)
Create an instance of JAXBElement<AbstractRingType>}


createLinearRing

public JAXBElement<LinearRingType> createLinearRing(LinearRingType value)
Create an instance of JAXBElement<LinearRingType>}


createGeometry

public JAXBElement<AbstractGeometryType> createGeometry(AbstractGeometryType value)
Create an instance of JAXBElement<AbstractGeometryType>}


createPos

public JAXBElement<DirectPositionType> createPos(DirectPositionType value)
Create an instance of JAXBElement<DirectPositionType>}


createInterior

public JAXBElement<AbstractRingPropertyType> createInterior(AbstractRingPropertyType value)
Create an instance of JAXBElement<AbstractRingPropertyType>}


createExterior

public JAXBElement<AbstractRingPropertyType> createExterior(AbstractRingPropertyType value)
Create an instance of JAXBElement<AbstractRingPropertyType>}


createCoordinates

public JAXBElement<CoordinatesType> createCoordinates(CoordinatesType value)
Create an instance of JAXBElement<CoordinatesType>}


createPoint

public JAXBElement<PointType> createPoint(PointType value)
Create an instance of JAXBElement<PointType>}


createCoord

public JAXBElement<CoordType> createCoord(CoordType value)
Create an instance of JAXBElement<CoordType>}


createDescription

public JAXBElement<StringOrRefType> createDescription(StringOrRefType value)
Create an instance of JAXBElement<StringOrRefType>}


createName

public JAXBElement<CodeType> createName(CodeType value)
Create an instance of JAXBElement<CodeType>}



Copyright © 2008. All Rights Reserved.