com.esri.arcgis.datasourcesraster
Interface IDEImageServer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDEImageServer2
All Known Implementing Classes:
DEImageServer, IDEImageServer2Proxy, IDEImageServerProxy

public interface IDEImageServer
extends java.io.Serializable

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

Description: 'Provides access to members that describe Image Service objects.' 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 IID9b872fb3_190a_400f_adbc_759712f27c39
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBandCount()
          The number of bands in the collection.
 java.lang.String getClientXADefProps()
          ClientXADef property of Image Server Layer.
 IEnvelope getExtent()
          The extent of the image service object.
 java.lang.String getMosaicProps()
          Mosaic property of Image Server Layer.
 ISpatialReference getSpatialReference()
          The spatial reference of the image service object.
 void setBandCount(int count)
          The number of bands in the collection.
 void setClientXADefProps(java.lang.String clientXADef)
          ClientXADef property of Image Server Layer.
 void setExtentByRef(IEnvelope extent)
          The extent of the image service object.
 void setMosaicProps(java.lang.String mosaic)
          Mosaic property of Image Server Layer.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference of the image service object.
 

Field Detail

IID9b872fb3_190a_400f_adbc_759712f27c39

static final int IID9b872fb3_190a_400f_adbc_759712f27c39
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

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent of the image service object.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

void setExtentByRef(IEnvelope extent)
                    throws java.io.IOException,
                           AutomationException
The extent of the image service object.

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of the image service object.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of the image service object.

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

int getBandCount()
                 throws java.io.IOException,
                        AutomationException
The number of bands in the collection.

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

setBandCount

void setBandCount(int count)
                  throws java.io.IOException,
                         AutomationException
The number of bands in the collection.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicProps

java.lang.String getMosaicProps()
                                throws java.io.IOException,
                                       AutomationException
Mosaic property of Image Server Layer.

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

setMosaicProps

void setMosaicProps(java.lang.String mosaic)
                    throws java.io.IOException,
                           AutomationException
Mosaic property of Image Server Layer.

Parameters:
mosaic - The mosaic (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClientXADefProps

java.lang.String getClientXADefProps()
                                     throws java.io.IOException,
                                            AutomationException
ClientXADef property of Image Server Layer.

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

setClientXADefProps

void setClientXADefProps(java.lang.String clientXADef)
                         throws java.io.IOException,
                                AutomationException
ClientXADef property of Image Server Layer.

Parameters:
clientXADef - The clientXADef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.