com.esri.arcgis.carto
Class ImageView

java.lang.Object
  extended by com.esri.arcgis.carto.ImageView
All Implemented Interfaces:
IImageView, IImageView2, IBasicImageView, com.esri.arcgis.interop.RemoteObjRef, IPersist, IPersistStream, ISupportErrorInfo, IXMLSerialize, IXMLVersionSupport, java.io.Externalizable, java.io.Serializable

public class ImageView
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IBasicImageView, IImageView, IImageView2, IXMLSerialize, IXMLVersionSupport, IPersistStream, IPersist, ISupportErrorInfo, java.io.Externalizable

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 =

See Also:
Serialized Form

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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ImageView

public ImageView()
          throws java.io.IOException,
                 java.net.UnknownHostException
Constructs a ImageView using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ImageView

public ImageView(java.lang.Object obj)
          throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ImageView theImageView = (ImageView) obj;

Construct a ImageView using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ImageView.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ImageView.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getProperty

public java.lang.Object getProperty(java.lang.String sName)
                             throws java.io.IOException,
                                    AutomationException
Returns the requested key property by name.

Specified by:
getProperty in interface IBasicImageView
Parameters:
sName - The sName (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperty

public void setProperty(java.lang.String sName,
                        java.lang.Object vtValue)
                 throws java.io.IOException,
                        AutomationException
Updates the value of the specified key property by name.

Specified by:
setProperty in interface IBasicImageView
Parameters:
sName - The sName (in)
vtValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(java.lang.Object vtDefinition)
          throws java.io.IOException,
                 AutomationException
Loads an image view.

Specified by:
load in interface IBasicImageView
Parameters:
vtDefinition - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public java.lang.Object save()
                      throws java.io.IOException,
                             AutomationException
Saves an image view.

Specified by:
save in interface IBasicImageView
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addMembers

public void addMembers(IFIDSet pMemberIDs)
                throws java.io.IOException,
                       AutomationException
Add members indicated by their OBJECTIDs to the image view object.

Specified by:
addMembers in interface IBasicImageView
Parameters:
pMemberIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeMembers

public void removeMembers(IFIDSet pMemberIDs)
                   throws java.io.IOException,
                          AutomationException
Remove members indicated by their OBJECTIDs from the image view object.

Specified by:
removeMembers in interface IBasicImageView
Parameters:
pMemberIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVID

public java.lang.String getVID()
                        throws java.io.IOException,
                               AutomationException
The image view ID.

Specified by:
getVID in interface IImageView
Returns:
The pVID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVID

public void setVID(java.lang.String pVID)
            throws java.io.IOException,
                   AutomationException
The image view ID.

Specified by:
setVID in interface IImageView
Parameters:
pVID - The pVID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The image view name.

Specified by:
getName in interface IImageView
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The image view name.

Specified by:
setName in interface IImageView
Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The image view description.

Specified by:
getDescription in interface IImageView
Returns:
The pDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(java.lang.String pDescription)
                    throws java.io.IOException,
                           AutomationException
The image view description.

Specified by:
setDescription in interface IImageView
Parameters:
pDescription - The pDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The image view extent.

Specified by:
getExtent in interface IImageView
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

public void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
The image view extent.

Specified by:
setExtentByRef in interface IImageView
Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelSize

public void getPixelSize(double[] pDx,
                         double[] pDy)
                  throws java.io.IOException,
                         AutomationException
The pxiel size in its native units.

Specified by:
getPixelSize in interface IImageView
Parameters:
pDx - The pDx (out: use single element array)
pDy - The pDy (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putPixelSize

public void putPixelSize(double dx,
                         double dy)
                  throws java.io.IOException,
                         AutomationException
The pxiel size in its native units.

Specified by:
putPixelSize in interface IImageView
Parameters:
dx - The dx (in)
dy - The dy (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

public int getBandCount()
                 throws java.io.IOException,
                        AutomationException
The number of bands.

Specified by:
getBandCount in interface IImageView
Returns:
The pNumBands
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandCount

public void setBandCount(int pNumBands)
                  throws java.io.IOException,
                         AutomationException
The number of bands.

Specified by:
setBandCount in interface IImageView
Parameters:
pNumBands - The pNumBands (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelType

public int getPixelType()
                 throws java.io.IOException,
                        AutomationException
The pixel type.

Specified by:
getPixelType in interface IImageView
Returns:
A com.esri.arcgis.geodatabase.rstPixelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelType

public void setPixelType(int pPixelType)
                  throws java.io.IOException,
                         AutomationException
The pixel type.

Specified by:
setPixelType in interface IImageView
Parameters:
pPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicRule

public IMosaicRule getMosaicRule()
                          throws java.io.IOException,
                                 AutomationException
The image view mosaic rule.

Specified by:
getMosaicRule in interface IImageView
Returns:
A reference to a com.esri.arcgis.carto.IMosaicRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicRuleByRef

public void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
                        throws java.io.IOException,
                               AutomationException
The image view mosaic rule.

Specified by:
setMosaicRuleByRef in interface IImageView
Parameters:
ppMosaicRule - A reference to a com.esri.arcgis.carto.IMosaicRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderingRule

public IRenderingRule getRenderingRule()
                                throws java.io.IOException,
                                       AutomationException
The image view rendering rule.

Specified by:
getRenderingRule in interface IImageView
Returns:
A reference to a com.esri.arcgis.carto.IRenderingRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderingRuleByRef

public void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
                           throws java.io.IOException,
                                  AutomationException
The image view rendering rule.

Specified by:
setRenderingRuleByRef in interface IImageView
Parameters:
ppRenderingRule - A reference to a com.esri.arcgis.carto.IRenderingRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAdaptive

public boolean isAdaptive()
                   throws java.io.IOException,
                          AutomationException
Indicates if view properties are adaptive to view content.

Specified by:
isAdaptive in interface IImageView
Returns:
The pAdpative
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAdaptive

public void setAdaptive(boolean pAdpative)
                 throws java.io.IOException,
                        AutomationException
Indicates if view properties are adaptive to view content.

Specified by:
setAdaptive in interface IImageView
Parameters:
pAdpative - The pAdpative (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The image view spatial reference.

Specified by:
getSpatialReference in interface IImageView2
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

public void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
                              throws java.io.IOException,
                                     AutomationException
The image view spatial reference.

Specified by:
setSpatialReferenceByRef in interface IImageView2
Parameters:
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCapabilities

public java.lang.String getCapabilities()
                                 throws java.io.IOException,
                                        AutomationException
The image view web capabilities.

Specified by:
getCapabilities in interface IImageView2
Returns:
The pCapabilities
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCapabilities

public void setCapabilities(java.lang.String pCapabilities)
                     throws java.io.IOException,
                            AutomationException
The image view web capabilities.

Specified by:
setCapabilities in interface IImageView2
Parameters:
pCapabilities - The pCapabilities (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCopyrightText

public java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
The image view copyright text.

Specified by:
getCopyrightText in interface IImageView2
Returns:
The pCopyrightText
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCopyrightText

public void setCopyrightText(java.lang.String pCopyrightText)
                      throws java.io.IOException,
                             AutomationException
The image view copyright text.

Specified by:
setCopyrightText in interface IImageView2
Parameters:
pCopyrightText - The pCopyrightText (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinScale

public double getMinScale()
                   throws java.io.IOException,
                          AutomationException
The minimum cache scale.

Specified by:
getMinScale in interface IImageView2
Returns:
The pScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinScale

public void setMinScale(double pScale)
                 throws java.io.IOException,
                        AutomationException
The minimum cache scale.

Specified by:
setMinScale in interface IImageView2
Parameters:
pScale - The pScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxScale

public double getMaxScale()
                   throws java.io.IOException,
                          AutomationException
The maximum cache scale.

Specified by:
getMaxScale in interface IImageView2
Returns:
The pScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxScale

public void setMaxScale(double pScale)
                 throws java.io.IOException,
                        AutomationException
The maximum cache scale.

Specified by:
setMaxScale in interface IImageView2
Parameters:
pScale - The pScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllowedRasterFunctions

public java.lang.String getAllowedRasterFunctions()
                                           throws java.io.IOException,
                                                  AutomationException
The allowed list of raster functions for an image view.

Specified by:
getAllowedRasterFunctions in interface IImageView2
Returns:
The pFunctionNames
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedRasterFunctions

public void setAllowedRasterFunctions(java.lang.String pFunctionNames)
                               throws java.io.IOException,
                                      AutomationException
The allowed list of raster functions for an image view.

Specified by:
setAllowedRasterFunctions in interface IImageView2
Parameters:
pFunctionNames - The pFunctionNames (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

serialize

public void serialize(IXMLSerializeData data)
               throws java.io.IOException,
                      AutomationException
Serializes an object to XML.

Specified by:
serialize in interface IXMLSerialize
Parameters:
data - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deserialize

public void deserialize(IXMLSerializeData data)
                 throws java.io.IOException,
                        AutomationException
Deserializes an object from XML.

Specified by:
deserialize in interface IXMLSerialize
Parameters:
data - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinNamespaceSupported

public java.lang.String getMinNamespaceSupported()
                                          throws java.io.IOException,
                                                 AutomationException
The minimum namespace the class can serialize to (eg the 90 namespace).

Specified by:
getMinNamespaceSupported in interface IXMLVersionSupport
Returns:
The namespaceURI
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

Specified by:
isDirty in interface IPersistStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IStream pstm)
          throws java.io.IOException,
                 AutomationException
load

Specified by:
load in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public void save(IStream pstm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

Specified by:
save in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
fClearDirty - The fClearDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStream
Parameters:
pcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException