Uses of Enum Class
org.apache.sis.referencing.CRS.SeparationMode
Packages that use CRS.SeparationMode
Package
Description
Base classes for reference systems used for general positioning.
-
Uses of CRS.SeparationMode in org.apache.sis.referencing
Subclasses with type arguments of type CRS.SeparationMode in org.apache.sis.referencingModifier and TypeClassDescriptionstatic enumAction to take when a CRS cannot be separated in components at the requested dimensions.Methods in org.apache.sis.referencing that return CRS.SeparationModeModifier and TypeMethodDescriptionstatic CRS.SeparationModeReturns the enum constant of this class with the specified name.static CRS.SeparationMode[]CRS.SeparationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.referencing with parameters of type CRS.SeparationModeModifier and TypeMethodDescriptionstatic List<CoordinateReferenceSystem> CRS.selectComponents(CoordinateReferenceSystem crs, BitSet mask, CRS.SeparationMode mode) Gets or creates CRS components for a subset of the dimensions of the given CRS.static CoordinateReferenceSystemCRS.selectDimensions(CoordinateReferenceSystem crs, BitSet mask, CRS.SeparationMode mode) Gets or creates a coordinate reference system with a subset of the dimensions of the given CRS.