|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.geotiff.epsg.HorizontalCS
public abstract class HorizontalCS
Represents the base class of the EPSG horizontal coordinate systems. It is also contains the factory method for constructing these things.
| Field Summary | |
|---|---|
static int |
WGS84
|
| Constructor Summary | |
|---|---|
protected |
HorizontalCS(int code)
|
| Method Summary | |
|---|---|
static HorizontalCS |
create(int code)
Factory method for coordinate systems. |
int |
getCode()
|
abstract HorizontalCS |
getGeographicCS()
This method must be implemented by the extendend class to return the undelying geographic coordinate system. |
protected void |
setCode(int aCode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int WGS84
| Constructor Detail |
|---|
protected HorizontalCS(int code)
| Method Detail |
|---|
protected void setCode(int aCode)
public int getCode()
public abstract HorizontalCS getGeographicCS()
public static HorizontalCS create(int code)
throws InvalidCodeException
InvalidCodeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||