com.esri.arcgis.carto
Interface IGeoImageDescription2

All Superinterfaces:
IGeoImageDescription, java.io.Serializable
All Known Subinterfaces:
IGeoImageDescription3
All Known Implementing Classes:
GeoImageDescription, IGeoImageDescription2Proxy, IGeoImageDescription3Proxy

public interface IGeoImageDescription2
extends IGeoImageDescription, java.io.Serializable

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

Description: 'Provides access to members that control an image description.' 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 IID91efda05_0c71_4478_ac90_1e98752f10f0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IGeoImageDescription
IID03b73b41_d7df_4a25_a1c1_82f126f4d2f3
 
Method Summary
 IMosaicRule getMosaicRule()
          The mosaic rule.
 IRenderingRule getRenderingRule()
          The rendering rule.
 boolean isBSQ()
          Indicates if output should be generated in BSQ pxiel interleave format.
 void setBSQ(boolean pBSQ)
          Indicates if output should be generated in BSQ pxiel interleave format.
 void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
          The mosaic rule.
 void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
          The rendering rule.
 
Methods inherited from interface com.esri.arcgis.carto.IGeoImageDescription
getBandSelection, getCompression, getCompressionQuality, getExtent, getHeight, getInterpolation, getMosaicProperties, getNoData, getPixelType, getSpatialReference, getViewpointProperties, getWidth, setBandSelectionByRef, setCompression, setCompressionQuality, setExtentByRef, setHeight, setInterpolation, setMosaicProperties, setNoData, setPixelType, setSpatialReferenceByRef, setViewpointProperties, setWidth
 

Field Detail

IID91efda05_0c71_4478_ac90_1e98752f10f0

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

getMosaicRule

IMosaicRule getMosaicRule()
                          throws java.io.IOException,
                                 AutomationException
The mosaic rule.

Returns:
A reference to a com.esri.arcgis.carto.IMosaicRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicRuleByRef

void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
                        throws java.io.IOException,
                               AutomationException
The mosaic rule.

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

getRenderingRule

IRenderingRule getRenderingRule()
                                throws java.io.IOException,
                                       AutomationException
The rendering rule.

Returns:
A reference to a com.esri.arcgis.carto.IRenderingRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderingRuleByRef

void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
                           throws java.io.IOException,
                                  AutomationException
The rendering rule.

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

isBSQ

boolean isBSQ()
              throws java.io.IOException,
                     AutomationException
Indicates if output should be generated in BSQ pxiel interleave format.

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

setBSQ

void setBSQ(boolean pBSQ)
            throws java.io.IOException,
                   AutomationException
Indicates if output should be generated in BSQ pxiel interleave format.

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