Uses of Class
org.geotools.api.referencing.cs.RangeMeaning
Packages that use RangeMeaning
-
Uses of RangeMeaning in org.geotools.api.referencing.cs
Fields in org.geotools.api.referencing.cs declared as RangeMeaningModifier and TypeFieldDescriptionstatic final RangeMeaningRangeMeaning.EXACTAny value between and including minimum value and maximum value is valid.static final RangeMeaningRangeMeaning.WRAPAROUNDThe axis is continuous with values wrapping around at the minimum value and maximum value.Methods in org.geotools.api.referencing.cs that return RangeMeaningModifier and TypeMethodDescriptionRangeMeaning.family()Returns the list of enumerations of the same kind than this enum.CoordinateSystemAxis.getRangeMeaning()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. -
Uses of RangeMeaning in org.geotools.referencing.cs
Methods in org.geotools.referencing.cs that return RangeMeaningConstructors in org.geotools.referencing.cs with parameters of type RangeMeaningModifierConstructorDescriptionDefaultCoordinateSystemAxis(Map<String, ?> properties, String abbreviation, AxisDirection direction, Unit<?> unit, double minimum, double maximum, RangeMeaning rangeMeaning) Constructs an axis from a set of properties.