Uses of Class
com.esri.sde.sdk.client.SeObjectId

Packages that use SeObjectId
com.esri.sde.sdk.client   
org.geotools.arcsde.session   
 

Uses of SeObjectId in com.esri.sde.sdk.client
 

Methods in com.esri.sde.sdk.client that return SeObjectId
 SeObjectId SeRasterTile.getBandId()
           
 SeObjectId SeShape.getFeatureId()
           
 SeObjectId SeRasterBand.getId()
           
 SeObjectId SeState.getId()
           
 SeObjectId SeRasterColumn.getID()
           
 SeObjectId SeState.getParentId()
           
 SeObjectId SeRasterAttr.getRasterColumnId()
           
 SeObjectId SeRasterBand.getRasterColumnId()
           
 SeObjectId SeRasterAttr.getRasterId()
           
 SeObjectId SeRasterBand.getRasterId()
           
 SeObjectId SeRaster.getRasterId()
           
 SeObjectId SeTable.SeTableIdRange.getStartId()
           
 SeObjectId SeVersion.getStateId()
           
 SeObjectId SeInsert.lastInsertedRowId()
           
 

Methods in com.esri.sde.sdk.client with parameters of type SeObjectId
 void SeDelete.byId(java.lang.String s, SeObjectId d)
           
 void SeVersion.changeState(SeObjectId newStateId)
           
 void SeState.create(SeObjectId parentId)
           
 void SeRaster.getInfoById(SeObjectId rasterId)
           
 void SeState.merge(SeObjectId id, SeObjectId id2)
           
 void SeCoordinateReference.setCoordSysByID(SeObjectId seObjectId)
           
 void SeStreamOp.setState(SeObjectId id, SeObjectId differencesId, int diffType)
           
 SeRow SeUpdate.singleRow(SeObjectId seObjectId, java.lang.String typeName, java.lang.String[] rowColumnNames)
           
 void SeState.trimTree(SeObjectId from, SeObjectId to)
           
 

Constructors in com.esri.sde.sdk.client with parameters of type SeObjectId
SeRasterColumn(SeConnection conn, SeObjectId id)
           
SeState(SeConnection conn, SeObjectId stateId)
           
 

Uses of SeObjectId in org.geotools.arcsde.session
 

Methods in org.geotools.arcsde.session with parameters of type SeObjectId
 SeState ISession.createState(SeObjectId stateId)
           
 SeState SessionWrapper.createState(SeObjectId stateId)
           
 

Constructors in org.geotools.arcsde.session with parameters of type SeObjectId
Commands.CreateSeStateCommand(SeObjectId stateId)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.