Package | Description |
---|---|
org.geotools.referencing.cs |
Coordinate systems implementation.
|
org.opengis.referencing.cs |
Coordinate systems and their axis.
|
Modifier and Type | Method and Description |
---|---|
RangeMeaning |
DefaultCoordinateSystemAxis.getRangeMeaning()
|
Constructor and Description |
---|
DefaultCoordinateSystemAxis(Map<String,?> properties,
String abbreviation,
AxisDirection direction,
Unit<?> unit,
double minimum,
double maximum,
RangeMeaning rangeMeaning)
Constructs an axis from a set of properties.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RangeMeaning[] |
RangeMeaning.family()
Returns the list of enumerations of the same kind than this enum.
|
RangeMeaning |
CoordinateSystemAxis.getRangeMeaning()
|
static RangeMeaning |
RangeMeaning.valueOf(String code)
Returns the range meaning that matches the given string, or returns a new one if none match
it.
|
static RangeMeaning[] |
RangeMeaning.values()
Returns the list of
RangeMeaning s. |
Copyright © 1996–2019 Geotools. All rights reserved.