net.opengis.gml.v_3_1_1
Class ObjectFactory

java.lang.Object
  extended by net.opengis.gml.v_3_1_1.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.v_3_1_1 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.v_3_1_1
 
Method Summary
 JAXBElement<AbstractFeatureType> createFeature(AbstractFeatureType value)
          Create an instance of JAXBElement<AbstractFeatureType>}
 JAXBElement<AbstractFeatureCollectionType> createFeatureCollection(AbstractFeatureCollectionType value)
          Create an instance of JAXBElement<AbstractFeatureCollectionType>}
 JAXBElement<FeaturePropertyType> createFeatureMember(FeaturePropertyType value)
          Create an instance of JAXBElement<FeaturePropertyType>}
 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<Object> createObject(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<OrientableSurfaceType> createOrientableSurface(OrientableSurfaceType value)
          Create an instance of JAXBElement<OrientableSurfaceType>}
 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.v_3_1_1

Method Detail

createFeatureMember

public JAXBElement<FeaturePropertyType> createFeatureMember(FeaturePropertyType value)
Create an instance of JAXBElement<FeaturePropertyType>}


createFeature

public JAXBElement<AbstractFeatureType> createFeature(AbstractFeatureType value)
Create an instance of JAXBElement<AbstractFeatureType>}


createGML

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


createObject

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


createFeatureCollection

public JAXBElement<AbstractFeatureCollectionType> createFeatureCollection(AbstractFeatureCollectionType value)
Create an instance of JAXBElement<AbstractFeatureCollectionType>}


createOrientableSurface

public JAXBElement<OrientableSurfaceType> createOrientableSurface(OrientableSurfaceType value)
Create an instance of JAXBElement<OrientableSurfaceType>}


createSurface

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


createGeometricPrimitive

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


createGeometry

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



Copyright © 2008-2015. All Rights Reserved.