Uses of Interface
org.opengis.referencing.cs.LinearCS

Packages that use LinearCS
org.geotools.referencing.cs Coordinate systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.opengis.referencing.cs Coordinate systems and their axis
 

Uses of LinearCS in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement LinearCS
 class DefaultLinearCS
          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 LinearCS
DefaultLinearCS(LinearCS cs)
          Constructs 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 LinearCS
 LinearCS ReferencingObjectFactory.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 LinearCS
 LinearCS CSFactory.createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)
          Creates a linear coordinate system.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.