Uses of Class
org.geotools.cs.HorizontalCoordinateSystem

Packages that use HorizontalCoordinateSystem
org.geotools.cs Coordinate Systems implementation.  
org.geotools.resources A set of helper classes for Geotools implementation; Do not use! 
 

Uses of HorizontalCoordinateSystem in org.geotools.cs
 

Subclasses of HorizontalCoordinateSystem in org.geotools.cs
 class GeographicCoordinateSystem
          Deprecated. Replaced by DefaultGeographicCRS.
 class ProjectedCoordinateSystem
          Deprecated. Replaced by DefaultProjectedCRS.
 

Methods in org.geotools.cs that return HorizontalCoordinateSystem
 HorizontalCoordinateSystem CoordinateSystemAuthorityFactory.createHorizontalCoordinateSystem(java.lang.String code)
          Returns a HorizontalCoordinateSystem object from a code.
 HorizontalCoordinateSystem Adapters.wrap(org.opengis.cs.CS_HorizontalCoordinateSystem cs)
          Deprecated. Returns a horizontal coordinate system for an OpenGIS interface.
 

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

Uses of HorizontalCoordinateSystem in org.geotools.resources
 

Methods in org.geotools.resources that return HorizontalCoordinateSystem
static HorizontalCoordinateSystem CTSUtilities.getHorizontalCS(CoordinateSystem cs)
          Deprecated. Returns the first horizontal coordinate system found in a coordinate system, or null if there is none.
 



Copyright © GeoTools. All Rights Reserved.