com.esri.arcgis.carto
Interface IGeoImageDescription3

All Superinterfaces:
IGeoImageDescription, IGeoImageDescription2, java.io.Serializable
All Known Implementing Classes:
IGeoImageDescription3Proxy

public interface IGeoImageDescription3
extends IGeoImageDescription2, java.io.Serializable

COM Interface 'IGeoImageDescription3'. 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 IID0dd536aa_005b_455b_8722_8b08eb11f1ac
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IGeoImageDescription2
IID91efda05_0c71_4478_ac90_1e98752f10f0
 
Fields inherited from interface com.esri.arcgis.carto.IGeoImageDescription
IID03b73b41_d7df_4a25_a1c1_82f126f4d2f3
 
Method Summary
 IGeoTransformation getGeoTransformation()
          The geographic transformation required to transform from the source to the requested GCS.
 int getNoDataInterpretation()
          The NoData interpretation.
 int getResamplingHint()
          The raster resampling hint.
 void setGeoTransformationByRef(IGeoTransformation geotransform)
          The geographic transformation required to transform from the source to the requested GCS.
 void setNoDataInterpretation(int pNoDataInterpretation)
          The NoData interpretation.
 void setResamplingHint(int pHint)
          The raster resampling hint.
 
Methods inherited from interface com.esri.arcgis.carto.IGeoImageDescription2
getMosaicRule, getRenderingRule, isBSQ, setBSQ, setMosaicRuleByRef, setRenderingRuleByRef
 
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

IID0dd536aa_005b_455b_8722_8b08eb11f1ac

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

getNoDataInterpretation

int getNoDataInterpretation()
                            throws java.io.IOException,
                                   AutomationException
The NoData interpretation.

Returns:
A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataInterpretation

void setNoDataInterpretation(int pNoDataInterpretation)
                             throws java.io.IOException,
                                    AutomationException
The NoData interpretation.

Parameters:
pNoDataInterpretation - A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoTransformation

IGeoTransformation getGeoTransformation()
                                        throws java.io.IOException,
                                               AutomationException
The geographic transformation required to transform from the source to the requested GCS.

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

setGeoTransformationByRef

void setGeoTransformationByRef(IGeoTransformation geotransform)
                               throws java.io.IOException,
                                      AutomationException
The geographic transformation required to transform from the source to the requested GCS.

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

getResamplingHint

int getResamplingHint()
                      throws java.io.IOException,
                             AutomationException
The raster resampling hint.

Returns:
A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResamplingHint

void setResamplingHint(int pHint)
                       throws java.io.IOException,
                              AutomationException
The raster resampling hint.

Parameters:
pHint - A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.