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

Packages that use UserDefinedCS
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 UserDefinedCS in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement UserDefinedCS
 class DefaultUserDefinedCS
          A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.
 

Constructors in org.geotools.referencing.cs with parameters of type UserDefinedCS
DefaultUserDefinedCS(UserDefinedCS cs)
          Constructs a new coordinate system with the same values than the specified one.
 

Uses of UserDefinedCS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return UserDefinedCS
 UserDefinedCS ReferencingObjectFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional user defined coordinate system from the given pair of axis.
 UserDefinedCS ReferencingObjectFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional user defined coordinate system from the given set of axis.
 

Uses of UserDefinedCS in org.opengis.referencing.cs
 

Methods in org.opengis.referencing.cs that return UserDefinedCS
 UserDefinedCS CSFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two-dimensional user defined coordinate system.
 UserDefinedCS CSFactory.createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three-dimensional user defined coordinate system.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.