Uses of Class
org.opengis.referencing.cs.RangeMeaning
Packages that use RangeMeaning
-
Uses of RangeMeaning in org.opengis.referencing.cs
Fields in org.opengis.referencing.cs declared as RangeMeaningModifier and TypeFieldDescriptionstatic final RangeMeaningRangeMeaning.EXACTAny value between and including minimum and maximum value is valid.static final RangeMeaningRangeMeaning.WRAPAROUNDThe axis is continuous with values wrapping around at the minimum and maximum value.Methods in org.opengis.referencing.cs that return RangeMeaningModifier and TypeMethodDescriptionRangeMeaning.family()Returns the list of codes of the same kind as this code list element.default RangeMeaningCoordinateSystemAxis.getRangeMeaning()Returns the meaning of axis value range specified by the minimum and maximum values.static RangeMeaningReturns the range meaning that matches the given string, or returns a new one if none match it.static RangeMeaning[]RangeMeaning.values()Returns the list ofRangeMeanings.