|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RangeMeaning | |
|---|---|
| org.opengis.referencing.cs | Coordinate systems and their axis. |
| Uses of RangeMeaning in org.opengis.referencing.cs |
|---|
| Fields in org.opengis.referencing.cs declared as RangeMeaning | |
|---|---|
static RangeMeaning |
RangeMeaning.EXACT
Any value between and including minimum value and maximum value is valid. |
static RangeMeaning |
RangeMeaning.WRAPAROUND
The axis is continuous with values wrapping around at the minimum value and maximum value. |
| Methods in org.opengis.referencing.cs that return RangeMeaning | |
|---|---|
RangeMeaning |
CoordinateSystemAxis.getRangeMeaning()
Returns the meaning of axis value range specified by the minimum and maximum values. |
static RangeMeaning |
RangeMeaning.valueOf(String code)
Returns the RangeMeaning that matches the given string, or returns a new one if none match it. |
static RangeMeaning[] |
RangeMeaning.values()
Returns the list of RangeMeanings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||