Uses of Class
org.opengis.referencing.cs.RangeMeaning
-
Uses of RangeMeaning in org.opengis.referencing.cs
Modifier and TypeFieldDescriptionstatic final RangeMeaning
RangeMeaning.EXACT
Any value between and including minimum value and maximum value is valid.static final RangeMeaning
RangeMeaning.WRAPAROUND
The axis is continuous with values wrapping around at the minimum value and maximum value.Modifier and TypeMethodDescriptionRangeMeaning.family()
Returns the list of enumerations of the same kind as this enum.CoordinateSystemAxis.getRangeMeaning()
static RangeMeaning
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 ofRangeMeaning
s.