public abstract class AbstractDatum extends Object implements Datum
Modifier and Type | Field and Description |
---|---|
protected Ellipsoid |
ellps |
protected String |
name |
protected String |
proj4Id |
Constructor and Description |
---|
AbstractDatum(String name,
String proj4Id,
Ellipsoid ellps)
Constructs a new
AbstractDatum . |
Modifier and Type | Method and Description |
---|---|
Ellipsoid |
getEllipsoid() |
String |
getName() |
String |
getProj4Id()
Replies the Proj.4 identifier.
|
public AbstractDatum(String name, String proj4Id, Ellipsoid ellps)
AbstractDatum
.name
- The nameproj4Id
- The Proj4 identifierellps
- The ellipsoidpublic String getProj4Id()
Datum
getProj4Id
in interface Datum
public Ellipsoid getEllipsoid()
getEllipsoid
in interface Datum