Uses of Class
org.deegree_impl.model.cs.HorizontalCoordinateSystem

Packages that use HorizontalCoordinateSystem
org.deegree_impl.model.cs   
org.deegree_impl.model.ct   
 

Uses of HorizontalCoordinateSystem in org.deegree_impl.model.cs
 

Subclasses of HorizontalCoordinateSystem in org.deegree_impl.model.cs
 class GeographicCoordinateSystem
          A coordinate system based on latitude and longitude.
 class ProjectedCoordinateSystem
          A 2D cartographic coordinate system.
 

Methods in org.deegree_impl.model.cs that return HorizontalCoordinateSystem
 HorizontalCoordinateSystem Adapters.wrap(CS_HorizontalCoordinateSystem cs)
          Returns a horizontal coordinate system for an OpenGIS interface.
 

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

Uses of HorizontalCoordinateSystem in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct with parameters of type HorizontalCoordinateSystem
private static boolean CoordinateTransformationFactory.hasStandardAxis(HorizontalCoordinateSystem cs, Unit unit)
          Returns true if the specified coordinate system use standard axis and standard units.