public abstract class CrsIdentifiable extends Object
CrsId
(e.g. by EPSG-code).
CrsIdentifiable
s:In theory the CrsId
should identify uniquely the CoordinateReferenceSystem-related objects
(whether CRS, datum, projection, etc.). In practice this is not always the case. Users, for example, can add their own
definitions of some type (Projection
s or Ellipsoid
s).
Modifier | Constructor and Description |
---|---|
protected |
CrsIdentifiable(CrsId crsId,
String name)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CrsId |
getCrsId()
Returns the identifier for this
CoordinateReferenceSystem . |
String |
getName()
Returns the name of this
CoordinateReferenceSystem . |
int |
hashCode() |
Copyright © 2015 geolatte.org. All rights reserved.