|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisInfo | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.resources | A set of helper classes for Geotools implementation; Do not use! |
Uses of AxisInfo in org.geotools.cs |
Fields in org.geotools.cs declared as AxisInfo | |
static AxisInfo |
AxisInfo.X
Deprecated. Replaced by DefaultCoordinateSystemAxis.X . |
static AxisInfo |
AxisInfo.Y
Deprecated. Replaced by DefaultCoordinateSystemAxis.Y . |
static AxisInfo |
AxisInfo.LONGITUDE
Deprecated. Replaced by DefaultCoordinateSystemAxis.LONGITUDE . |
static AxisInfo |
AxisInfo.LATITUDE
Deprecated. Replaced by DefaultCoordinateSystemAxis.LATITUDE . |
static AxisInfo |
AxisInfo.ALTITUDE
Deprecated. Replaced by DefaultCoordinateSystemAxis.ALTITUDE . |
static AxisInfo |
AxisInfo.TIME
Deprecated. Replaced by DefaultCoordinateSystemAxis.TIME . |
Methods in org.geotools.cs that return AxisInfo | |
AxisInfo |
TemporalCoordinateSystem.getAxis(int dimension)
Deprecated. Gets axis details for temporal dimension within coordinate system. |
AxisInfo |
FittedCoordinateSystem.getAxis(int dimension)
Deprecated. Gets axis details for dimension within coordinate system. |
AxisInfo |
CompoundCoordinateSystem.getAxis(int dimension)
Deprecated. Gets axis details for dimension within coordinate system. |
AxisInfo |
HorizontalCoordinateSystem.getAxis(int dimension)
Deprecated. Gets axis details for dimension within coordinate system. |
AxisInfo |
VerticalCoordinateSystem.getAxis(int dimension)
Deprecated. Gets axis details for vertical dimension within coordinate system. |
AxisInfo |
GeocentricCoordinateSystem.getAxis(int dimension)
Deprecated. Gets axis details for dimension within coordinate system. |
AxisInfo |
LocalCoordinateSystem.getAxis(int dimension)
Deprecated. Gets axis details for dimension within coordinate system. |
AxisInfo |
Adapters.wrap(org.opengis.cs.CS_AxisInfo axis)
Deprecated. Returns an axis info for an OpenGIS structure. |
abstract AxisInfo |
CoordinateSystem.getAxis(int dimension)
Deprecated. Replaced by AbstractCS.getAxis(int) . |
Methods in org.geotools.cs with parameters of type AxisInfo | |
GeocentricCoordinateSystem |
CoordinateSystemFactory.createGeocentricCoordinateSystem(java.lang.CharSequence name,
Unit unit,
HorizontalDatum datum,
PrimeMeridian meridian,
AxisInfo[] axis)
Deprecated. Constructs a geocentric 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. |
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. |
VerticalCoordinateSystem |
CoordinateSystemFactory.createVerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum,
Unit unit,
AxisInfo axis)
Deprecated. Creates a vertical coordinate system from a datum and linear units. |
FittedCoordinateSystem |
CoordinateSystemFactory.createFittedCoordinateSystem(java.lang.CharSequence name,
CoordinateSystem base,
MathTransform toBase,
AxisInfo[] axes)
Deprecated. Creates a fitted coordinate system. |
LocalCoordinateSystem |
CoordinateSystemFactory.createLocalCoordinateSystem(java.lang.CharSequence name,
LocalDatum datum,
Unit unit,
AxisInfo[] axes)
Deprecated. Creates a local coordinate system. |
LocalCoordinateSystem |
CoordinateSystemFactory.createLocalCoordinateSystem(java.lang.CharSequence name,
LocalDatum datum,
Unit[] units,
AxisInfo[] axes)
Deprecated. Creates a local coordinate system. |
org.opengis.cs.CS_AxisInfo |
Adapters.export(AxisInfo axis)
Deprecated. Returns an OpenGIS structure for an axis info. |
Constructors in org.geotools.cs with parameters of type AxisInfo | |
TemporalCoordinateSystem(java.lang.CharSequence name,
TemporalDatum datum,
Unit unit,
java.util.Date epoch,
AxisInfo axis)
Deprecated. Creates a temporal coordinate system from a datum and time units. |
|
FittedCoordinateSystem(java.lang.CharSequence name,
CoordinateSystem base,
MathTransform toBase,
AxisInfo[] axes)
Deprecated. Creates a fitted coordinate 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. |
|
HorizontalCoordinateSystem(java.lang.CharSequence name,
HorizontalDatum datum,
AxisInfo axis0,
AxisInfo axis1)
Deprecated. Constructs a coordinate system. |
|
GeographicCoordinateSystem(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. |
|
VerticalCoordinateSystem(java.lang.CharSequence name,
VerticalDatum datum,
Unit unit,
AxisInfo axis)
Deprecated. Creates a vertical coordinate system from a datum and linear units. |
|
GeocentricCoordinateSystem(java.lang.CharSequence name,
Unit unit,
HorizontalDatum datum,
PrimeMeridian meridian,
AxisInfo[] axis)
Deprecated. Constructs a geocentric coordinate system. |
|
LocalCoordinateSystem(java.lang.CharSequence name,
LocalDatum datum,
Unit unit,
AxisInfo[] axes)
Deprecated. Creates a local coordinate system. |
|
LocalCoordinateSystem(java.lang.CharSequence name,
LocalDatum datum,
Unit[] units,
AxisInfo[] axes)
Deprecated. Creates a local coordinate system. |
Uses of AxisInfo in org.geotools.resources |
Methods in org.geotools.resources with parameters of type AxisInfo | |
static int |
CTSUtilities.getDimensionOf(CoordinateSystem cs,
AxisInfo axis)
Deprecated. Returns the dimension of the first axis of a particular type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |