com.partnersoft.geometry.projection
Class CoordinateSystem

java.lang.Object
  extended by com.partnersoft.geometry.projection.CoordinateSystem
All Implemented Interfaces:
Coggable

public class CoordinateSystem
extends java.lang.Object
implements Coggable

A coordinate system consists of a projection and measurement units.

Author:
Paul Reavis Copyright 2005 Partner Software, Inc.

Constructor Summary
CoordinateSystem()
           
CoordinateSystem(java.lang.String projectionName, java.lang.String unitsName)
           
 
Method Summary
 Cog getState()
           
 void setState(Cog state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinateSystem

public CoordinateSystem()

CoordinateSystem

public CoordinateSystem(java.lang.String projectionName,
                        java.lang.String unitsName)
Method Detail

getState

public Cog getState()
Specified by:
getState in interface Coggable

setState

public void setState(Cog state)
Specified by:
setState in interface Coggable