public abstract class SingleCoordinateReferenceSystem<P extends Position> extends CoordinateReferenceSystem<P>
| Constructor and Description |
|---|
SingleCoordinateReferenceSystem(CrsId crsId,
String name,
CoordinateSystem<P> coordinateSystem)
Constructs a
HorizontalCoordinateReferenceSystem. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompound() |
addLinearSystem, addVerticalSystem, equals, getAxis, getAxisIndex, getCoordinateDimension, getCoordinateSystem, getPositionClass, hashCode, hasM, hasZ, toStringgetCrsId, getNamepublic SingleCoordinateReferenceSystem(CrsId crsId, String name, CoordinateSystem<P> coordinateSystem)
HorizontalCoordinateReferenceSystem.crsId - the CrsId that identifies this
CoordinateReferenceSystem uniquelyname - the commonly used name for this CoordinateReferenceSystemcoordinateSystem - the coordinate system to use @throws java.lang.IllegalArgumentException if less than
two CoordinateSystemAxes are passed.public boolean isCompound()
isCompound in class CoordinateReferenceSystem<P extends Position>Copyright © 2021 geolatte.org. All rights reserved.