@UML(identifier="CS_CoordinateSystem", specification=ISO_19111) public interface CoordinateSystem extends IdentifiedObject
CoordinateSystemAxis,
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="axis", 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 © 1994–2019 Open Geospatial Consortium. All rights reserved.