|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ImageServerIP
public class ImageServerIP
COM Class 'ImageServerIP'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Image Server Message Proxy.' 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 |
---|
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObject2 |
---|
IID, IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a, xxDummy |
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObject |
---|
IID7c25fb69_eac4_433c_b08c_7ae39e83ffbd |
Fields inherited from interface com.esri.arcgis.carto.IImageServer3 |
---|
IID, IIDd27b4a93_5dd5_47e0_9551_951010c342ad, xxDummy |
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 |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ITiledImageServer |
---|
IID, IID10bfd112_33d2_4986_997a_f2b6069e45b8, xxDummy |
Constructor Summary | |
---|---|
ImageServerIP()
Constructs a ImageServerIP using ArcGIS Engine. |
|
ImageServerIP(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ImageServerIP theImageServerIP = (ImageServerIP) obj; |
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. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IImageResult |
exportImage(IGeoImageDescription pImageDescription,
IImageType pImageType)
Exports into a well-known image for a given image description. |
IMapImage |
exportMapImage(IGeoImageDescription pImageDescription,
IImageType pImageType)
Exports into a well-known image with a correct aspect ratio for a given image description. |
IImageServiceInfo |
generateServiceInfo(IRenderingRule pRenderingRule)
Generates the image service information as if a given rendering rule is applied. |
ICacheControlInfo |
getCacheControlInfo()
Gets the cache description information for a given map. |
ICacheDescriptionInfo |
getCacheDescriptionInfo()
Gets the cache description information for a given map. |
ICacheStorageInfo |
getCacheStorageInfo()
Gets the cache storage information. |
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. |
static java.lang.String |
getClsid()
getClsid. |
IFields |
getFields()
The fields of the image catalog. |
java.lang.String |
getFile(IImageServerDownloadResult pFile)
Get the URL to a given download result. |
IName |
getFullName()
The AGSServerConnectionName object associated with the server object. |
int |
getHttpTimeout()
The maximum time in seconds to wait for a response from the server (Internet only). |
byte[] |
getImage(IGeoImageDescription pImageDescription)
Gets an image for a given image description. |
byte[] |
getImageTile(int level,
int row,
int column)
Gets a tile for a given tile location from a given map. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
IImageServiceInfo |
getServiceInfo()
The properties of the image service provided. |
IImageResult |
getThumbnail(int rID)
Gets the thumbnail image of a given raster catalog item. |
ITileCacheInfo |
getTileCacheInfo()
Gets the cache configuration for a given map. |
ITileImageInfo |
getTileImageInfo()
Gets the cache tile image information for a given map. |
float |
getVersion()
The Image Server version number. |
java.lang.String |
getVirtualCacheDirectory()
Gets the virtual cache directory for a given layer within a map. |
int |
hashCode()
the hashcode for this object |
IImageServerIdentifyResult |
identify(IGeometry pLocation,
IMosaicRule pMosaicRule,
IPoint pCellsize)
Identifies the pixel value and catalog items at the given location. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isFixedScaleImage()
Indicates if a given map is a fixed scale map. |
void |
release()
Release a ImageServerIP. |
void |
setHttpTimeout(int secs)
The maximum time in seconds to wait for a response from the server (Internet only). |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageServerIP() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ImageServerIP(java.lang.Object obj) throws java.io.IOException
ImageServerIP theImageServerIP = (ImageServerIP) obj;
obj
to ImageServerIP
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IName getFullName() throws java.io.IOException, AutomationException
getFullName
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHttpTimeout(int secs) throws java.io.IOException, AutomationException
setHttpTimeout
in interface IAGSServerObject2
secs
- The secs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHttpTimeout() throws java.io.IOException, AutomationException
getHttpTimeout
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public float getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageServiceInfo getServiceInfo() throws java.io.IOException, AutomationException
getServiceInfo
in interface IImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getImage(IGeoImageDescription pImageDescription) throws java.io.IOException, AutomationException
getImage
in interface IImageServer
pImageDescription
- A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageResult exportImage(IGeoImageDescription pImageDescription, IImageType pImageType) throws java.io.IOException, AutomationException
exportImage
in interface IImageServer
pImageDescription
- A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)pImageType
- A reference to a com.esri.arcgis.carto.IImageType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMapImage exportMapImage(IGeoImageDescription pImageDescription, IImageType pImageType) throws java.io.IOException, AutomationException
exportMapImage
in interface IImageServer2
pImageDescription
- A reference to a com.esri.arcgis.carto.IGeoImageDescription (in)pImageType
- A reference to a com.esri.arcgis.carto.IImageType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getFields() throws java.io.IOException, AutomationException
getFields
in interface IImageServer3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCatalogItemCount(IQueryFilter pFilter) throws java.io.IOException, AutomationException
getCatalogItemCount
in interface IImageServer3
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.public IFIDSet getCatalogItemIDs(IQueryFilter pFilter) throws java.io.IOException, AutomationException
getCatalogItemIDs
in interface IImageServer3
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.public IRecordSet getCatalogItems(IQueryFilter pFilter) throws java.io.IOException, AutomationException
getCatalogItems
in interface IImageServer3
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.public IImageServerDownloadResults download(IFIDSet pFIDs, IGeometry pGeometry, java.lang.String format) throws java.io.IOException, AutomationException
download
in interface IImageServer3
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.public java.lang.String getFile(IImageServerDownloadResult pFile) throws java.io.IOException, AutomationException
getFile
in interface IImageServer3
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.public IImageServerIdentifyResult identify(IGeometry pLocation, IMosaicRule pMosaicRule, IPoint pCellsize) throws java.io.IOException, AutomationException
identify
in interface IImageServer3
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.public java.lang.String getMetadata() throws java.io.IOException, AutomationException
getMetadata
in interface IImageServer3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterInfo getRasterInfo(int rID) throws java.io.IOException, AutomationException
getRasterInfo
in interface IImageServer3
rID
- The rID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getPixelBlock(int rID, int tx, int ty, int level) throws java.io.IOException, AutomationException
getPixelBlock
in interface IImageServer3
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.public java.lang.String getRasterMetadata(int rID) throws java.io.IOException, AutomationException
getRasterMetadata
in interface IImageServer3
rID
- The rID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageResult getThumbnail(int rID) throws java.io.IOException, AutomationException
getThumbnail
in interface IImageServer3
rID
- The rID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageServiceInfo generateServiceInfo(IRenderingRule pRenderingRule) throws java.io.IOException, AutomationException
generateServiceInfo
in interface IImageServer3
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.public IRasterInfos getNativeRasterInfo(int rID) throws java.io.IOException, AutomationException
getNativeRasterInfo
in interface IImageServer3
rID
- The rID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getNativePixelBlock(int rID, int iID, int tx, int ty, int level) throws java.io.IOException, AutomationException
getNativePixelBlock
in interface IImageServer3
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.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITileCacheInfo getTileCacheInfo() throws java.io.IOException, AutomationException
getTileCacheInfo
in interface ITiledImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] getImageTile(int level, int row, int column) throws java.io.IOException, AutomationException
getImageTile
in interface ITiledImageServer
level
- The level (in)row
- The row (in)column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITileImageInfo getTileImageInfo() throws java.io.IOException, AutomationException
getTileImageInfo
in interface ITiledImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICacheStorageInfo getCacheStorageInfo() throws java.io.IOException, AutomationException
getCacheStorageInfo
in interface ITiledImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFixedScaleImage() throws java.io.IOException, AutomationException
isFixedScaleImage
in interface ITiledImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVirtualCacheDirectory() throws java.io.IOException, AutomationException
getVirtualCacheDirectory
in interface ITiledImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICacheDescriptionInfo getCacheDescriptionInfo() throws java.io.IOException, AutomationException
getCacheDescriptionInfo
in interface ITiledImageServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICacheControlInfo getCacheControlInfo() throws java.io.IOException, AutomationException
getCacheControlInfo
in interface ITiledImageServer
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 |