|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ImageView
public class ImageView
An image view object.
Constructor Summary | |
---|---|
ImageView()
Constructs a ImageView using ArcGIS Engine. |
|
ImageView(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ImageView theImageView = (ImageView) obj; |
Method Summary | |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
int |
getBandCount()
The number of bands. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
String |
getDescription()
The image view description. |
IEnvelope |
getExtent()
The image view extent. |
String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
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. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
String |
getVID()
The image view ID. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isAdaptive()
Indicates if view properties are adaptive to view content. |
void |
isDirty()
isDirty |
void |
load(IStream pstm)
load |
void |
putPixelSize(double dx,
double dy)
The pxiel size in its native units. |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
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. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ImageView() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ImageView(Object obj) throws IOException
ImageView theImageView = (ImageView) obj;
obj
to ImageView
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getVID() throws IOException, AutomationException
getVID
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVID(String pVID) throws IOException, AutomationException
setVID
in interface IImageView
pVID
- The pVID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String pName) throws IOException, AutomationException
setName
in interface IImageView
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(String pDescription) throws IOException, AutomationException
setDescription
in interface IImageView
pDescription
- The pDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws IOException, AutomationException
getExtent
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope ppExtent) throws IOException, AutomationException
setExtentByRef
in interface IImageView
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.public void getPixelSize(double[] pDx, double[] pDy) throws IOException, AutomationException
getPixelSize
in interface IImageView
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.public void putPixelSize(double dx, double dy) throws IOException, AutomationException
putPixelSize
in interface IImageView
dx
- The dx (in)dy
- The dy (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBandCount() throws IOException, AutomationException
getBandCount
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBandCount(int pNumBands) throws IOException, AutomationException
setBandCount
in interface IImageView
pNumBands
- The pNumBands (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws IOException, AutomationException
getPixelType
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelType(int pPixelType) throws IOException, AutomationException
setPixelType
in interface IImageView
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicRule getMosaicRule() throws IOException, AutomationException
getMosaicRule
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicRuleByRef(IMosaicRule ppMosaicRule) throws IOException, AutomationException
setMosaicRuleByRef
in interface IImageView
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.public IRenderingRule getRenderingRule() throws IOException, AutomationException
getRenderingRule
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRenderingRuleByRef(IRenderingRule ppRenderingRule) throws IOException, AutomationException
setRenderingRuleByRef
in interface IImageView
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.public boolean isAdaptive() throws IOException, AutomationException
isAdaptive
in interface IImageView
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAdaptive(boolean pAdpative) throws IOException, AutomationException
setAdaptive
in interface IImageView
pAdpative
- The pAdpative (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMinNamespaceSupported() throws IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |