org.deegree.crs
Class ObjectFactory

java.lang.Object
  extended by org.deegree.crs.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.deegree.crs 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: org.deegree.crs
 
Method Summary
 AbstractCRS.PolynomialTransformation createAbstractCRSPolynomialTransformation()
          Create an instance of AbstractCRS.PolynomialTransformation
 JAXBElement<String> createAxisOrientation(String value)
          Create an instance of JAXBElement<String>}
 AxisType createAxisType()
          Create an instance of AxisType
 CompoundCRSType createCompoundCRSType()
          Create an instance of CompoundCRSType
 CRSConfiguration createCRSConfiguration()
          Create an instance of CRSConfiguration
 CRSDefinitions createCRSDefinitions()
          Create an instance of CRSDefinitions
 DatumDefinitions createDatumDefinitions()
          Create an instance of DatumDefinitions
 EllipsoidDefinitions createEllipsoidDefinitions()
          Create an instance of EllipsoidDefinitions
 EllipsoidType createEllipsoidType()
          Create an instance of EllipsoidType
 GeocentricCRSType createGeocentricCRSType()
          Create an instance of GeocentricCRSType
 GeodeticDatumType createGeodeticDatumType()
          Create an instance of GeodeticDatumType
 GeographicCRSType createGeographicCRSType()
          Create an instance of GeographicCRSType
 HelmertTransformationType createHelmertTransformationType()
          Create an instance of HelmertTransformationType
 JAXBElement<String> createIdentifiableAreaOfUse(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createIdentifiableDescription(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createIdentifiableName(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createIdentifiableVersion(String value)
          Create an instance of JAXBElement<String>}
 LambertConformalConicType createLambertConformalConicType()
          Create an instance of LambertConformalConicType
 LatLongType createLatLongType()
          Create an instance of LatLongType
 LeastSquareTransformationType createLeastSquareTransformationType()
          Create an instance of LeastSquareTransformationType
 NTv2TransformationType createNTv2TransformationType()
          Create an instance of NTv2TransformationType
 PMDefinitions createPMDefinitions()
          Create an instance of PMDefinitions
 PolynomialTransformationBaseType createPolynomialTransformationBaseType()
          Create an instance of PolynomialTransformationBaseType
 PrimeMeridianType createPrimeMeridianType()
          Create an instance of PrimeMeridianType
 ProjectedCRSType createProjectedCRSType()
          Create an instance of ProjectedCRSType
 ProjectionDefinitions createProjectionDefinitions()
          Create an instance of ProjectionDefinitions
 ProjectionType createProjectionType()
          Create an instance of ProjectionType
 StereographicAzimuthalType createStereographicAzimuthalType()
          Create an instance of StereographicAzimuthalType
 TransformationDefinitions createTransformationDefinitions()
          Create an instance of TransformationDefinitions
 TransverseMercatorType createTransverseMercatorType()
          Create an instance of TransverseMercatorType
 JAXBElement<String> createUnits(String value)
          Create an instance of JAXBElement<String>}
 
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: org.deegree.crs

Method Detail

createDatumDefinitions

public DatumDefinitions createDatumDefinitions()
Create an instance of DatumDefinitions


createGeodeticDatumType

public GeodeticDatumType createGeodeticDatumType()
Create an instance of GeodeticDatumType


createCRSDefinitions

public CRSDefinitions createCRSDefinitions()
Create an instance of CRSDefinitions


createGeographicCRSType

public GeographicCRSType createGeographicCRSType()
Create an instance of GeographicCRSType


createProjectedCRSType

public ProjectedCRSType createProjectedCRSType()
Create an instance of ProjectedCRSType


createGeocentricCRSType

public GeocentricCRSType createGeocentricCRSType()
Create an instance of GeocentricCRSType


createCompoundCRSType

public CompoundCRSType createCompoundCRSType()
Create an instance of CompoundCRSType


createPMDefinitions

public PMDefinitions createPMDefinitions()
Create an instance of PMDefinitions


createPrimeMeridianType

public PrimeMeridianType createPrimeMeridianType()
Create an instance of PrimeMeridianType


createTransformationDefinitions

public TransformationDefinitions createTransformationDefinitions()
Create an instance of TransformationDefinitions


createProjectionType

public ProjectionType createProjectionType()
Create an instance of ProjectionType


createHelmertTransformationType

public HelmertTransformationType createHelmertTransformationType()
Create an instance of HelmertTransformationType


createNTv2TransformationType

public NTv2TransformationType createNTv2TransformationType()
Create an instance of NTv2TransformationType


createLeastSquareTransformationType

public LeastSquareTransformationType createLeastSquareTransformationType()
Create an instance of LeastSquareTransformationType


createProjectionDefinitions

public ProjectionDefinitions createProjectionDefinitions()
Create an instance of ProjectionDefinitions


createLambertConformalConicType

public LambertConformalConicType createLambertConformalConicType()
Create an instance of LambertConformalConicType


createStereographicAzimuthalType

public StereographicAzimuthalType createStereographicAzimuthalType()
Create an instance of StereographicAzimuthalType


createTransverseMercatorType

public TransverseMercatorType createTransverseMercatorType()
Create an instance of TransverseMercatorType


createEllipsoidDefinitions

public EllipsoidDefinitions createEllipsoidDefinitions()
Create an instance of EllipsoidDefinitions


createEllipsoidType

public EllipsoidType createEllipsoidType()
Create an instance of EllipsoidType


createCRSConfiguration

public CRSConfiguration createCRSConfiguration()
Create an instance of CRSConfiguration


createPolynomialTransformationBaseType

public PolynomialTransformationBaseType createPolynomialTransformationBaseType()
Create an instance of PolynomialTransformationBaseType


createAxisType

public AxisType createAxisType()
Create an instance of AxisType


createLatLongType

public LatLongType createLatLongType()
Create an instance of LatLongType


createAbstractCRSPolynomialTransformation

public AbstractCRS.PolynomialTransformation createAbstractCRSPolynomialTransformation()
Create an instance of AbstractCRS.PolynomialTransformation


createUnits

public JAXBElement<String> createUnits(String value)
Create an instance of JAXBElement<String>}


createAxisOrientation

public JAXBElement<String> createAxisOrientation(String value)
Create an instance of JAXBElement<String>}


createIdentifiableDescription

public JAXBElement<String> createIdentifiableDescription(String value)
Create an instance of JAXBElement<String>}


createIdentifiableName

public JAXBElement<String> createIdentifiableName(String value)
Create an instance of JAXBElement<String>}


createIdentifiableVersion

public JAXBElement<String> createIdentifiableVersion(String value)
Create an instance of JAXBElement<String>}


createIdentifiableAreaOfUse

public JAXBElement<String> createIdentifiableAreaOfUse(String value)
Create an instance of JAXBElement<String>}



Copyright © 2011. All Rights Reserved.