public abstract class CrsIdentifiable extends Object implements Serializable
CrsId (e.g. by EPSG-code).
CrsIdentifiables: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 for som Projections or Ellipsoids.
| 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 © 2021 geolatte.org. All rights reserved.