|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageView
Provides access to members that control an image (service) view.
| Method Summary | |
|---|---|
int |
getBandCount()
The number of bands. |
String |
getDescription()
The image view description. |
IEnvelope |
getExtent()
The image view extent. |
IMosaicRule |
getMosaicRule()
The image view mosaic rule. |
String |
getName()
The image view name. |
void |
getPixelSize(double[] pDx,
double[] pDy)
The pxiel size in its native units. |
int |
getPixelType()
The pixel type. |
IRenderingRule |
getRenderingRule()
The image view rendering rule. |
String |
getVID()
The image view ID. |
boolean |
isAdaptive()
Indicates if view properties are adaptive to view content. |
void |
putPixelSize(double dx,
double dy)
The pxiel size in its native units. |
void |
setAdaptive(boolean pAdpative)
Indicates if view properties are adaptive to view content. |
void |
setBandCount(int pNumBands)
The number of bands. |
void |
setDescription(String pDescription)
The image view description. |
void |
setExtentByRef(IEnvelope ppExtent)
The image view extent. |
void |
setMosaicRuleByRef(IMosaicRule ppMosaicRule)
The image view mosaic rule. |
void |
setName(String pName)
The image view name. |
void |
setPixelType(int pPixelType)
The pixel type. |
void |
setRenderingRuleByRef(IRenderingRule ppRenderingRule)
The image view rendering rule. |
void |
setVID(String pVID)
The image view ID. |
| Method Detail |
|---|
String getVID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVID(String pVID)
throws IOException,
AutomationException
pVID - The pVID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pName)
throws IOException,
AutomationException
pName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(String pDescription)
throws IOException,
AutomationException
pDescription - The pDescription (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope ppExtent)
throws IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getPixelSize(double[] pDx,
double[] pDy)
throws IOException,
AutomationException
pDx - The pDx (out: use single element array)pDy - The pDy (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putPixelSize(double dx,
double dy)
throws IOException,
AutomationException
dx - The dx (in)dy - The dy (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBandCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBandCount(int pNumBands)
throws IOException,
AutomationException
pNumBands - The pNumBands (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPixelType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelType(int pPixelType)
throws IOException,
AutomationException
pPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMosaicRule getMosaicRule()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
throws IOException,
AutomationException
ppMosaicRule - A reference to a com.esri.arcgis.carto.IMosaicRule (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRenderingRule getRenderingRule()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
throws IOException,
AutomationException
ppRenderingRule - A reference to a com.esri.arcgis.carto.IRenderingRule (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAdaptive()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAdaptive(boolean pAdpative)
throws IOException,
AutomationException
pAdpative - The pAdpative (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 | ||||||||