com.esri.sde.sdk.client
Class SeCoordinateReference

java.lang.Object
  extended by com.esri.sde.sdk.client.SeCoordinateReference

public class SeCoordinateReference
extends java.lang.Object


Constructor Summary
SeCoordinateReference()
           
 
Method Summary
 PeCoordinateSystem getCoordSys()
           
 java.lang.String getCoordSysDescription()
           
 java.lang.String getProjectionDescription()
           
 SeExtent getXYEnvelope()
           
 double getXYUnits()
           
 void setCoordSysByDescription(java.lang.String s)
           
 void setCoordSysByID(SeObjectId seObjectId)
           
 void setPrecision(int precision)
           
 void setXY(double i, double j, double k)
           
 void setXYByEnvelope(SeExtent s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeCoordinateReference

public SeCoordinateReference()
Method Detail

setCoordSysByDescription

public void setCoordSysByDescription(java.lang.String s)

getCoordSysDescription

public java.lang.String getCoordSysDescription()

getProjectionDescription

public java.lang.String getProjectionDescription()

getXYUnits

public double getXYUnits()

getXYEnvelope

public SeExtent getXYEnvelope()
                       throws SeException
Throws:
SeException

getCoordSys

public PeCoordinateSystem getCoordSys()

setXY

public void setXY(double i,
                  double j,
                  double k)

setXYByEnvelope

public void setXYByEnvelope(SeExtent s)

setPrecision

public void setPrecision(int precision)

setCoordSysByID

public void setCoordSysByID(SeObjectId seObjectId)


Copyright © 1996-2010 Geotools. All Rights Reserved.