|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<RangeMeaning>
RangeMeaning
@UML(identifier="CS_RangeMeaning", specification=ISO_19111) public final class RangeMeaning
Meaning of the axis value range specified through minimum value and maximum value.
CoordinateSystemAxis.getRangeMeaning()
,
Serialized FormField Summary | |
---|---|
static RangeMeaning |
EXACT
Any value between and including minimum value and maximum value is valid. |
static RangeMeaning |
WRAPAROUND
The axis is continuous with values wrapping around at the minimum value and maximum value. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static RangeMeaning |
valueOf(String code)
Returns the RangeMeaning that matches the given string, or returns a new one if none match it. |
static RangeMeaning[] |
values()
Returns the list of RangeMeaning s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="exact", obligation=CONDITIONAL, specification=ISO_19111) public static final RangeMeaning EXACT
@UML(identifier="wraparound", obligation=CONDITIONAL, specification=ISO_19111) public static final RangeMeaning WRAPAROUND
Method Detail |
---|
public static RangeMeaning[] values()
RangeMeaning
s.
public CodeList[] family()
family
in class CodeList<RangeMeaning>
public static RangeMeaning valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |