net.opengis.gml.v_3_3.lrov
Class ObjectFactory

java.lang.Object
  extended by net.opengis.gml.v_3_3.lrov.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.lrov 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.lrov
 
Method Summary
 JAXBElement<VectorOffsetDistanceExpressionType> createVectorOffsetDistanceExpression(VectorOffsetDistanceExpressionType value)
          Create an instance of JAXBElement<VectorOffsetDistanceExpressionType>}
 VectorOffsetDistanceExpressionType createVectorOffsetDistanceExpressionType()
          Create an instance of VectorOffsetDistanceExpressionType
 VectorOffsetExpressionType createVectorOffsetExpressionType()
          Create an instance of VectorOffsetExpressionType
 JAXBElement<VectorOffsetLinearSRSType> createVectorOffsetLinearSRS(VectorOffsetLinearSRSType value)
          Create an instance of JAXBElement<VectorOffsetLinearSRSType>}
 VectorOffsetLinearSRSPropertyType createVectorOffsetLinearSRSPropertyType()
          Create an instance of VectorOffsetLinearSRSPropertyType
 VectorOffsetLinearSRSType createVectorOffsetLinearSRSType()
          Create an instance of VectorOffsetLinearSRSType
 JAXBElement<LinearElementPropertyType> createVectorOffsetLinearSRSTypeLinearElement(LinearElementPropertyType value)
          Create an instance of JAXBElement<LinearElementPropertyType>}
 JAXBElement<LRMWithOffsetPropertyType> createVectorOffsetLinearSRSTypeLrm(LRMWithOffsetPropertyType value)
          Create an instance of JAXBElement<LRMWithOffsetPropertyType>}
 JAXBElement<VectorType> createVectorOffsetLinearSRSTypeOffsetVector(VectorType value)
          Create an instance of JAXBElement<VectorType>}
 VectorType createVectorType()
          Create an instance of VectorType
 
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.lrov

Method Detail

createVectorOffsetDistanceExpressionType

public VectorOffsetDistanceExpressionType createVectorOffsetDistanceExpressionType()
Create an instance of VectorOffsetDistanceExpressionType


createVectorOffsetLinearSRSType

public VectorOffsetLinearSRSType createVectorOffsetLinearSRSType()
Create an instance of VectorOffsetLinearSRSType


createVectorOffsetExpressionType

public VectorOffsetExpressionType createVectorOffsetExpressionType()
Create an instance of VectorOffsetExpressionType


createVectorType

public VectorType createVectorType()
Create an instance of VectorType


createVectorOffsetLinearSRSPropertyType

public VectorOffsetLinearSRSPropertyType createVectorOffsetLinearSRSPropertyType()
Create an instance of VectorOffsetLinearSRSPropertyType


createVectorOffsetDistanceExpression

public JAXBElement<VectorOffsetDistanceExpressionType> createVectorOffsetDistanceExpression(VectorOffsetDistanceExpressionType value)
Create an instance of JAXBElement<VectorOffsetDistanceExpressionType>}


createVectorOffsetLinearSRS

public JAXBElement<VectorOffsetLinearSRSType> createVectorOffsetLinearSRS(VectorOffsetLinearSRSType value)
Create an instance of JAXBElement<VectorOffsetLinearSRSType>}


createVectorOffsetLinearSRSTypeLinearElement

public JAXBElement<LinearElementPropertyType> createVectorOffsetLinearSRSTypeLinearElement(LinearElementPropertyType value)
Create an instance of JAXBElement<LinearElementPropertyType>}


createVectorOffsetLinearSRSTypeLrm

public JAXBElement<LRMWithOffsetPropertyType> createVectorOffsetLinearSRSTypeLrm(LRMWithOffsetPropertyType value)
Create an instance of JAXBElement<LRMWithOffsetPropertyType>}


createVectorOffsetLinearSRSTypeOffsetVector

public JAXBElement<VectorType> createVectorOffsetLinearSRSTypeOffsetVector(VectorType value)
Create an instance of JAXBElement<VectorType>}



Copyright © 2008-2016. All Rights Reserved.