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

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

Uses of GeographicCoordinateSystem in org.deegree_impl.model.cs
 

Fields in org.deegree_impl.model.cs declared as GeographicCoordinateSystem
private  GeographicCoordinateSystem ProjectedCoordinateSystem.gcs
          Geographic coordinate system to base projection on.
static GeographicCoordinateSystem GeographicCoordinateSystem.WGS84
          A geographic coordinate system using WGS84 datum.
 

Methods in org.deegree_impl.model.cs that return GeographicCoordinateSystem
 GeographicCoordinateSystem ProjectedCoordinateSystem.getGeographicCoordinateSystem()
          Returns the geographic coordinate system.
 GeographicCoordinateSystem CoordinateSystemFactory.createGeographicCoordinateSystem(java.lang.String name, HorizontalDatum datum)
          Creates a geographic coordinate system.
 GeographicCoordinateSystem CoordinateSystemFactory.createGeographicCoordinateSystem(java.lang.String name, Unit unit, HorizontalDatum datum, PrimeMeridian meridian, AxisInfo axis0, AxisInfo axis1)
          Creates a geographic coordinate system, which could be latitude/longiude or longitude/latitude.
 GeographicCoordinateSystem Adapters.wrap(CS_GeographicCoordinateSystem cs)
          Returns a geographic coordinate system for an OpenGIS interface.
 

Methods in org.deegree_impl.model.cs with parameters of type GeographicCoordinateSystem
 ProjectedCoordinateSystem CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.String name, GeographicCoordinateSystem gcs, Projection projection)
          Creates a projected coordinate system using the specified geographic system.
 ProjectedCoordinateSystem CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.String name, GeographicCoordinateSystem gcs, Projection projection, Unit unit, AxisInfo axis0, AxisInfo axis1)
          Creates a projected coordinate system using a projection object.
 CS_GeographicCoordinateSystem Adapters.export(GeographicCoordinateSystem cs)
          Returns an OpenGIS interface for a geographic coordinate system.
 

Constructors in org.deegree_impl.model.cs with parameters of type GeographicCoordinateSystem
ProjectedCoordinateSystem(java.lang.String name, GeographicCoordinateSystem gcs, Projection projection)
          Creates a projected coordinate system using the specified geographic system.
ProjectedCoordinateSystem(java.lang.String name, GeographicCoordinateSystem gcs, Projection projection, Unit unit, AxisInfo axis0, AxisInfo axis1)
          Creates a projected coordinate system using a projection object.
ProjectedCoordinateSystem(java.util.Map properties, GeographicCoordinateSystem gcs, Projection projection, Unit unit, AxisInfo axis0, AxisInfo axis1)
          Creates a projected coordinate system using a projection object.
 

Uses of GeographicCoordinateSystem in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct that return GeographicCoordinateSystem
private static GeographicCoordinateSystem CoordinateTransformationFactory.normalize(GeographicCoordinateSystem cs, Projection projection)
          Makes sure that the specified GeographicCoordinateSystem use standard axis (longitude and latitude in degrees), Greenwich prime meridian and an ellipsoid matching projection's parameters.
 

Methods in org.deegree_impl.model.ct with parameters of type GeographicCoordinateSystem
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS)
          Creates a transformation between two geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, ProjectedCoordinateSystem targetCS)
          Creates a transformation between a geographic and a projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS)
          Creates a transformation between a projected and a geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Creates a transformation between a geographic and a geocentric coordinate systems.
private  Matrix CoordinateTransformationFactory.swapAndScaleGeoAxis(GeographicCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS)
          Returns an affine transform between two geographic coordinate systems.
private static GeographicCoordinateSystem CoordinateTransformationFactory.normalize(GeographicCoordinateSystem cs, Projection projection)
          Makes sure that the specified GeographicCoordinateSystem use standard axis (longitude and latitude in degrees), Greenwich prime meridian and an ellipsoid matching projection's parameters.