Uses of Class
org.opengis.referencing.cs.RangeMeaning
-
Packages that use RangeMeaning Package Description 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 Modifier and Type Field 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.Fields in org.opengis.referencing.cs with type parameters of type RangeMeaning Modifier and Type Field Description private static java.util.List<RangeMeaning>
RangeMeaning. VALUES
List of all enumerations of this type.Methods in org.opengis.referencing.cs that return RangeMeaning Modifier and Type Method Description RangeMeaning[]
RangeMeaning. family()
Returns the list of enumerations of the same kind than this enum.RangeMeaning
CoordinateSystemAxis. getRangeMeaning()
static RangeMeaning
RangeMeaning. valueOf(java.lang.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 ofRangeMeaning
s.
-