public interface IRasterSdeServerOperation2
extends java.io.Serializable
Description: 'Provides access to members that control the RasterSDE operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID01540ba6_b1fd_43c7_ab8c_aa04389ad031 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
buildPyramids()
Instructs Raster SDE Server to build pyramid layers based on the defined storage properties.
|
void |
computeStatistics()
Computes statistics on a raster SDE.
|
void |
create()
Creates a raster dataset on an SDE server.
|
void |
delete()
Deletes raster dataset from SDE server.
|
void |
insert()
Insert a raster into a raster catalog on an ArcSDE server.
|
void |
mosaic()
Instructs Raster SDE Server to mosaic data based on the defined storage properties.
|
void |
update()
Updates properties of raster dataset on SDE server.
|
static final int IID01540ba6_b1fd_43c7_ab8c_aa04389ad031
static final int xxDummy
static final java.lang.String IID
void create() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void update() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void delete() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void mosaic() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void buildPyramids() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void computeStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.