com.esri.arcgis.carto
Interface IImageServerLayer2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageServerLayer2Proxy, ImageServerLayer

public interface IImageServerLayer2
extends java.io.Serializable

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

Description: 'Provides access to additional members that control an image server layer.' 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 IID6db867a4_d78e_4471_a86d_6e455fc680d8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getImageMetadata(java.lang.String levelOfDetail)
          The image metadata xml.
 java.lang.String getMetaData(java.lang.String requestString)
          The image service metadata xml.
 java.lang.String getMosaicProperties()
          The image service mosaic properties xml.
 java.lang.String getProperty(java.lang.String name)
          Gets the value of the given property.
 java.lang.String getServiceProperties()
          The image service properties xml.
 java.lang.String getViewpointProperties()
          The image service viewpoint properties xml.
 java.lang.String IImageServerLayer2_getServiceInfo()
          The image service info xml.
 boolean isDataSourceAIS()
          Indicates if the backend data source is AIS.
 void setMosaicProperties(java.lang.String pMosaicProperties)
          The image service mosaic properties xml.
 void setViewpointProperties(java.lang.String pViewpointProperties)
          The image service viewpoint properties xml.
 

Field Detail

IID6db867a4_d78e_4471_a86d_6e455fc680d8

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

IImageServerLayer2_getServiceInfo

java.lang.String IImageServerLayer2_getServiceInfo()
                                                   throws java.io.IOException,
                                                          AutomationException
The image service info xml.

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

getServiceProperties

java.lang.String getServiceProperties()
                                      throws java.io.IOException,
                                             AutomationException
The image service properties xml.

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

getMetaData

java.lang.String getMetaData(java.lang.String requestString)
                             throws java.io.IOException,
                                    AutomationException
The image service metadata xml.

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

getImageMetadata

java.lang.String getImageMetadata(java.lang.String levelOfDetail)
                                  throws java.io.IOException,
                                         AutomationException
The image metadata xml.

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

getProperty

java.lang.String getProperty(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
Gets the value of the given property.

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

isDataSourceAIS

boolean isDataSourceAIS()
                        throws java.io.IOException,
                               AutomationException
Indicates if the backend data source is AIS.

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

getMosaicProperties

java.lang.String getMosaicProperties()
                                     throws java.io.IOException,
                                            AutomationException
The image service mosaic properties xml.

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

setMosaicProperties

void setMosaicProperties(java.lang.String pMosaicProperties)
                         throws java.io.IOException,
                                AutomationException
The image service mosaic properties xml.

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

getViewpointProperties

java.lang.String getViewpointProperties()
                                        throws java.io.IOException,
                                               AutomationException
The image service viewpoint properties xml.

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

setViewpointProperties

void setViewpointProperties(java.lang.String pViewpointProperties)
                            throws java.io.IOException,
                                   AutomationException
The image service viewpoint properties xml.

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