Uses of Interface
org.opengis.cs.CS_GeographicCoordinateSystem

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

Uses of CS_GeographicCoordinateSystem in org.deegree_impl.model.cs
 

Classes in org.deegree_impl.model.cs that implement CS_GeographicCoordinateSystem
private  class GeographicCoordinateSystem.Export
          Wrap a GeographicCoordinateSystem object for use with OpenGIS.
 

Methods in org.deegree_impl.model.cs that return CS_GeographicCoordinateSystem
 CS_GeographicCoordinateSystem ProjectedCoordinateSystem.Export.getGeographicCoordinateSystem()
          Returns the GeographicCoordinateSystem.
 CS_GeographicCoordinateSystem CoordinateSystemFactory.Export.createGeographicCoordinateSystem(java.lang.String name, CS_AngularUnit angularUnit, CS_HorizontalDatum horizontalDatum, CS_PrimeMeridian primeMeridian, CS_AxisInfo axis0, CS_AxisInfo axis1)
          Creates a GCS, which could be Lat/Lon or Lon/Lat.
 CS_GeographicCoordinateSystem Adapters.export(GeographicCoordinateSystem cs)
          Returns an OpenGIS interface for a geographic coordinate system.
 

Methods in org.deegree_impl.model.cs with parameters of type CS_GeographicCoordinateSystem
 CS_ProjectedCoordinateSystem CoordinateSystemFactory.Export.createProjectedCoordinateSystem(java.lang.String name, CS_GeographicCoordinateSystem gcs, CS_Projection projection, CS_LinearUnit linearUnit, CS_AxisInfo axis0, CS_AxisInfo axis1)
          Creates a projected coordinate system using a projection object.
 GeographicCoordinateSystem Adapters.wrap(CS_GeographicCoordinateSystem cs)
          Returns a geographic coordinate system for an OpenGIS interface.
 

Uses of CS_GeographicCoordinateSystem in org.opengis.cs
 

Methods in org.opengis.cs that return CS_GeographicCoordinateSystem
 CS_GeographicCoordinateSystem CS_ProjectedCoordinateSystem.getGeographicCoordinateSystem()
          Returns the GeographicCoordinateSystem.
 CS_GeographicCoordinateSystem CS_CoordinateSystemFactory.createGeographicCoordinateSystem(java.lang.String name, CS_AngularUnit angularUnit, CS_HorizontalDatum horizontalDatum, CS_PrimeMeridian primeMeridian, CS_AxisInfo axis0, CS_AxisInfo axis1)
          Creates a GCS, which could be Lat/Lon or Lon/Lat.
 CS_GeographicCoordinateSystem CS_CoordinateSystemAuthorityFactory.createGeographicCoordinateSystem(java.lang.String code)
          Returns a GeographicCoordinateSystem object from a code.
 

Methods in org.opengis.cs with parameters of type CS_GeographicCoordinateSystem
 CS_ProjectedCoordinateSystem CS_CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.String name, CS_GeographicCoordinateSystem gcs, CS_Projection projection, CS_LinearUnit linearUnit, CS_AxisInfo axis0, CS_AxisInfo axis1)
          Creates a projected coordinate system using a projection object.