Uses of Class
org.deegree.cs.transformations.TransformationFactory.DSTransform

Packages that use TransformationFactory.DSTransform
org.deegree.cs.persistence   
org.deegree.cs.persistence.deegree.d3   
org.deegree.cs.persistence.deegree.d3.parsers   
org.deegree.cs.persistence.deegree.db   
org.deegree.cs.persistence.gml   
org.deegree.cs.persistence.proj4   
org.deegree.cs.transformations A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
 

Uses of TransformationFactory.DSTransform in org.deegree.cs.persistence
 

Methods in org.deegree.cs.persistence that return TransformationFactory.DSTransform
 TransformationFactory.DSTransform CRSStore.getPreferedTransformationType()
           
 TransformationFactory.DSTransform AbstractCRSStore.getPreferedTransformationType()
           
 

Constructors in org.deegree.cs.persistence with parameters of type TransformationFactory.DSTransform
AbstractCRSStore(TransformationFactory.DSTransform prefTransformType)
           
 

Uses of TransformationFactory.DSTransform in org.deegree.cs.persistence.deegree.d3
 

Constructors in org.deegree.cs.persistence.deegree.d3 with parameters of type TransformationFactory.DSTransform
DeegreeCRSStore(TransformationFactory.DSTransform prefTransformType, URL resolvedURL)
           
 

Uses of TransformationFactory.DSTransform in org.deegree.cs.persistence.deegree.d3.parsers
 

Constructors in org.deegree.cs.persistence.deegree.d3.parsers with parameters of type TransformationFactory.DSTransform
TransformationParser(DeegreeCRSStore provider, URL confURL, TransformationFactory.DSTransform datumShift)
           
 

Uses of TransformationFactory.DSTransform in org.deegree.cs.persistence.deegree.db
 

Constructors in org.deegree.cs.persistence.deegree.db with parameters of type TransformationFactory.DSTransform
DBCRSStore(TransformationFactory.DSTransform prefTransformType)
           
 

Uses of TransformationFactory.DSTransform in org.deegree.cs.persistence.gml
 

Constructors in org.deegree.cs.persistence.gml with parameters of type TransformationFactory.DSTransform
GMLCRSStore(TransformationFactory.DSTransform prefTransformType)
           
 

Uses of TransformationFactory.DSTransform in org.deegree.cs.persistence.proj4
 

Constructors in org.deegree.cs.persistence.proj4 with parameters of type TransformationFactory.DSTransform
PROJ4CRSStore(TransformationFactory.DSTransform prefTransformType)
          Export constructor, sets the version to current date..
 

Uses of TransformationFactory.DSTransform in org.deegree.cs.transformations
 

Methods in org.deegree.cs.transformations that return TransformationFactory.DSTransform
static TransformationFactory.DSTransform TransformationFactory.DSTransform.fromSchema(AbstractStore store)
          Create a TransformationFactory.DSTransform from the AbstractStore TransformationType property.
static TransformationFactory.DSTransform TransformationFactory.DSTransform.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransformationFactory.DSTransform[] TransformationFactory.DSTransform.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.cs.transformations with parameters of type TransformationFactory.DSTransform
 void TransformationFactory.setPreferredTransformation(TransformationFactory.DSTransform datumTransform)
          Set the default transformation type to use for datum switching.
 



Copyright © 2011. All Rights Reserved.