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() |
equals, getAxis, getAxisIndex, getCoordinateDimension, getCoordinateSystem, getPositionClass, hashCode
getCrsId, getName
public SingleCoordinateReferenceSystem(CrsId crsId, String name, CoordinateSystem<P> coordinateSystem)
HorizontalCoordinateReferenceSystem
.crsId
- the CrsId
that identifies this
CoordinateReferenceSystem
uniquelyname
- the commonly used name for this CoordinateReferenceSystem
coordinateSystem
- 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 © 2019 geolatte.org. All rights reserved.