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

Packages that use SeException
com.esri.sde.sdk.client   
org.geotools.arcsde   
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.data.view   
org.geotools.arcsde.raster.info   
org.geotools.arcsde.session   
 

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

Subclasses of SeException in com.esri.sde.sdk.client
 class SeDoesNotExistException
           
 

Methods in com.esri.sde.sdk.client that throw SeException
 void SeRasterBand.alter()
           
 void SeDelete.byId(java.lang.String s, SeObjectId d)
           
 void SeVersion.changeState(SeObjectId newStateId)
           
 void SeConnection.close()
           
 void SeStreamOp.close()
           
 void SeState.close()
           
 void SeConnection.commitTransaction()
           
 void SeVersion.create(boolean uniqueName, SeVersion newVersion)
           
 void SeState.create(SeObjectId parentId)
           
 void SeTable.delete()
           
 void SeVersion.delete()
           
 void SeState.delete()
           
 void SeLayer.delete()
           
 SeColumnDefinition[] SeTable.describe()
           
 void SeStreamOp.execute()
           
 SeRow SeQuery.fetch()
           
 void SeState.freeLock()
           
 void SeShape.generateLine(int i, int j, int[] k, SDEPoint[] p)
           
 void SeShape.generatePoint(int i, SDEPoint[] p)
           
 void SeShape.generatePolygon(int i, int j, int[] k, SDEPoint[] p)
           
 void SeShape.generateRectangle(SeExtent x)
           
 SeRasterBand SeRasterAttr.getBandInfo(int i)
           
 SeRasterBand[] SeRasterAttr.getBands()
           
 java.io.ByteArrayInputStream SeRow.getBlob(int i)
           
 java.awt.image.DataBuffer SeRasterBand.getColorMapData()
           
 int SeRasterBand.getColorMapDataType()
           
 int SeRasterBand.getColorMapNumBanks()
           
 int SeRasterBand.getColorMapNumEntries()
           
 int SeRasterBand.getColorMapType()
           
 SeColumnDefinition SeRow.getColumnDef(int i)
           
 SeSqlConstruct SeQueryInfo.getConstruct()
           
 java.lang.String SeConnection.getDatabaseName()
           
 SeDBMSInfo SeConnection.getDBMSInfo()
           
 SeExtent SeRasterAttr.getExtent()
           
 SeExtent SeRasterAttr.getExtentByLevel(int i)
           
 SDEPoint SeRasterAttr.getExtentOffsetByLevel(int level)
           
 SeObjectId SeShape.getFeatureId()
           
 java.lang.Object SeRow.getGeometry(GeometryFactory seGeomFac, int i)
           
 SeObjectId SeRasterColumn.getID()
           
 SeTable.SeTableIdRange SeTable.getIds(int i)
           
 int SeRasterAttr.getImageHeight()
           
 int SeRasterAttr.getImageWidth()
           
 void SeVersion.getInfo()
           
 void SeRegistration.getInfo()
           
 void SeRaster.getInfoById(SeObjectId rasterId)
           
 java.lang.Integer SeRow.getInteger(int i)
           
 java.util.Vector SeConnection.getLayers()
           
 java.lang.Object SeRow.getObject(int i)
           
 int SeTable.getPermissions()
           
 int SeRasterAttr.getPixelType()
           
 java.lang.String SeLayer.getQualifiedName()
           
 java.util.Vector SeConnection.getRasterColumns()
           
 SeObjectId SeRasterAttr.getRasterId()
           
 SeRaster SeRasterAttr.getRasterInfo()
           
 SeRasterTile SeRow.getRasterTile()
           
 int SeRegistration.getRowIdColumnType()
           
 java.lang.String SeConnection.getSdeDbaName()
           
 java.lang.String SeLayer.getShapeAttributeName(int i)
           
 double SeRasterBand.getStatsMax()
           
 double SeRasterBand.getStatsMin()
           
 java.lang.String SeRow.getString(int i)
           
 java.util.Vector SeConnection.getTables(int se_select_privilege)
           
 SDEPoint SeRasterBand.getTileOrigin()
           
 java.lang.String SeConnection.getUser()
           
 SeVersion[] SeConnection.getVersionList(java.lang.String where)
           
 SeExtent SeCoordinateReference.getXYEnvelope()
           
 void SeState.lock()
           
 void SeState.merge(SeObjectId id, SeObjectId id2)
           
 void SeState.open()
           
 void SeQuery.prepareQuery()
           
 void SeQuery.prepareQueryInfo(SeQueryInfo i)
           
 void SeQuery.queryRasterTile(SeRasterConstraint c)
           
 void SeRow.reset()
           
 void SeConnection.rollbackTransaction()
           
 void SeRasterConstraint.setBands(int[] bands)
           
 void SeRasterAttr.setColorMap(int colorMapType, java.awt.image.DataBufferByte dataBuffer)
           
 void SeConnection.setConcurrency(int i)
           
 void SeQueryInfo.setConstruct(SeSqlConstruct s)
           
 void SeRasterConstraint.setEnvelope(int i, int j, int k, int l)
           
 void SeRasterConstraint.setInterleave(int i)
           
 void SeRasterConstraint.setLevel(int i)
           
 void SeVersion.setOwner(java.lang.String o)
           
 void SeRasterAttr.setPyramidInfo(int maxLevel, boolean skipLevelOne, int interpolation)
           
 void SeQuery.setSpatialConstraints(short i, boolean b, SeFilter[] f)
           
 void SeStreamOp.setState(SeObjectId id, SeObjectId differencesId, int diffType)
           
 int SeConnection.setTransactionAutoCommit(int i)
           
 SeRow SeUpdate.singleRow(SeObjectId seObjectId, java.lang.String typeName, java.lang.String[] rowColumnNames)
           
 void SeConnection.startTransaction()
           
 void SeConnection.testServer(long testServerRoundtripIntervalSeconds)
           
 void SeState.trimTree(SeObjectId from, SeObjectId to)
           
 void SeTable.truncate()
           
 

Constructors in com.esri.sde.sdk.client that throw SeException
SeColumnDefinition(java.lang.String s, int i, int j, int k, boolean b)
           
SeConnection(java.lang.String a, int i, java.lang.String b, java.lang.String c, java.lang.String d)
           
SeConnection(java.lang.String a, java.lang.String i, java.lang.String b, java.lang.String c, java.lang.String d)
           
SeDelete(SeConnection c)
           
SeInsert(SeConnection c)
           
SeInstance(java.lang.String s, int i)
           
SeLayer(SeConnection c, java.lang.String s, java.lang.String y)
           
SeQuery(SeConnection c)
           
SeQuery(SeConnection c, java.lang.String[] s, SeSqlConstruct y)
           
SeRasterColumn(SeConnection conn)
           
SeRasterColumn(SeConnection conn, SeObjectId id)
           
SeRegistration(SeConnection c, java.lang.String s)
           
SeShape(SeCoordinateReference s)
           
SeState(SeConnection conn)
           
SeState(SeConnection conn, SeObjectId stateId)
           
SeTable(SeConnection s, java.lang.String y)
           
SeUpdate(SeConnection c)
           
SeVersion(SeConnection conn, java.lang.String versionName)
           
 

Uses of SeException in org.geotools.arcsde
 

Methods in org.geotools.arcsde that return SeException
 SeException ArcSdeException.getCause()
           
 

Methods in org.geotools.arcsde with parameters of type SeException
static java.lang.String ArcSdeException.toMessage(SeException e)
          SeException is pretty sad (Caused by: com.esri.sde.sdk.client.SeException: ) leaving you to hunt and peck at the SeError for a good description of what went bad.
 

Constructors in org.geotools.arcsde with parameters of type SeException
ArcSdeException(SeException cause)
           
ArcSdeException(java.lang.String msg, SeException cause)
           
 

Uses of SeException in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data that throw SeException
 com.vividsolutions.jts.geom.Geometry ArcSDEGeometryBuilder.construct(SeShape shape, com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
          Takes an ArcSDE's SeShape and builds a JTS Geometry.
static SeColumnDefinition ArcSDEAdapter.createSeColumnDefinition(org.opengis.feature.type.AttributeDescriptor type)
          Creates the column definition as used by the ArcSDE Java API, for the given AttributeType.
static java.lang.Class<? extends com.vividsolutions.jts.geom.Geometry> ArcSDEAdapter.getGeometryTypeFromSeShape(SeShape shape)
          Returns the most appropriate Geometry class that matches the shape's type.
 

Uses of SeException in org.geotools.arcsde.data.view
 

Methods in org.geotools.arcsde.data.view that throw SeException
static SeQueryInfo QueryInfoParser.parse(ISession session, net.sf.jsqlparser.statement.select.PlainSelect select)
           
 

Uses of SeException in org.geotools.arcsde.raster.info
 

Methods in org.geotools.arcsde.raster.info that throw SeException
 RasterDatasetInfo GatherCoverageMetadataCommand.execute(ISession session, SeConnection connection)
           
 

Uses of SeException in org.geotools.arcsde.session
 

Methods in org.geotools.arcsde.session that throw SeException
 SeState Commands.CreateVersionStateCommand.execute(ISession session, SeConnection connection)
           
 SeQuery Commands.CreateAndExecuteQueryCommand.execute(ISession session, SeConnection connection)
           
 SeState Commands.CreateSeStateCommand.execute(ISession session, SeConnection connection)
           
 java.lang.Void Commands.CloseStreamCommand.execute(ISession session, SeConnection connection)
           
 java.lang.Void Commands.CloseStateCommand.execute(ISession session, SeConnection connection)
           
 SeColumnDefinition[] Commands.DescribeTableCommand.execute(ISession session, SeConnection connection)
           
 SeTable Commands.CreateSeTableCommand.execute(ISession session, SeConnection connection)
           
 SeVersion Commands.GetVersionCommand.execute(ISession session, SeConnection connection)
           
 SeRegistration Commands.CreateSeRegistrationCommand.execute(ISession session, SeConnection connection)
           
abstract  R Command.execute(ISession session, SeConnection connection)
          Executed to operate on an SeConnection, a Command is scheduled for execution on a Session.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.