|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TransformationFactory.DSTransform> org.deegree.cs.transformations.TransformationFactory.DSTransform
public static enum TransformationFactory.DSTransform
Defines the type of transformation to use while switching datums.
Enum Constant Summary | |
---|---|
HELMERT
use the helmert transformation |
|
NTv2
Try to use an ntv2 transformation |
Field Summary | |
---|---|
static String |
DS_PROP
The property to use |
Method Summary | |
---|---|
static TransformationFactory.DSTransform |
fromSchema(AbstractStore store)
Create a TransformationFactory.DSTransform from the AbstractStore TransformationType property. |
boolean |
isPreferred(Transformation transform)
|
static TransformationFactory.DSTransform |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransformationFactory.DSTransform[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TransformationFactory.DSTransform HELMERT
public static final TransformationFactory.DSTransform NTv2
Field Detail |
---|
public static final String DS_PROP
Method Detail |
---|
public static TransformationFactory.DSTransform[] values()
for (TransformationFactory.DSTransform c : TransformationFactory.DSTransform.values()) System.out.println(c);
public static TransformationFactory.DSTransform valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static TransformationFactory.DSTransform fromSchema(AbstractStore store)
TransformationFactory.DSTransform
from the AbstractStore
TransformationType property. If null
HELMERT
will be returned.
store
- the AbstractStore
AbstractStore
TransformationType property of HELMERT
if the value
was not known.public boolean isPreferred(Transformation transform)
transform
- to check for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |