|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinateSystemAxis | |
---|---|
org.opengis.referencing.cs | Coordinate systems and their axis. |
Uses of CoordinateSystemAxis in org.opengis.referencing.cs |
---|
Methods in org.opengis.referencing.cs that return CoordinateSystemAxis | |
---|---|
CoordinateSystemAxis |
CSFactory.createCoordinateSystemAxis(Map<String,?> properties,
String abbreviation,
AxisDirection direction,
Unit unit)
Creates a coordinate system axis from an abbreviation and a unit. |
CoordinateSystemAxis |
CSAuthorityFactory.createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code. |
CoordinateSystemAxis |
CoordinateSystem.getAxis(int dimension)
Returns the axis for this coordinate system at the specified dimension. |
Methods in org.opengis.referencing.cs with parameters of type CoordinateSystemAxis | |
---|---|
AffineCS |
CSFactory.createAffineCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two dimensional coordinate system from the given pair of axis. |
AffineCS |
CSFactory.createAffineCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three dimensional coordinate system from the given set of axis. |
CartesianCS |
CSFactory.createCartesianCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two dimensional cartesian coordinate system from the given pair of axis. |
CartesianCS |
CSFactory.createCartesianCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three dimensional cartesian coordinate system from the given set of axis. |
CylindricalCS |
CSFactory.createCylindricalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a cylindrical coordinate system from the given set of axis. |
EllipsoidalCS |
CSFactory.createEllipsoidalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates an ellipsoidal coordinate system without ellipsoidal height. |
EllipsoidalCS |
CSFactory.createEllipsoidalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates an ellipsoidal coordinate system with ellipsoidal height. |
LinearCS |
CSFactory.createLinearCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a linear coordinate system. |
PolarCS |
CSFactory.createPolarCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a polar coordinate system from the given pair of axis. |
SphericalCS |
CSFactory.createSphericalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a spherical coordinate system from the given set of axis. |
TimeCS |
CSFactory.createTimeCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a time coordinate system. |
UserDefinedCS |
CSFactory.createUserDefinedCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two-dimensional user defined coordinate system. |
UserDefinedCS |
CSFactory.createUserDefinedCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three-dimensional user defined coordinate system. |
VerticalCS |
CSFactory.createVerticalCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a vertical coordinate system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |