public interface IImageView
extends java.io.Serializable
Description: 'Provides access to members that control an image (service) view.' 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 |
IID26925225_c546_43e1_a89d_ab27cc26e8fb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getBandCount()
The number of bands.
|
java.lang.String |
getDescription()
The image view description.
|
IEnvelope |
getExtent()
The image view extent.
|
IMosaicRule |
getMosaicRule()
The image view mosaic rule.
|
java.lang.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.
|
java.lang.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(java.lang.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(java.lang.String pName)
The image view name.
|
void |
setPixelType(int pPixelType)
The pixel type.
|
void |
setRenderingRuleByRef(IRenderingRule ppRenderingRule)
The image view rendering rule.
|
void |
setVID(java.lang.String pVID)
The image view ID.
|
static final int IID26925225_c546_43e1_a89d_ab27cc26e8fb
static final int xxDummy
static final java.lang.String IID
java.lang.String getVID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVID(java.lang.String pVID) throws java.io.IOException, AutomationException
pVID
- The pVID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String pDescription) throws java.io.IOException, AutomationException
pDescription
- The pDescription (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.void getPixelSize(double[] pDx, double[] pDy) throws java.io.IOException, AutomationException
pDx
- The pDx (out: use single element array)pDy
- The pDy (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putPixelSize(double dx, double dy) throws java.io.IOException, AutomationException
dx
- The dx (in)dy
- The dy (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getBandCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandCount(int pNumBands) throws java.io.IOException, AutomationException
pNumBands
- The pNumBands (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.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 isAdaptive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAdaptive(boolean pAdpative) throws java.io.IOException, AutomationException
pAdpative
- The pAdpative (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.