@UML(identifier="CS_CoordinateSystem", specification=ISO_19111) public interface CoordinateSystem extends IdentifiedObject
CoordinateSystemAxis, 
javax.measure.unit.Unit, 
Datum, 
CoordinateReferenceSystemALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Modifier and Type | Method and Description | 
|---|---|
| CoordinateSystemAxis | getAxis(int dimension)Returns the axis for this coordinate system at the specified dimension. | 
| int | getDimension()Returns the dimension of the coordinate system. | 
getAlias, getIdentifiers, getName, getRemarks, toWKTint getDimension()
@UML(identifier="usesAxis", obligation=MANDATORY, specification=ISO_19111) CoordinateSystemAxis getAxis(int dimension) throws IndexOutOfBoundsException
dimension - The zero based index of axis.IndexOutOfBoundsException - if dimension is out of bounds.Copyright © 1996–2019 Geotools. All rights reserved.