Uses of Class
org.geotools.cs.LocalCoordinateSystem

Packages that use LocalCoordinateSystem
org.geotools.cs Coordinate Systems implementation.  
 

Uses of LocalCoordinateSystem in org.geotools.cs
 

Fields in org.geotools.cs declared as LocalCoordinateSystem
static LocalCoordinateSystem LocalCoordinateSystem.CARTESIAN
          Deprecated. A two-dimensional cartesian coordinate system with x,y axis in metres.
static LocalCoordinateSystem LocalCoordinateSystem.PROMISCUOUS
          Deprecated. A two-dimensional wildcard coordinate system with x,y axis in metres.
 

Methods in org.geotools.cs that return LocalCoordinateSystem
 LocalCoordinateSystem CoordinateSystemFactory.createLocalCoordinateSystem(java.lang.CharSequence name, LocalDatum datum, Unit unit, AxisInfo[] axes)
          Deprecated. Creates a local coordinate system.
 LocalCoordinateSystem CoordinateSystemFactory.createLocalCoordinateSystem(java.lang.CharSequence name, LocalDatum datum, Unit[] units, AxisInfo[] axes)
          Deprecated. Creates a local coordinate system.
 LocalCoordinateSystem Adapters.wrap(org.opengis.cs.CS_LocalCoordinateSystem cs)
          Deprecated. Returns a local coordinate system for an OpenGIS interface.
 

Methods in org.geotools.cs with parameters of type LocalCoordinateSystem
 org.opengis.cs.CS_LocalCoordinateSystem Adapters.export(LocalCoordinateSystem cs)
          Deprecated. Returns an OpenGIS interface for a local coordinate system.
 



Copyright © GeoTools. All Rights Reserved.