public abstract class HorizontalCS
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
WGS84 |
Modifier | Constructor and Description |
---|---|
protected |
HorizontalCS(int code) |
Modifier and Type | Method and Description |
---|---|
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) |
protected void setCode(int aCode)
public int getCode()
public abstract HorizontalCS getGeographicCS()
public static HorizontalCS create(int code) throws InvalidCodeException
InvalidCodeException