com.esri.sde.sdk.client
Class SeCoordinateReference
java.lang.Object
com.esri.sde.sdk.client.SeCoordinateReference
public class SeCoordinateReference
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeCoordinateReference
public SeCoordinateReference()
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.