Deprecated API


Contents
Deprecated Classes
com.esri.sde.sdk.pe.PeDatumsDefs
          This class will be removed after version 10.0. It is replaced by PeDatumDefs. 
com.esri.sde.sdk.pe.PeGCSDefs
          This class will be removed after version 10.0. It is replaced by PeGeogcsDefs. 
com.esri.sde.sdk.pe.PeGTDefs
          This class will be removed after version 10.0. It is replaced by PeGeogtranDefs. 
com.esri.sde.sdk.pe.PeHTMethsDefs
          This class will be removed after version 10.0. It is replaced by PeHTMethodDefs. 
com.esri.sde.sdk.pe.PeMethsDefs
          This class will be removed after version 10.0. It is replaced by PeMethodDefs. 
com.esri.sde.sdk.pe.PeParamsDefs
          This class will be removed after version 10.0. It is replaced by PeParameterDefs. 
com.esri.sde.sdk.pe.PePCSDefs
          This class will be removed after version 10.0. It is replaced by PeProjcsDefs. 
com.esri.sde.sdk.pe.PeProjsDefs
          This class will be removed after version 10.0. It is replaced by PeProjectionDefs. 
com.esri.sde.sdk.pe.PeSpheroidsDefs
          This class will be removed after version 10.0. It is replaced by PeSpheroidDefs. 
com.esri.sde.sdk.pe.PeUnitsDefs
          This class will be removed after version 10.0. It is replaced by PeAngunitDefs and PeLinunitDefs. 
com.esri.sde.sdk.pe.PeVCSDefs
          This class will be removed after version 10.0. It is replaced by PeVertcsDefs. 
com.esri.sde.sdk.pe.PeVertDDefs
          This class will be removed after version 10.0. It is replaced by PeVDatumDefs. 
com.esri.sde.sdk.client.SeExceptionFactory
          at ArcSDE version 9.0 
 

Deprecated Exceptions
com.esri.sde.sdk.client.SeDoesNotExistException
          at ArcSDE version 9.0 
com.esri.sde.sdk.client.SeExistsException
          at ArcSDE version 9.0 
com.esri.sde.sdk.client.SeInvalidShapeException
          at ArcSDE version 9.0 
com.esri.sde.sdk.client.SeInvalidValueException
          at ArcSDE version 9.0 
com.esri.sde.sdk.client.SeNoAccessException
          at ArcSDE version 9.0 
com.esri.sde.sdk.client.SeWarningException
          at ArcSDE version 9.0 
 

Deprecated Fields
com.esri.sde.sdk.client.SeLayer.SE_LAYER_PRECISION_32_BIT
          at ArcSDE v9.2, replaced by SeLayer.SE_LAYER_PRECISION_BASIC 
com.esri.sde.sdk.client.SeLayer.SE_LAYER_PRECISION_64_BIT
          at ArcSDE v9.2, replaced by SeLayer.SE_LAYER_PRECISION_HIGH 
com.esri.sde.sdk.client.SeColumnDefinition.TYPE_DOUBLE
          at ArcSDE v9.0, replaced by SeColumnDefinition.TYPE_FLOAT64 
com.esri.sde.sdk.client.SeColumnDefinition.TYPE_FLOAT
          at ArcSDE v9.0, replaced by SeColumnDefinition.TYPE_FLOAT32 
com.esri.sde.sdk.client.SeColumnDefinition.TYPE_INTEGER
          at ArcSDE v9.0, replaced by SeColumnDefinition.TYPE_INT32 
com.esri.sde.sdk.client.SeColumnDefinition.TYPE_SMALLINT
          at ArcSDE v9.0, replaced by SeColumnDefinition.TYPE_INT16 
 

Deprecated Methods
com.esri.sde.sdk.pe.PeFactory.angularUnitCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.angunit(). 
com.esri.sde.sdk.pe.PeFactory.datumCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.datum(). 
com.esri.sde.sdk.pe.PeFactory.destroyCodelist(int[])
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.delete(int[]). 
com.esri.sde.sdk.pe.PeFactory.factory(int)
          This will be removed after version 10.0. It is replaced by PeFactory.factoryByType(int, int) or PeFactory.objectName(). 
com.esri.sde.sdk.pe.PeCoordinateSystem.fromPrjFile(String)
          This will be removed after version 10.0. It is replaced by PeProjFile.fromPrjFile(java.lang.String). 
com.esri.sde.sdk.pe.PeCoordinateSystem.fromPrjString(String)
          This will be removed after version 10.0. It is replaced by PeProjFile.fromPrjString(java.lang.String). 
com.esri.sde.sdk.pe.PeMath.geodesic_coordinate(double, double, double, double, double, double, PeDouble, PeDouble)
          This will be removed after version 10.0. It is replaced by PeLineType.geodesic_coordinate(double, double, double, double, double, double, com.esri.sde.sdk.pe.PeDouble, com.esri.sde.sdk.pe.PeDouble). 
com.esri.sde.sdk.pe.PeMath.geodesic_distance(double, double, double, double, double, double, double[], double[], double[])
          This will be removed after version 10.0. It is replaced by PeLineType.geodesic_distance(double, double, double, double, double, double, com.esri.sde.sdk.pe.PeDouble, com.esri.sde.sdk.pe.PeDouble, com.esri.sde.sdk.pe.PeDouble). 
com.esri.sde.sdk.pe.PeCSTransformations.geog1ToGeog2(PeGeogTransformations, int, double[], double[])
          This will be removed after version 10.0. It is replaced by PeGTTransformations.geog1ToGeog2(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[]). 
com.esri.sde.sdk.pe.PeCSTransformations.geog2ToGeog1(PeGeogTransformations, int, double[], double[])
          This will be removed after version 10.0. It is replaced by PeGTTransformations.geog2ToGeog1(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[]). 
com.esri.sde.sdk.pe.PeFactory.geogcsCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.geogcs(). 
com.esri.sde.sdk.pe.PeCSTransformations.geogToGeog(PeGeogTransformations, int, double[], double[], int)
          This will be removed after version 10.0. It is replaced by PeGTTransformations.geogToGeog(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[], int). 
com.esri.sde.sdk.pe.PeFactory.geogtranCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.geogtran(). 
com.esri.sde.sdk.client.SeRow.getDate(int)
          at ArcSDE 8.3, replaced by SeRow.getTime(int). 
com.esri.sde.sdk.client.SeRasterBand.getInfoList(SeConnection, SeObjectId)
          Recommend using SeRaster.getBands() instead, which is much more efficient since the records will be cached on the client side following the first execution. getInfoList() will not cache the results and therefore should be replaced with a call to SeRaster.getBands(). 
com.esri.sde.sdk.client.SeShape.getMaxM()
          at ArcSDE 9.0, replaced by SeShape.getMaxMValue() . 
com.esri.sde.sdk.client.SeShape.getMaxZ()
          at ArcSDE 9.0, replaced by SeShape.getMaxZValue() . 
com.esri.sde.sdk.client.SeShape.getMinM()
          at ArcSDE 9.0, replaced by SeShape.getMinMValue() . 
com.esri.sde.sdk.client.SeShape.getMinZ()
          at ArcSDE 9.0, replaced by SeShape.getMinZValue() . 
com.esri.sde.sdk.client.SeCoordinateReference.getProjectionDescription()
          at ArcSDE version 9.1 
com.esri.sde.sdk.pe.PeFactory.htmethodCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.htmethod(). 
com.esri.sde.sdk.client.SeRasterColumn.isLoadOnly()
          at ArcSDE v9.0. 
com.esri.sde.sdk.pe.PeFactory.linearUnitCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.linunit(). 
com.esri.sde.sdk.pe.PeFactory.methodCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.method(). 
com.esri.sde.sdk.pe.PeFactory.parameterCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.parameter(). 
com.esri.sde.sdk.pe.PeFactory.primemCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.primem(). 
com.esri.sde.sdk.pe.PeFactory.projcsCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.projcs(). 
com.esri.sde.sdk.pe.PeFactory.projectionCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.projection(). 
com.esri.sde.sdk.client.SeRow.setDate(int, Date)
          at ArcSDE 8.3, replaced by SeRow.setTime(int, java.util.Calendar). 
com.esri.sde.sdk.client.SeRasterAttr.setDeleteArea(SeExtent)
          at ArcSDE v9.0. 
com.esri.sde.sdk.client.SeUpdate.setWriteMode(boolean)
          at ArcSDE version 9.1, SeUpdate streams cannot be buffered. 
com.esri.sde.sdk.pe.PeFactory.spheroidCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.spheroid(). 
com.esri.sde.sdk.pe.PeCoordinateSystem.toPrjFile(PeUnit, String)
          This will be removed after version 10.0. It is replaced by PeProjFile.toPrjFile(com.esri.sde.sdk.pe.PeCoordinateSystem, com.esri.sde.sdk.pe.PeUnit, java.lang.String). 
com.esri.sde.sdk.pe.PeCoordinateSystem.toPrjString(PeUnit)
          This will be removed after version 10.0. It is replaced by PeProjFile.toPrjString(com.esri.sde.sdk.pe.PeCoordinateSystem, com.esri.sde.sdk.pe.PeUnit). 
com.esri.sde.sdk.pe.PeFactory.vdatumCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.vdatum(). 
com.esri.sde.sdk.pe.PeFactory.vertcsCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.vertcs(). 
com.esri.sde.sdk.pe.PeFactory.verttranCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.verttran(). 
com.esri.sde.sdk.pe.PeFactory.vtmethodCodelist()
          This will be removed after version 10.0. It is replaced by PeFactoryCodelist.vtmethod(). 
 

Deprecated Constructors
com.esri.sde.sdk.client.SeDate(Date)
          at ArcSDE v8.3 
com.esri.sde.sdk.client.SeRaster()
          at ArcSDE version 9.0