|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.spatial.CoordinateReferenceSystem
public class CoordinateReferenceSystem
Constructor Summary | |
---|---|
CoordinateReferenceSystem(Integer code,
String name,
GMLPointSRSHandler.AxisOrder axisOrder,
String projstr)
Construct a new coordinate system reference |
Method Summary | |
---|---|
Projection |
getAsProjection()
Get this CRS as a JMapProjLib Projection |
GMLPointSRSHandler.AxisOrder |
getAxisOrder()
Get the order in which axis should be presented |
Integer |
getCode()
Get EPSG registry code for this CRS |
String |
getName()
Get friendly name for this CRS |
String |
getProjStr()
Get PROJ4 specification string |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CoordinateReferenceSystem(Integer code, String name, GMLPointSRSHandler.AxisOrder axisOrder, String projstr)
name
- code
- axisOrder
- Method Detail |
---|
public String getName()
public Integer getCode()
public GMLPointSRSHandler.AxisOrder getAxisOrder()
public String getProjStr()
public String toString()
toString
in class Object
public Projection getAsProjection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |