|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServer4
COM Interface 'IImageServer4'. 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 |
IID08586b82_874c_492a_93b2_73b91a92d28f
|
static int |
xxDummy
Deprecated. Internal use only |
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 | |
---|---|
IImageServerEditResults |
add(IRasterItemDescriptions pItemDescriptions)
Adds a list of raster items for sharing with other users (roles). |
IRasterHistograms |
computeHistograms(IGeometry pGeometry,
IMosaicRule pMosaicRule,
IPoint pCellsize,
IRenderingRule pRenderingRule)
Computes histograms within an area of interest. |
IImageServerEditResult |
createView(IImageView pView)
Creates a new view. |
IImageServerEditResults |
delete(IFIDSet pRIDs)
Deletes a given list of raster items (images). |
IImageServerEditResult |
deleteView(java.lang.String vID)
Deletes the view of a given view ID. |
java.lang.Object |
execute(java.lang.String name,
java.lang.Object argument)
Executes a named image server processing command. |
IPropertySet |
getKeyProperties()
The image service key properties. |
IRecordSet |
getRasterAttributeTable()
The raster attribute table. |
IPropertySet |
getRasterKeyProperties(int rID)
The key properties for a given raster catalog item. |
IImageView |
getView(java.lang.String vID)
Gets the view of a given view ID. |
IImageServerIdentifyResults |
identifyAll(IGeometry pLocations,
IMosaicRule pMosaicRule,
IPoint pCellsize,
IRenderingRule pRenderingRule,
java.lang.String options)
Identifies the pixel values and all catalog items at the given one or more locations. |
IImageServerMeasureResult |
measure(IGeometry pFrom,
IGeometry pTo,
IMosaicRule pMosaicRule,
IPoint pCellsize,
int operation)
Measures distance, angle, area, perimeter, and height. |
IImageServerEditResults |
update(IFIDSet pRIDs,
IRasterItemDescriptions pItemDescriptions)
Updates a given list of raster items (images). |
IImageServerEditResults |
updateView(java.lang.String vID,
IFIDSet pAddIDs,
IFIDSet pDeleteIDs)
Inserts and Removes raster items to a given view. |
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 |
---|
static final int IID08586b82_874c_492a_93b2_73b91a92d28f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IImageServerEditResults add(IRasterItemDescriptions pItemDescriptions) throws java.io.IOException, AutomationException
pItemDescriptions
- A reference to a com.esri.arcgis.carto.IRasterItemDescriptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerEditResults update(IFIDSet pRIDs, IRasterItemDescriptions pItemDescriptions) throws java.io.IOException, AutomationException
pRIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pItemDescriptions
- A reference to a com.esri.arcgis.carto.IRasterItemDescriptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerEditResults delete(IFIDSet pRIDs) throws java.io.IOException, AutomationException
pRIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerMeasureResult measure(IGeometry pFrom, IGeometry pTo, IMosaicRule pMosaicRule, IPoint pCellsize, int operation) throws java.io.IOException, AutomationException
pFrom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pTo
- 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)operation
- A com.esri.arcgis.carto.esriMensurationOperation constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterHistograms computeHistograms(IGeometry pGeometry, IMosaicRule pMosaicRule, IPoint pCellsize, IRenderingRule pRenderingRule) throws java.io.IOException, AutomationException
pGeometry
- 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)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.IRecordSet getRasterAttributeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getKeyProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getRasterKeyProperties(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.IImageServerIdentifyResults identifyAll(IGeometry pLocations, IMosaicRule pMosaicRule, IPoint pCellsize, IRenderingRule pRenderingRule, java.lang.String options) throws java.io.IOException, AutomationException
pLocations
- 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)pRenderingRule
- A reference to a com.esri.arcgis.carto.IRenderingRule (in)options
- The options (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageView getView(java.lang.String vID) throws java.io.IOException, AutomationException
vID
- The vID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerEditResult createView(IImageView pView) throws java.io.IOException, AutomationException
pView
- A reference to a com.esri.arcgis.carto.IImageView (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerEditResults updateView(java.lang.String vID, IFIDSet pAddIDs, IFIDSet pDeleteIDs) throws java.io.IOException, AutomationException
vID
- The vID (in)pAddIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)pDeleteIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerEditResult deleteView(java.lang.String vID) throws java.io.IOException, AutomationException
vID
- The vID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object execute(java.lang.String name, java.lang.Object argument) throws java.io.IOException, AutomationException
name
- The name (in)argument
- A Variant (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 |