Uses of Interface
org.opengis.referencing.cs.LinearCS
Packages that use LinearCS
Package
Description
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Coordinate systems and their
axis.
-
Uses of LinearCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement LinearCSModifier and TypeClassDescriptionclassA 1-dimensional coordinate system for points that lie on a single axis (not necessarily a straight line).Methods in org.apache.sis.referencing.cs that return types with arguments of type LinearCSModifier and TypeMethodDescriptionDefaultLinearCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type LinearCSModifier and TypeMethodDescriptionstatic DefaultLinearCSDefaultLinearCS.castOrCopy(LinearCS object) Returns a SIS coordinate system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.cs with parameters of type LinearCSModifierConstructorDescriptionprotectedDefaultLinearCS(LinearCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of LinearCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return LinearCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createLinearCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system. -
Uses of LinearCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return LinearCSModifier and TypeMethodDescriptionCSFactory.createLinearCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.