public class ObjectFactory
extends java.lang.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.v_3_1_1
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<AbstractFeatureType> |
createFeature(AbstractFeatureType value)
|
javax.xml.bind.JAXBElement<AbstractFeatureCollectionType> |
createFeatureCollection(AbstractFeatureCollectionType value)
|
javax.xml.bind.JAXBElement<FeaturePropertyType> |
createFeatureMember(FeaturePropertyType value)
|
javax.xml.bind.JAXBElement<AbstractGeometricPrimitiveType> |
createGeometricPrimitive(AbstractGeometricPrimitiveType value)
|
javax.xml.bind.JAXBElement<AbstractGeometryType> |
createGeometry(AbstractGeometryType value)
|
javax.xml.bind.JAXBElement<AbstractGMLType> |
createGML(AbstractGMLType value)
|
javax.xml.bind.JAXBElement<java.lang.Object> |
createObject(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<OrientableSurfaceType> |
createOrientableSurface(OrientableSurfaceType value)
|
javax.xml.bind.JAXBElement<AbstractSurfaceType> |
createSurface(AbstractSurfaceType value)
|
public ObjectFactory()
public javax.xml.bind.JAXBElement<FeaturePropertyType> createFeatureMember(FeaturePropertyType value)
public javax.xml.bind.JAXBElement<AbstractFeatureType> createFeature(AbstractFeatureType value)
public javax.xml.bind.JAXBElement<AbstractGMLType> createGML(AbstractGMLType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createObject(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<AbstractFeatureCollectionType> createFeatureCollection(AbstractFeatureCollectionType value)
public javax.xml.bind.JAXBElement<OrientableSurfaceType> createOrientableSurface(OrientableSurfaceType value)
public javax.xml.bind.JAXBElement<AbstractSurfaceType> createSurface(AbstractSurfaceType value)
public javax.xml.bind.JAXBElement<AbstractGeometricPrimitiveType> createGeometricPrimitive(AbstractGeometricPrimitiveType value)
public javax.xml.bind.JAXBElement<AbstractGeometryType> createGeometry(AbstractGeometryType value)
Copyright © 2008-2021. All Rights Reserved.