public interface IGeoImageDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID03b73b41_d7df_4a25_a1c1_82f126f4d2f3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ILongArray |
getBandSelection()
The band selection.
|
java.lang.String |
getCompression()
The compression.
|
int |
getCompressionQuality()
The compression quality.
|
IEnvelope |
getExtent()
The extent.
|
IGeoTransformation |
getGeoTransformation()
The geographic transformation required to transform from the source to the requested GCS.
|
int |
getHeight()
The Height in pixels.
|
int |
getInterpolation()
The interpolation method.
|
java.lang.String |
getMosaicProperties()
The mosaic properties.
|
IMosaicRule |
getMosaicRule()
The mosaic rule.
|
java.lang.Object |
getNoData()
The output NoData (background) value.
|
int |
getNoDataInterpretation()
The NoData interpretation.
|
int |
getPixelType()
The data type of the pixels.
|
IRenderingRule |
getRenderingRule()
The rendering rule.
|
int |
getResamplingHint()
The raster resampling hint.
|
ISpatialReference |
getSpatialReference()
The Spatial Reference.
|
java.lang.String |
getViewpointProperties()
The viewpoint properties.
|
int |
getWidth()
The Width in pixels.
|
boolean |
isBSQ()
Indicates if output should be generated in BSQ pxiel interleave format.
|
void |
setBandSelectionByRef(ILongArray ppBandIDs)
The band selection.
|
void |
setBSQ(boolean pBSQ)
Indicates if output should be generated in BSQ pxiel interleave format.
|
void |
setCompression(java.lang.String pCompression)
The compression.
|
void |
setCompressionQuality(int pQuality)
The compression quality.
|
void |
setExtentByRef(IEnvelope ppExtent)
The extent.
|
void |
setGeoTransformationByRef(IGeoTransformation geotransform)
The geographic transformation required to transform from the source to the requested GCS.
|
void |
setHeight(int pNumRows)
The Height in pixels.
|
void |
setInterpolation(int pInterpolation)
The interpolation method.
|
void |
setMosaicProperties(java.lang.String pMosaicProperties)
The mosaic properties.
|
void |
setMosaicRuleByRef(IMosaicRule ppMosaicRule)
The mosaic rule.
|
void |
setNoData(java.lang.Object pNoData)
The output NoData (background) value.
|
void |
setNoDataInterpretation(int pNoDataInterpretation)
The NoData interpretation.
|
void |
setPixelType(int pPixelType)
The data type of the pixels.
|
void |
setRenderingRuleByRef(IRenderingRule ppRenderingRule)
The rendering rule.
|
void |
setResamplingHint(int pHint)
The raster resampling hint.
|
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
The Spatial Reference.
|
void |
setViewpointProperties(java.lang.String pViewpointProperties)
The viewpoint properties.
|
void |
setWidth(int pNumCols)
The Width in pixels.
|
static final int IID03b73b41_d7df_4a25_a1c1_82f126f4d2f3
static final int xxDummy
static final java.lang.String IID
ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws java.io.IOException, AutomationException
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWidth(int pNumCols) throws java.io.IOException, AutomationException
pNumCols
- The pNumCols (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeight(int pNumRows) throws java.io.IOException, AutomationException
pNumRows
- The pNumRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPixelType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelType(int pPixelType) throws java.io.IOException, AutomationException
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoData(java.lang.Object pNoData) throws java.io.IOException, AutomationException
pNoData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInterpolation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInterpolation(int pInterpolation) throws java.io.IOException, AutomationException
pInterpolation
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCompression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompression(java.lang.String pCompression) throws java.io.IOException, AutomationException
pCompression
- The pCompression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCompressionQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompressionQuality(int pQuality) throws java.io.IOException, AutomationException
pQuality
- The pQuality (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getBandSelection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandSelectionByRef(ILongArray ppBandIDs) throws java.io.IOException, AutomationException
ppBandIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicProperties(java.lang.String pMosaicProperties) throws java.io.IOException, AutomationException
pMosaicProperties
- The pMosaicProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMosaicProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setViewpointProperties(java.lang.String pViewpointProperties) throws java.io.IOException, AutomationException
pViewpointProperties
- The pViewpointProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getViewpointProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicRule getMosaicRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicRuleByRef(IMosaicRule ppMosaicRule) throws java.io.IOException, AutomationException
ppMosaicRule
- A reference to a com.esri.arcgis.carto.IMosaicRule (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRenderingRule getRenderingRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRenderingRuleByRef(IRenderingRule ppRenderingRule) throws java.io.IOException, AutomationException
ppRenderingRule
- 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.boolean isBSQ() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBSQ(boolean pBSQ) throws java.io.IOException, AutomationException
pBSQ
- The pBSQ (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNoDataInterpretation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoDataInterpretation(int pNoDataInterpretation) throws java.io.IOException, AutomationException
pNoDataInterpretation
- A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeoTransformation getGeoTransformation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeoTransformationByRef(IGeoTransformation geotransform) throws java.io.IOException, AutomationException
geotransform
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getResamplingHint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResamplingHint(int pHint) throws java.io.IOException, AutomationException
pHint
- A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.