@UML(identifier="CS_RangeMeaning", specification=ISO_19111) public final class RangeMeaning extends CodeList<RangeMeaning>
CoordinateSystemAxis.getRangeMeaning(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
RangeMeaning[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static RangeMeaning |
valueOf(String code)
Returns the range meaning that matches the given string, or returns a new one if none match
it.
|
static RangeMeaning[] |
values()
Returns the list of
RangeMeanings. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf@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
public static RangeMeaning[] values()
RangeMeanings.public RangeMeaning[] family()
family in class CodeList<RangeMeaning>public static RangeMeaning valueOf(String code)
code - The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.