|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoImageDescription3
Provides access to members that control an image description.
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 |
Method Detail |
---|
int getNoDataInterpretation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataInterpretation(int pNoDataInterpretation) throws IOException, AutomationException
pNoDataInterpretation
- A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoTransformation getGeoTransformation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeoTransformationByRef(IGeoTransformation geotransform) throws IOException, AutomationException
geotransform
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResamplingHint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResamplingHint(int pHint) throws IOException, AutomationException
pHint
- A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)
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 |