|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServer3
COM Interface 'IImageServer3'. 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 |
IIDd27b4a93_5dd5_47e0_9551_951010c342ad
|
static int |
xxDummy
Deprecated. Internal use only |
| 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 | |
|---|---|
IImageServerDownloadResults |
download(IFIDSet pFIDs,
IGeometry pGeometry,
java.lang.String format)
Clips images to a given geometry, and returns a list of downloadable files for a given set of catalog item IDs. |
IImageServiceInfo |
generateServiceInfo(IRenderingRule pRenderingRule)
Generates the image service information as if a given rendering rule is applied. |
int |
getCatalogItemCount(IQueryFilter pFilter)
Gets the catalog item count for a given query filter. |
IFIDSet |
getCatalogItemIDs(IQueryFilter pFilter)
Gets the catalog item IDs for a given query filter. |
IRecordSet |
getCatalogItems(IQueryFilter pFilter)
Gets the catalog items for a given query filter. |
IFields |
getFields()
The fields of the image catalog. |
java.lang.String |
getFile(IImageServerDownloadResult pFile)
Get the URL to a given download result. |
java.lang.String |
getMetadata()
The image service metadata. |
byte[] |
getNativePixelBlock(int rID,
int iID,
int tx,
int ty,
int level)
Gets a pixel block at a given block location for a specified raw source raster. |
IRasterInfos |
getNativeRasterInfo(int rID)
Gets raster information of all raw source rasters for a given raster catalog item. |
byte[] |
getPixelBlock(int rID,
int tx,
int ty,
int level)
Gets a pixel block at a given block location. |
IRasterInfo |
getRasterInfo(int rID)
Gets the image information of a given raster catalog item. |
java.lang.String |
getRasterMetadata(int rID)
Gets the metadata of a given raster catalog item. |
IImageResult |
getThumbnail(int rID)
Gets the thumbnail image of a given raster catalog item. |
IImageServerIdentifyResult |
identify(IGeometry pLocation,
IMosaicRule pMosaicRule,
IPoint pCellsize)
Identifies the pixel value and catalog items at the given location. |
| 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 |
|---|
static final int IIDd27b4a93_5dd5_47e0_9551_951010c342ad
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IFields getFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCatalogItemCount(IQueryFilter pFilter)
throws java.io.IOException,
AutomationException
pFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFIDSet getCatalogItemIDs(IQueryFilter pFilter)
throws java.io.IOException,
AutomationException
pFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getCatalogItems(IQueryFilter pFilter)
throws java.io.IOException,
AutomationException
pFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IImageServerDownloadResults download(IFIDSet pFIDs,
IGeometry pGeometry,
java.lang.String format)
throws java.io.IOException,
AutomationException
pFIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)format - The format (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFile(IImageServerDownloadResult pFile)
throws java.io.IOException,
AutomationException
pFile - A reference to a com.esri.arcgis.carto.IImageServerDownloadResult (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IImageServerIdentifyResult identify(IGeometry pLocation,
IMosaicRule pMosaicRule,
IPoint pCellsize)
throws java.io.IOException,
AutomationException
pLocation - A reference to a com.esri.arcgis.geometry.IGeometry (in)pMosaicRule - A reference to a com.esri.arcgis.carto.IMosaicRule (in)pCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getMetadata()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterInfo getRasterInfo(int rID)
throws java.io.IOException,
AutomationException
rID - The rID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
byte[] getPixelBlock(int rID,
int tx,
int ty,
int level)
throws java.io.IOException,
AutomationException
rID - The rID (in)tx - The tx (in)ty - The ty (in)level - The level (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getRasterMetadata(int rID)
throws java.io.IOException,
AutomationException
rID - The rID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IImageResult getThumbnail(int rID)
throws java.io.IOException,
AutomationException
rID - The rID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IImageServiceInfo generateServiceInfo(IRenderingRule pRenderingRule)
throws java.io.IOException,
AutomationException
pRenderingRule - A reference to a com.esri.arcgis.carto.IRenderingRule (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterInfos getNativeRasterInfo(int rID)
throws java.io.IOException,
AutomationException
rID - The rID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
byte[] getNativePixelBlock(int rID,
int iID,
int tx,
int ty,
int level)
throws java.io.IOException,
AutomationException
rID - The rID (in)iID - The iID (in)tx - The tx (in)ty - The ty (in)level - The level (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||