Uses of Class
mil.nga.crs.common.Axis
-
Packages that use Axis Package Description mil.nga.crs.common mil.nga.crs.wkt -
-
Uses of Axis in mil.nga.crs.common
Methods in mil.nga.crs.common that return Axis Modifier and Type Method Description Axis
CoordinateSystem. getAxis(int index)
Get the axis at the indexMethods in mil.nga.crs.common that return types with arguments of type Axis Modifier and Type Method Description List<Axis>
CoordinateSystem. getAxes()
Get the axesMethods in mil.nga.crs.common with parameters of type Axis Modifier and Type Method Description void
CoordinateSystem. addAxis(Axis axis)
Add the axisMethod parameters in mil.nga.crs.common with type arguments of type Axis Modifier and Type Method Description void
CoordinateSystem. addAxes(List<Axis> axes)
Add the axesvoid
CoordinateSystem. setAxes(List<Axis> axes)
Set the axesConstructors in mil.nga.crs.common with parameters of type Axis Constructor Description CoordinateSystem(CoordinateSystemType type, int dimension, Axis axis)
ConstructorConstructor parameters in mil.nga.crs.common with type arguments of type Axis Constructor Description CoordinateSystem(CoordinateSystemType type, int dimension, List<Axis> axes)
Constructor -
Uses of Axis in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return Axis Modifier and Type Method Description Axis
CRSReader. readAxis()
Read an AxisAxis
CRSReader. readAxis(CoordinateSystemType type)
Read an AxisMethods in mil.nga.crs.wkt that return types with arguments of type Axis Modifier and Type Method Description List<Axis>
CRSReader. readAxes()
Read AxesList<Axis>
CRSReader. readAxes(CoordinateSystemType type)
Read AxesMethods in mil.nga.crs.wkt with parameters of type Axis Modifier and Type Method Description void
CRSWriter. write(Axis axis)
Write an axis to well-known text
-