org.tridas.spatial
Class CoordinateReferenceSystem

java.lang.Object
  extended by org.tridas.spatial.CoordinateReferenceSystem

public class CoordinateReferenceSystem
extends Object

Author:
pwb48

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

CoordinateReferenceSystem

public CoordinateReferenceSystem(Integer code,
                                 String name,
                                 GMLPointSRSHandler.AxisOrder axisOrder,
                                 String projstr)
Construct a new coordinate system reference

Parameters:
name -
code -
axisOrder -
Method Detail

getName

public String getName()
Get friendly name for this CRS

Returns:

getCode

public Integer getCode()
Get EPSG registry code for this CRS

Returns:

getAxisOrder

public GMLPointSRSHandler.AxisOrder getAxisOrder()
Get the order in which axis should be presented

Returns:

getProjStr

public String getProjStr()
Get PROJ4 specification string

Returns:

toString

public String toString()
Overrides:
toString in class Object

getAsProjection

public Projection getAsProjection()
Get this CRS as a JMapProjLib Projection

Returns:


Copyright © 2011. All Rights Reserved.