net.opengis.gml.v_3_3.rgrid
Class ObjectFactory

java.lang.Object
  extended by net.opengis.gml.v_3_3.rgrid.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_3.rgrid 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_3.rgrid
 
Method Summary
 JAXBElement<AbstractReferenceableGridType> createAbstractReferenceableGrid(AbstractReferenceableGridType value)
          Create an instance of JAXBElement<AbstractReferenceableGridType>}
 JAXBElement<GeneralGridAxisType> createGeneralGridAxis(GeneralGridAxisType value)
          Create an instance of JAXBElement<GeneralGridAxisType>}
 GeneralGridAxisPropertyType createGeneralGridAxisPropertyType()
          Create an instance of GeneralGridAxisPropertyType
 GeneralGridAxisType createGeneralGridAxisType()
          Create an instance of GeneralGridAxisType
 JAXBElement<GridCRSPropertyType> createGridCRS(GridCRSPropertyType value)
          Create an instance of JAXBElement<GridCRSPropertyType>}
 GridCRSPropertyType createGridCRSPropertyType()
          Create an instance of GridCRSPropertyType
 JAXBElement<ReferenceableGridByArrayType> createReferenceableGridByArray(ReferenceableGridByArrayType value)
          Create an instance of JAXBElement<ReferenceableGridByArrayType>}
 ReferenceableGridByArrayType createReferenceableGridByArrayType()
          Create an instance of ReferenceableGridByArrayType
 JAXBElement<ReferenceableGridByTransformationType> createReferenceableGridByTransformation(ReferenceableGridByTransformationType value)
          Create an instance of JAXBElement<ReferenceableGridByTransformationType>}
 ReferenceableGridByTransformationType createReferenceableGridByTransformationType()
          Create an instance of ReferenceableGridByTransformationType
 JAXBElement<ReferenceableGridByVectorsType> createReferenceableGridByVectors(ReferenceableGridByVectorsType value)
          Create an instance of JAXBElement<ReferenceableGridByVectorsType>}
 ReferenceableGridByVectorsType createReferenceableGridByVectorsType()
          Create an instance of ReferenceableGridByVectorsType
 JAXBElement<ReferenceableGridPropertyType> createReferenceableGridProperty(ReferenceableGridPropertyType value)
          Create an instance of JAXBElement<ReferenceableGridPropertyType>}
 ReferenceableGridPropertyType createReferenceableGridPropertyType()
          Create an instance of ReferenceableGridPropertyType
 
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_3.rgrid

Method Detail

createReferenceableGridPropertyType

public ReferenceableGridPropertyType createReferenceableGridPropertyType()
Create an instance of ReferenceableGridPropertyType


createReferenceableGridByArrayType

public ReferenceableGridByArrayType createReferenceableGridByArrayType()
Create an instance of ReferenceableGridByArrayType


createReferenceableGridByVectorsType

public ReferenceableGridByVectorsType createReferenceableGridByVectorsType()
Create an instance of ReferenceableGridByVectorsType


createGeneralGridAxisType

public GeneralGridAxisType createGeneralGridAxisType()
Create an instance of GeneralGridAxisType


createReferenceableGridByTransformationType

public ReferenceableGridByTransformationType createReferenceableGridByTransformationType()
Create an instance of ReferenceableGridByTransformationType


createGridCRSPropertyType

public GridCRSPropertyType createGridCRSPropertyType()
Create an instance of GridCRSPropertyType


createGeneralGridAxisPropertyType

public GeneralGridAxisPropertyType createGeneralGridAxisPropertyType()
Create an instance of GeneralGridAxisPropertyType


createAbstractReferenceableGrid

public JAXBElement<AbstractReferenceableGridType> createAbstractReferenceableGrid(AbstractReferenceableGridType value)
Create an instance of JAXBElement<AbstractReferenceableGridType>}


createReferenceableGridProperty

public JAXBElement<ReferenceableGridPropertyType> createReferenceableGridProperty(ReferenceableGridPropertyType value)
Create an instance of JAXBElement<ReferenceableGridPropertyType>}


createReferenceableGridByArray

public JAXBElement<ReferenceableGridByArrayType> createReferenceableGridByArray(ReferenceableGridByArrayType value)
Create an instance of JAXBElement<ReferenceableGridByArrayType>}


createReferenceableGridByVectors

public JAXBElement<ReferenceableGridByVectorsType> createReferenceableGridByVectors(ReferenceableGridByVectorsType value)
Create an instance of JAXBElement<ReferenceableGridByVectorsType>}


createGeneralGridAxis

public JAXBElement<GeneralGridAxisType> createGeneralGridAxis(GeneralGridAxisType value)
Create an instance of JAXBElement<GeneralGridAxisType>}


createReferenceableGridByTransformation

public JAXBElement<ReferenceableGridByTransformationType> createReferenceableGridByTransformation(ReferenceableGridByTransformationType value)
Create an instance of JAXBElement<ReferenceableGridByTransformationType>}


createGridCRS

public JAXBElement<GridCRSPropertyType> createGridCRS(GridCRSPropertyType value)
Create an instance of JAXBElement<GridCRSPropertyType>}



Copyright © 2008-2016. All Rights Reserved.