Uses of Interface
org.opengis.cs.CS_HorizontalCoordinateSystem

Packages that use CS_HorizontalCoordinateSystem
org.deegree_impl.model.cs   
org.opengis.cs   
 

Uses of CS_HorizontalCoordinateSystem in org.deegree_impl.model.cs
 

Classes in org.deegree_impl.model.cs that implement CS_HorizontalCoordinateSystem
private  class GeographicCoordinateSystem.Export
          Wrap a GeographicCoordinateSystem object for use with OpenGIS.
(package private)  class HorizontalCoordinateSystem.Export
          Wrap a HorizontalCoordinateSystem object for use with OpenGIS.
private  class ProjectedCoordinateSystem.Export
          Wrap a ProjectedCoordinateSystem object for use with OpenGIS.
 

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

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

Uses of CS_HorizontalCoordinateSystem in org.opengis.cs
 

Subinterfaces of CS_HorizontalCoordinateSystem in org.opengis.cs
 interface CS_GeographicCoordinateSystem
          A coordinate system based on latitude and longitude.
 interface CS_ProjectedCoordinateSystem
          A 2D cartographic coordinate system.
 

Methods in org.opengis.cs that return CS_HorizontalCoordinateSystem
 CS_HorizontalCoordinateSystem CS_CoordinateSystemAuthorityFactory.createHorizontalCoordinateSystem(java.lang.String code)
          Creates a horizontal co-ordinate system from a code.