|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographicCoordinateSystem | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.ct | Coordinate Transformations implementation. |
Uses of GeographicCoordinateSystem in org.geotools.cs |
Fields in org.geotools.cs declared as GeographicCoordinateSystem | |
static GeographicCoordinateSystem |
GeographicCoordinateSystem.WGS84
Deprecated. A geographic coordinate system using WGS84 datum. |
Methods in org.geotools.cs that return GeographicCoordinateSystem | |
GeographicCoordinateSystem |
CoordinateSystemAuthorityFactory.createGeographicCoordinateSystem(java.lang.String code)
Returns a GeographicCoordinateSystem object from a code.
|
GeographicCoordinateSystem |
ProjectedCoordinateSystem.getGeographicCoordinateSystem()
Deprecated. Replaced by AbstractDerivedCRS.getBaseCRS() . |
GeographicCoordinateSystem |
CoordinateSystemFactory.createGeographicCoordinateSystem(java.lang.CharSequence name,
HorizontalDatum datum)
Deprecated. Creates a geographic coordinate system. |
GeographicCoordinateSystem |
CoordinateSystemFactory.createGeographicCoordinateSystem(java.lang.CharSequence name,
Unit unit,
HorizontalDatum datum,
PrimeMeridian meridian,
AxisInfo axis0,
AxisInfo axis1)
Deprecated. Creates a geographic coordinate system, which could be latitude/longiude or longitude/latitude. |
GeographicCoordinateSystem |
Adapters.wrap(org.opengis.cs.CS_GeographicCoordinateSystem cs)
Deprecated. Returns a geographic coordinate system for an OpenGIS interface. |
Methods in org.geotools.cs with parameters of type GeographicCoordinateSystem | |
ProjectedCoordinateSystem |
CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection)
Deprecated. Creates a projected coordinate system using the specified geographic system. |
ProjectedCoordinateSystem |
CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection,
Unit unit,
AxisInfo axis0,
AxisInfo axis1)
Deprecated. Creates a projected coordinate system using a projection object. |
org.opengis.cs.CS_GeographicCoordinateSystem |
Adapters.export(GeographicCoordinateSystem cs)
Deprecated. Returns an OpenGIS interface for a geographic coordinate system. |
Constructors in org.geotools.cs with parameters of type GeographicCoordinateSystem | |
ProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection)
Deprecated. Creates a projected coordinate system using the specified geographic system. |
|
ProjectedCoordinateSystem(java.lang.CharSequence name,
GeographicCoordinateSystem gcs,
Projection projection,
Unit unit,
AxisInfo axis0,
AxisInfo axis1)
Deprecated. Creates a projected coordinate system using a projection object. |
Uses of GeographicCoordinateSystem in org.geotools.ct |
Methods in org.geotools.ct with parameters of type GeographicCoordinateSystem | |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS,
VerticalCoordinateSystem sourceVCS,
GeographicCoordinateSystem targetCS,
VerticalCoordinateSystem targetVCS)
Deprecated. Creates a transformation between two geographic coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS,
VerticalCoordinateSystem sourceVCS,
ProjectedCoordinateSystem targetCS,
VerticalCoordinateSystem targetVCS)
Deprecated. Creates a transformation from a geographic to a projected coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS,
VerticalCoordinateSystem sourceVCS,
GeographicCoordinateSystem targetCS,
VerticalCoordinateSystem targetVCS)
Deprecated. Creates a transformation from a projected to a geographic coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS,
VerticalCoordinateSystem verticalCS,
GeocentricCoordinateSystem targetCS)
Deprecated. Creates a transformation from a geographic to a geocentric coordinate systems. |
protected CoordinateTransformation |
CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS,
GeographicCoordinateSystem targetCS,
VerticalCoordinateSystem verticalCS)
Deprecated. Creates a transformation from a geocentric to a geographic coordinate systems. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |