public abstract class CoordinateReferenceSystem extends CrsIdentifiable
| Constructor and Description |
|---|
CoordinateReferenceSystem(CrsId crsId,
String name,
CoordinateSystemAxis... axes)
Constructs a
CoordinateReferenceSystem. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CoordinateSystemAxis[] |
getAxes()
Return the
CoordinateSystemAxes associated with this CoordinateRefereeceSystem. |
CoordinateSystem |
getCoordinateSystem()
Returns the
CoordinateSystem associated with this CoordinateReferenceSystem. |
int |
hashCode() |
getCrsId, getNamepublic CoordinateReferenceSystem(CrsId crsId, String name, CoordinateSystemAxis... axes)
CoordinateReferenceSystem.crsId - the CrsId that identifies this CoordinateReferenceSystem uniquelyname - the commonly used name for this CoordinateReferenceSystemaxes - the CoordinateSystemAxes for this CoordinateReferenceSystemIllegalArgumentException - if less than two CoordinateSystemAxes are passed.public CoordinateSystem getCoordinateSystem()
CoordinateSystem associated with this CoordinateReferenceSystem.public CoordinateSystemAxis[] getAxes()
CoordinateSystemAxes associated with this CoordinateRefereeceSystem.CoordinateSystemAxes.public boolean equals(Object o)
equals in class CrsIdentifiablepublic int hashCode()
hashCode in class CrsIdentifiableCopyright © 2015 geolatte.org. All rights reserved.