Uses of Interface
org.geotools.api.referencing.cs.LinearCS
Packages that use LinearCS
Package
Description
Coordinate systems and their
axis.
Coordinate systems implementation.
Base classes for factories and
authority factories.
-
Uses of LinearCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return LinearCSModifier and TypeMethodDescriptionCSFactory.createLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system. -
Uses of LinearCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement LinearCSModifier and TypeClassDescriptionclass
A one-dimensional coordinate system that consists of the points that lie on the single axis described.Constructors in org.geotools.referencing.cs with parameters of type LinearCSModifierConstructorDescriptionConstructs a new coordinate system with the same values than the specified one. -
Uses of LinearCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return LinearCSModifier and TypeMethodDescriptionReferencingObjectFactory.createLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.