Package com.kheops.jmap.spatial
Class PrecisionTransformation
java.lang.Object
com.kheops.jmap.spatial.UnaryTransformation
com.kheops.jmap.spatial.PrecisionTransformation
- All Implemented Interfaces:
Transformation
,Serializable
,Cloneable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PrecisionTransformation
The TO_DOUBLE instance is used to transform coordinates into double precision coordinates.static final PrecisionTransformation
The TO_FLOAT instance is used to transform coordinates into single precision coordinates. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kheops.jmap.spatial.UnaryTransformation
clone, transform, transform, transform, transform, transform
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kheops.jmap.spatial.Transformation
transform
-
Field Details
-
TO_FLOAT
The TO_FLOAT instance is used to transform coordinates into single precision coordinates. -
TO_DOUBLE
The TO_DOUBLE instance is used to transform coordinates into double precision coordinates.
-
-
Constructor Details
-
PrecisionTransformation
public PrecisionTransformation()
-