com.esri.arcgis.datasourcesraster
Interface IRasterSdeServerOperation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicRasterSdeLoader, IRasterSdeServerOperationProxy

public interface IRasterSdeServerOperation
extends java.io.Serializable

COM Interface 'IRasterSdeServerOperation'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID867a268a_0ed0_406b_955d_81eb20d806ea
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 mosaic()
          Instructs Raster SDE Server to mosaic data based on the defined storage properties.
 void update()
          Updates properties of raster dataset on SDE server.
 

Field Detail

IID867a268a_0ed0_406b_955d_81eb20d806ea

static final int IID867a268a_0ed0_406b_955d_81eb20d806ea
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

create

void create()
            throws java.io.IOException,
                   AutomationException
Creates a raster dataset on an SDE server.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

void update()
            throws java.io.IOException,
                   AutomationException
Updates properties of raster dataset on SDE server.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

void delete()
            throws java.io.IOException,
                   AutomationException
Deletes raster dataset from SDE server.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mosaic

void mosaic()
            throws java.io.IOException,
                   AutomationException
Instructs Raster SDE Server to mosaic data based on the defined storage properties.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

buildPyramids

void buildPyramids()
                   throws java.io.IOException,
                          AutomationException
Instructs Raster SDE Server to build pyramid layers based on the defined storage properties.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeStatistics

void computeStatistics()
                       throws java.io.IOException,
                              AutomationException
Computes statistics on a raster SDE.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.