Uses of Class
org.opengis.referencing.cs.RangeMeaning
Packages that use RangeMeaning
Package
Description
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Coordinate systems and their
axis.
-
Uses of RangeMeaning in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return RangeMeaning -
Uses of RangeMeaning in org.opengis.referencing.cs
Subclasses with type arguments of type RangeMeaning in org.opengis.referencing.csModifier and TypeClassDescriptionfinal classMeaning of the axis value range specified through minimum value and maximum value.Fields in org.opengis.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.opengis.referencing.cs that return RangeMeaningModifier and TypeMethodDescriptionRangeMeaning.family()Returns the list of enumerations of the same kind as 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.