com.esri.arcgis.carto
Interface IImageView2

All Superinterfaces:
IImageView, java.io.Serializable
All Known Implementing Classes:
IImageView2Proxy, ImageView

public interface IImageView2
extends IImageView, java.io.Serializable

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

Description: 'Provides access to members that control an image (service) view.' 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 IID4a05bee9_87c0_4ab9_93ef_fbcf7fbc052e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IImageView
IID26925225_c546_43e1_a89d_ab27cc26e8fb
 
Method Summary
 java.lang.String getAllowedRasterFunctions()
          The allowed list of raster functions for an image view.
 java.lang.String getCapabilities()
          The image view web capabilities.
 java.lang.String getCopyrightText()
          The image view copyright text.
 double getMaxScale()
          The maximum cache scale.
 double getMinScale()
          The minimum cache scale.
 ISpatialReference getSpatialReference()
          The image view spatial reference.
 void setAllowedRasterFunctions(java.lang.String pFunctionNames)
          The allowed list of raster functions for an image view.
 void setCapabilities(java.lang.String pCapabilities)
          The image view web capabilities.
 void setCopyrightText(java.lang.String pCopyrightText)
          The image view copyright text.
 void setMaxScale(double pScale)
          The maximum cache scale.
 void setMinScale(double pScale)
          The minimum cache scale.
 void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          The image view spatial reference.
 
Methods inherited from interface com.esri.arcgis.carto.IImageView
getBandCount, getDescription, getExtent, getMosaicRule, getName, getPixelSize, getPixelType, getRenderingRule, getVID, isAdaptive, putPixelSize, setAdaptive, setBandCount, setDescription, setExtentByRef, setMosaicRuleByRef, setName, setPixelType, setRenderingRuleByRef, setVID
 

Field Detail

IID4a05bee9_87c0_4ab9_93ef_fbcf7fbc052e

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The image view spatial reference.

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.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
                              throws java.io.IOException,
                                     AutomationException
The image view spatial reference.

Parameters:
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCapabilities

java.lang.String getCapabilities()
                                 throws java.io.IOException,
                                        AutomationException
The image view web capabilities.

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

setCapabilities

void setCapabilities(java.lang.String pCapabilities)
                     throws java.io.IOException,
                            AutomationException
The image view web capabilities.

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

getCopyrightText

java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
The image view copyright text.

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

setCopyrightText

void setCopyrightText(java.lang.String pCopyrightText)
                      throws java.io.IOException,
                             AutomationException
The image view copyright text.

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

getMinScale

double getMinScale()
                   throws java.io.IOException,
                          AutomationException
The minimum cache scale.

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

setMinScale

void setMinScale(double pScale)
                 throws java.io.IOException,
                        AutomationException
The minimum cache scale.

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

getMaxScale

double getMaxScale()
                   throws java.io.IOException,
                          AutomationException
The maximum cache scale.

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

setMaxScale

void setMaxScale(double pScale)
                 throws java.io.IOException,
                        AutomationException
The maximum cache scale.

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

getAllowedRasterFunctions

java.lang.String getAllowedRasterFunctions()
                                           throws java.io.IOException,
                                                  AutomationException
The allowed list of raster functions for an image view.

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

setAllowedRasterFunctions

void setAllowedRasterFunctions(java.lang.String pFunctionNames)
                               throws java.io.IOException,
                                      AutomationException
The allowed list of raster functions for an image view.

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