|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeoImageDescription
COM Interface 'IGeoImageDescription'. 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 |
IID03b73b41_d7df_4a25_a1c1_82f126f4d2f3
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ILongArray |
getBandSelection()
The band selection. |
java.lang.String |
getCompression()
The compression. |
int |
getCompressionQuality()
The compression quality. |
IEnvelope |
getExtent()
The extent. |
int |
getHeight()
The Height in pixels. |
int |
getInterpolation()
The interpolation method. |
java.lang.String |
getMosaicProperties()
The mosaic properties. |
java.lang.Object |
getNoData()
The output NoData (background) value. |
int |
getPixelType()
The data type of the pixels. |
ISpatialReference |
getSpatialReference()
The Spatial Reference. |
java.lang.String |
getViewpointProperties()
The viewpoint properties. |
int |
getWidth()
The Width in pixels. |
void |
setBandSelectionByRef(ILongArray ppBandIDs)
The band selection. |
void |
setCompression(java.lang.String pCompression)
The compression. |
void |
setCompressionQuality(int pQuality)
The compression quality. |
void |
setExtentByRef(IEnvelope ppExtent)
The extent. |
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 |
setNoData(java.lang.Object pNoData)
The output NoData (background) value. |
void |
setPixelType(int pPixelType)
The data type of the pixels. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
The Spatial Reference. |
void |
setViewpointProperties(java.lang.String pViewpointProperties)
The viewpoint properties. |
void |
setWidth(int pNumCols)
The Width in pixels. |
| Field Detail |
|---|
static final int IID03b73b41_d7df_4a25_a1c1_82f126f4d2f3
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||