|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.ImageView
public class ImageView
COM Class 'ImageView'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'An image view object.' 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 long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IBasicImageView |
|---|
IID, IIDeee445db_07f7_4fec_baf7_f63251e05569, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IImageView2 |
|---|
IID, IID4a05bee9_87c0_4ab9_93ef_fbcf7fbc052e, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IImageView |
|---|
IID26925225_c546_43e1_a89d_ab27cc26e8fb |
| Fields inherited from interface com.esri.arcgis.system.IXMLSerialize |
|---|
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IXMLVersionSupport |
|---|
IID, IID72ca65b9_13de_48b7_8443_717b69b72a99, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
ImageView()
Constructs a ImageView using ArcGIS Engine. |
|
ImageView(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ImageView theImageView = (ImageView) obj; |
|
| Method Summary | |
|---|---|
void |
addMembers(IFIDSet pMemberIDs)
Add members indicated by their OBJECTIDs to the image view object. |
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAllowedRasterFunctions()
The allowed list of raster functions for an image view. |
int |
getBandCount()
The number of bands. |
java.lang.String |
getCapabilities()
The image view web capabilities. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getCopyrightText()
The image view copyright text. |
java.lang.String |
getDescription()
The image view description. |
IEnvelope |
getExtent()
The image view extent. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getMaxScale()
The maximum cache scale. |
java.lang.String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
double |
getMinScale()
The minimum cache scale. |
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. |
java.lang.Object |
getProperty(java.lang.String sName)
Returns the requested key property by name. |
IRenderingRule |
getRenderingRule()
The image view rendering rule. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
ISpatialReference |
getSpatialReference()
The image view spatial reference. |
java.lang.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 |
load(java.lang.Object vtDefinition)
Loads an image view. |
void |
putPixelSize(double dx,
double dy)
The pxiel size in its native units. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a ImageView. |
void |
removeMembers(IFIDSet pMemberIDs)
Remove members indicated by their OBJECTIDs from the image view object. |
java.lang.Object |
save()
Saves an image view. |
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 |
setAllowedRasterFunctions(java.lang.String pFunctionNames)
The allowed list of raster functions for an image view. |
void |
setBandCount(int pNumBands)
The number of bands. |
void |
setCapabilities(java.lang.String pCapabilities)
The image view web capabilities. |
void |
setCopyrightText(java.lang.String pCopyrightText)
The image view copyright text. |
void |
setDescription(java.lang.String pDescription)
The image view description. |
void |
setExtentByRef(IEnvelope ppExtent)
The image view extent. |
void |
setMaxScale(double pScale)
The maximum cache scale. |
void |
setMinScale(double pScale)
The minimum cache scale. |
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 |
setProperty(java.lang.String sName,
java.lang.Object vtValue)
Updates the value of the specified key property by name. |
void |
setRenderingRuleByRef(IRenderingRule ppRenderingRule)
The image view rendering rule. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
The image view spatial reference. |
void |
setVID(java.lang.String pVID)
The image view ID. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public ImageView()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ImageView(java.lang.Object obj)
throws java.io.IOException
ImageView theImageView = (ImageView) obj;
obj to ImageView.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.Object getProperty(java.lang.String sName)
throws java.io.IOException,
AutomationException
getProperty in interface IBasicImageViewsName - The sName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperty(java.lang.String sName,
java.lang.Object vtValue)
throws java.io.IOException,
AutomationException
setProperty in interface IBasicImageViewsName - The sName (in)vtValue - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(java.lang.Object vtDefinition)
throws java.io.IOException,
AutomationException
load in interface IBasicImageViewvtDefinition - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object save()
throws java.io.IOException,
AutomationException
save in interface IBasicImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addMembers(IFIDSet pMemberIDs)
throws java.io.IOException,
AutomationException
addMembers in interface IBasicImageViewpMemberIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeMembers(IFIDSet pMemberIDs)
throws java.io.IOException,
AutomationException
removeMembers in interface IBasicImageViewpMemberIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getVID()
throws java.io.IOException,
AutomationException
getVID in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVID(java.lang.String pVID)
throws java.io.IOException,
AutomationException
setVID in interface IImageViewpVID - The pVID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String pName)
throws java.io.IOException,
AutomationException
setName in interface IImageViewpName - The pName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String pDescription)
throws java.io.IOException,
AutomationException
setDescription in interface IImageViewpDescription - The pDescription (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws java.io.IOException,
AutomationException
getExtent in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtentByRef(IEnvelope ppExtent)
throws java.io.IOException,
AutomationException
setExtentByRef in interface IImageViewppExtent - 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.
public void getPixelSize(double[] pDx,
double[] pDy)
throws java.io.IOException,
AutomationException
getPixelSize in interface IImageViewpDx - 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.
public void putPixelSize(double dx,
double dy)
throws java.io.IOException,
AutomationException
putPixelSize in interface IImageViewdx - The dx (in)dy - The dy (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBandCount()
throws java.io.IOException,
AutomationException
getBandCount in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBandCount(int pNumBands)
throws java.io.IOException,
AutomationException
setBandCount in interface IImageViewpNumBands - The pNumBands (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPixelType()
throws java.io.IOException,
AutomationException
getPixelType in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPixelType(int pPixelType)
throws java.io.IOException,
AutomationException
setPixelType in interface IImageViewpPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMosaicRule getMosaicRule()
throws java.io.IOException,
AutomationException
getMosaicRule in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
throws java.io.IOException,
AutomationException
setMosaicRuleByRef in interface IImageViewppMosaicRule - 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.
public IRenderingRule getRenderingRule()
throws java.io.IOException,
AutomationException
getRenderingRule in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
throws java.io.IOException,
AutomationException
setRenderingRuleByRef in interface IImageViewppRenderingRule - 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.
public boolean isAdaptive()
throws java.io.IOException,
AutomationException
isAdaptive in interface IImageViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAdaptive(boolean pAdpative)
throws java.io.IOException,
AutomationException
setAdaptive in interface IImageViewpAdpative - The pAdpative (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
getSpatialReference in interface IImageView2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
throws java.io.IOException,
AutomationException
setSpatialReferenceByRef in interface IImageView2ppSpatialReference - 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.
public java.lang.String getCapabilities()
throws java.io.IOException,
AutomationException
getCapabilities in interface IImageView2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCapabilities(java.lang.String pCapabilities)
throws java.io.IOException,
AutomationException
setCapabilities in interface IImageView2pCapabilities - The pCapabilities (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCopyrightText()
throws java.io.IOException,
AutomationException
getCopyrightText in interface IImageView2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCopyrightText(java.lang.String pCopyrightText)
throws java.io.IOException,
AutomationException
setCopyrightText in interface IImageView2pCopyrightText - The pCopyrightText (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinScale()
throws java.io.IOException,
AutomationException
getMinScale in interface IImageView2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinScale(double pScale)
throws java.io.IOException,
AutomationException
setMinScale in interface IImageView2pScale - The pScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaxScale()
throws java.io.IOException,
AutomationException
getMaxScale in interface IImageView2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxScale(double pScale)
throws java.io.IOException,
AutomationException
setMaxScale in interface IImageView2pScale - The pScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAllowedRasterFunctions()
throws java.io.IOException,
AutomationException
getAllowedRasterFunctions in interface IImageView2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowedRasterFunctions(java.lang.String pFunctionNames)
throws java.io.IOException,
AutomationException
setAllowedRasterFunctions in interface IImageView2pFunctionNames - The pFunctionNames (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws java.io.IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMinNamespaceSupported()
throws java.io.IOException,
AutomationException
getMinNamespaceSupported in interface IXMLVersionSupportjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||