|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MBasicPa> de.cesr.more.param.MBasicPa
public enum MBasicPa
Basic parameter definitions for MORe (e.g. Torus boundaries)
Enum Constant Summary | |
---|---|
ROOT_GEOGRAPHY
Geography in the RS root context |
|
SPATIALREFERENCEID
Used to initialise the GeometryFactory . |
|
TORUS_FIELD_LOWER_X
Lower X corner coordinate of the torus used in MTorusCoordinate to calculate distances. |
|
TORUS_FIELD_LOWER_Y
Lower Y corner coordinate of the torus used in MTorusCoordinate to calculate distances. |
|
TORUS_FIELD_UPPER_X
Upper X corner coordinate of the torus used in MTorusCoordinate to calculate distances. |
|
TORUS_FIELD_UPPER_Y
Upper Y corner coordinate of the torus used in MTorusCoordinate to calculate distances. |
Method Summary | |
---|---|
Object |
getDefaultValue()
|
Class<?> |
getType()
|
static MBasicPa |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MBasicPa[] |
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 |
Methods inherited from interface de.cesr.parma.core.PmParameterDefinition |
---|
getDeclaringClass |
Enum Constant Detail |
---|
public static final MBasicPa TORUS_FIELD_LOWER_X
MTorusCoordinate
to calculate distances.
public static final MBasicPa TORUS_FIELD_LOWER_Y
MTorusCoordinate
to calculate distances.
public static final MBasicPa TORUS_FIELD_UPPER_X
MTorusCoordinate
to calculate distances.
public static final MBasicPa TORUS_FIELD_UPPER_Y
MTorusCoordinate
to calculate distances.
public static final MBasicPa SPATIALREFERENCEID
GeometryFactory
. Should be UTM
public static final MBasicPa ROOT_GEOGRAPHY
Method Detail |
---|
public static MBasicPa[] values()
for (MBasicPa c : MBasicPa.values()) System.out.println(c);
public static MBasicPa 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 Class<?> getType()
getType
in interface de.cesr.parma.core.PmParameterDefinition
public Object getDefaultValue()
getDefaultValue
in interface de.cesr.parma.core.PmParameterDefinition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |