com.esri.arcgis.carto
Interface IImageServer5

All Superinterfaces:
IImageServer, IImageServer2, IImageServer3, IImageServer4, java.io.Serializable
All Known Implementing Classes:
IImageServer5Proxy, ImageServer

public interface IImageServer5
extends IImageServer4, java.io.Serializable

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

Description: 'Provides access to members that control an image server object (SO).' 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 IID7e7c1e2b_cef1_42d5_b3d5_017a44362676
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageServer4
IID08586b82_874c_492a_93b2_73b91a92d28f
 
Fields inherited from interface com.esri.arcgis.carto.IImageServer3
IIDd27b4a93_5dd5_47e0_9551_951010c342ad
 
Fields inherited from interface com.esri.arcgis.carto.IImageServer2
IIDd9bf0bf1_2ac8_49f5_94cb_6b5182c6297f
 
Fields inherited from interface com.esri.arcgis.carto.IImageServer
IID10a6f247_a053_4bb1_aaf3_503ef365e10e
 
Method Summary
 ISpatialReference getImageCoordinateSystem(int rID)
          Gets the image coordinate system of a given raster.
 IMultidimensionalInfo getMultidimensionalInfo()
          The image service multidimensional info.
 IPropertySet getSensorProperties(int rID)
          Gets the image coordinate system of a given raster.
 
Methods inherited from interface com.esri.arcgis.carto.IImageServer4
add, computeHistograms, createView, delete, deleteView, execute, getKeyProperties, getRasterAttributeTable, getRasterKeyProperties, getView, identifyAll, measure, update, updateView
 
Methods inherited from interface com.esri.arcgis.carto.IImageServer3
download, generateServiceInfo, getCatalogItemCount, getCatalogItemIDs, getCatalogItems, getFields, getFile, getMetadata, getNativePixelBlock, getNativeRasterInfo, getPixelBlock, getRasterInfo, getRasterMetadata, getThumbnail, identify
 
Methods inherited from interface com.esri.arcgis.carto.IImageServer2
exportMapImage
 
Methods inherited from interface com.esri.arcgis.carto.IImageServer
exportImage, getImage, getServiceInfo, getVersion
 

Field Detail

IID7e7c1e2b_cef1_42d5_b3d5_017a44362676

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

getMultidimensionalInfo

IMultidimensionalInfo getMultidimensionalInfo()
                                              throws java.io.IOException,
                                                     AutomationException
The image service multidimensional info.

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

getImageCoordinateSystem

ISpatialReference getImageCoordinateSystem(int rID)
                                           throws java.io.IOException,
                                                  AutomationException
Gets the image coordinate system of a given raster.

Parameters:
rID - The rID (in)
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.

getSensorProperties

IPropertySet getSensorProperties(int rID)
                                 throws java.io.IOException,
                                        AutomationException
Gets the image coordinate system of a given raster.

Parameters:
rID - The rID (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.