package com.esri.sde.sdk.client; public class SeCoordinateReference { public void setCoordSysByDescription(String s) {} public SeExtent getXYEnvelope() throws SeException { return null; } public String getCoordSysDescription() { return null; } public void setXYByEnvelope(SeExtent s) {} public String getProjectionDescription() { return null; } public double getXYUnits(){return 0;} public void setXY(int i, int j, int k){} }