| Package | Description |
|---|---|
| mil.nga.crs.common | |
| mil.nga.crs.wkt |
| Modifier and Type | Method and Description |
|---|---|
Axis |
CoordinateSystem.getAxis(int index)
Get the axis at the index
|
| Modifier and Type | Method and Description |
|---|---|
List<Axis> |
CoordinateSystem.getAxes()
Get the axes
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateSystem.addAxis(Axis axis)
Add the axis
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateSystem.addAxes(List<Axis> axes)
Add the axes
|
void |
CoordinateSystem.setAxes(List<Axis> axes)
Set the axes
|
| Constructor and Description |
|---|
CoordinateSystem(CoordinateSystemType type,
int dimension,
Axis axis)
Constructor
|
| Constructor and Description |
|---|
CoordinateSystem(CoordinateSystemType type,
int dimension,
List<Axis> axes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Axis |
CRSReader.readAxis()
Read an Axis
|
Axis |
CRSReader.readAxis(CoordinateSystemType type)
Read an Axis
|
| Modifier and Type | Method and Description |
|---|---|
List<Axis> |
CRSReader.readAxes()
Read Axes
|
List<Axis> |
CRSReader.readAxes(CoordinateSystemType type)
Read Axes
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRSWriter.write(Axis axis)
Write an axis to well-known text
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.