com.esri.arcgis.location
Class HatchTemplate

java.lang.Object
  extended by com.esri.arcgis.location.HatchTemplate
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IHatchTemplate, IClone, IPersist, IPersistStream, ISupportErrorInfo, java.io.Externalizable, java.io.Serializable

public class HatchTemplate
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IHatchTemplate, IPersistStream, IPersist, IClone, ISupportErrorInfo, java.io.Externalizable

COM Class 'HatchTemplate'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description 'A hatch template manages a collection of hatch definitions. It can be applied to a hatch class or can exist as a hatch style.' 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.location.IHatchTemplate
IID, IIDa6e400d1_a2ea_49f4_b520_485df0417025, 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.IClone
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Constructor Summary
HatchTemplate()
          Constructs a HatchTemplate using ArcGIS Engine.
HatchTemplate(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
HatchTemplate theHatchTemplate = (HatchTemplate) obj;
 
Method Summary
 void addHatchDefinition(int multipleHatchInterval, IHatchDefinition hatchDefinition)
          Adds a hatch definition to the hatch class.
 void assign(IClone src)
          Assigns the properties of src to the receiver.
 void convertToGraphics(IFeature feature, IHatchInputValue interval, IHatchInputValue fromMeasure, IHatchInputValue toMeasure, IHatchInputValue lateralOffset, int measureUnits, IDisplay display, IGraphicsLayer pGraphicsLayer)
          Converts hatches to graphics.
 void drawFeature(IFeature feature, IHatchInputValue interval, IHatchInputValue fromMeasure, IHatchInputValue toMeasure, IHatchInputValue lateralOffset, int measureUnits, IDisplay display, ITrackCancel trackCancel)
          Draws hatches on along a given feature.
 void drawGeometry(IGeometry geometry, double interval, java.lang.Object fromMeasure, java.lang.Object toMeasure, java.lang.Object lateralOffset, int measureUnits, IDisplay display, ITrackCancel trackCancel)
          Draws hatches along a given geometry.
 void drawPreview(IGeometry geometry, double scaleFactor, int selectedDef, java.lang.Object fromMeasure, java.lang.Object toMeasure, java.lang.Object lateralOffset, int measureUnits, IDisplay display, ITrackCancel trackCancel)
          Draws a sample of hatching to a given display.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IClone esri_clone()
          Clones the receiver and assigns the result to *clone.
 void getClassID(GUID[] pClassID)
          getClassID
static java.lang.String getClsid()
          getClsid.
 double getDefaultHatchInterval()
          The hatch interval.
 int getDisplayUnits()
          The units to be used for displaying M values in hatch text.
 IHatchDefinition getEndHatchDefinition()
          The hatch definition to be used on the ends of a feature.
 double getEndHatchDrawingTolerance()
          The end hatch drawing tolerance.
 IEnumHatchDefinition getEnumHatchDefinitions()
          The hatch definition enumeration.
 int getHatchDefinitionCount()
          The number of hatch definitions.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          The descriptive name of a hatch class.
 void getSizeMax(_ULARGE_INTEGER[] pcbSize)
          getSizeMax
 int getUIDisplayUnits()
          The user interface display units.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 boolean isConvertUnits()
          Indicates whether to convert units for displaying Ms in hatch text.
 void isDirty()
          isDirty
 boolean isEqual(IClone other)
          Indicates if the receiver and other have the same properties.
 boolean isHatchByPart()
          Indicates whether to hatch by part vs.
 boolean isIdentical(IClone other)
          Indicates if the receiver and other are the same object.
 boolean isStartAtIntervalMultiple()
          Indicates whether to start at the interval multiple.
 void load(IStream pstm)
          load
 void readExternal(java.io.ObjectInput in)
           
 void release()
          Release a HatchTemplate.
 void removeAll()
          Removes all definitions from the hatch class.
 void removeHatchDefinition(int index)
          Removes a hatch definition from the hatch class.
 void save(IStream pstm, int fClearDirty)
          save
 void setConvertUnits(boolean convertUnits)
          Indicates whether to convert units for displaying Ms in hatch text.
 void setDefaultHatchInterval(double pDefaultHatchInterval)
          The hatch interval.
 void setDisplayUnits(int units)
          The units to be used for displaying M values in hatch text.
 void setEndHatchDefinitionByRef(IHatchDefinition hatchDefinition)
          The hatch definition to be used on the ends of a feature.
 void setEndHatchDrawingTolerance(double drawingTolerance)
          The end hatch drawing tolerance.
 void setHatchByPart(boolean hatchByPart)
          Indicates whether to hatch by part vs.
 void setName(java.lang.String name)
          The descriptive name of a hatch class.
 void setStartAtIntervalMultiple(boolean startAtIntervalMultiple)
          Indicates whether to start at the interval multiple.
 void setUIDisplayUnits(int units)
          The user interface display units.
 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

HatchTemplate

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

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

HatchTemplate

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

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

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 HatchTemplate.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The descriptive name of a hatch class.

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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The descriptive name of a hatch class.

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

getDefaultHatchInterval

public double getDefaultHatchInterval()
                               throws java.io.IOException,
                                      AutomationException
The hatch interval.

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

setDefaultHatchInterval

public void setDefaultHatchInterval(double pDefaultHatchInterval)
                             throws java.io.IOException,
                                    AutomationException
The hatch interval.

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

getHatchDefinitionCount

public int getHatchDefinitionCount()
                            throws java.io.IOException,
                                   AutomationException
The number of hatch definitions.

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

addHatchDefinition

public void addHatchDefinition(int multipleHatchInterval,
                               IHatchDefinition hatchDefinition)
                        throws java.io.IOException,
                               AutomationException
Adds a hatch definition to the hatch class.

Specified by:
addHatchDefinition in interface IHatchTemplate
Parameters:
multipleHatchInterval - The multipleHatchInterval (in)
hatchDefinition - A reference to a com.esri.arcgis.location.IHatchDefinition (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnumHatchDefinitions

public IEnumHatchDefinition getEnumHatchDefinitions()
                                             throws java.io.IOException,
                                                    AutomationException
The hatch definition enumeration.

Specified by:
getEnumHatchDefinitions in interface IHatchTemplate
Returns:
A reference to a com.esri.arcgis.location.IEnumHatchDefinition
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeHatchDefinition

public void removeHatchDefinition(int index)
                           throws java.io.IOException,
                                  AutomationException
Removes a hatch definition from the hatch class.

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

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all definitions from the hatch class.

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

setEndHatchDefinitionByRef

public void setEndHatchDefinitionByRef(IHatchDefinition hatchDefinition)
                                throws java.io.IOException,
                                       AutomationException
The hatch definition to be used on the ends of a feature.

Specified by:
setEndHatchDefinitionByRef in interface IHatchTemplate
Parameters:
hatchDefinition - A reference to a com.esri.arcgis.location.IHatchDefinition (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndHatchDefinition

public IHatchDefinition getEndHatchDefinition()
                                       throws java.io.IOException,
                                              AutomationException
The hatch definition to be used on the ends of a feature.

Specified by:
getEndHatchDefinition in interface IHatchTemplate
Returns:
A reference to a com.esri.arcgis.location.IHatchDefinition
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndHatchDrawingTolerance

public void setEndHatchDrawingTolerance(double drawingTolerance)
                                 throws java.io.IOException,
                                        AutomationException
The end hatch drawing tolerance.

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

getEndHatchDrawingTolerance

public double getEndHatchDrawingTolerance()
                                   throws java.io.IOException,
                                          AutomationException
The end hatch drawing tolerance.

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

setConvertUnits

public void setConvertUnits(boolean convertUnits)
                     throws java.io.IOException,
                            AutomationException
Indicates whether to convert units for displaying Ms in hatch text.

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

isConvertUnits

public boolean isConvertUnits()
                       throws java.io.IOException,
                              AutomationException
Indicates whether to convert units for displaying Ms in hatch text.

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

getDisplayUnits

public int getDisplayUnits()
                    throws java.io.IOException,
                           AutomationException
The units to be used for displaying M values in hatch text.

Specified by:
getDisplayUnits in interface IHatchTemplate
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayUnits

public void setDisplayUnits(int units)
                     throws java.io.IOException,
                            AutomationException
The units to be used for displaying M values in hatch text.

Specified by:
setDisplayUnits in interface IHatchTemplate
Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartAtIntervalMultiple

public void setStartAtIntervalMultiple(boolean startAtIntervalMultiple)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether to start at the interval multiple.

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

isStartAtIntervalMultiple

public boolean isStartAtIntervalMultiple()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether to start at the interval multiple.

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

setUIDisplayUnits

public void setUIDisplayUnits(int units)
                       throws java.io.IOException,
                              AutomationException
The user interface display units.

Specified by:
setUIDisplayUnits in interface IHatchTemplate
Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUIDisplayUnits

public int getUIDisplayUnits()
                      throws java.io.IOException,
                             AutomationException
The user interface display units.

Specified by:
getUIDisplayUnits in interface IHatchTemplate
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHatchByPart

public void setHatchByPart(boolean hatchByPart)
                    throws java.io.IOException,
                           AutomationException
Indicates whether to hatch by part vs. by polyline.

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

isHatchByPart

public boolean isHatchByPart()
                      throws java.io.IOException,
                             AutomationException
Indicates whether to hatch by part vs. by polyline.

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

drawGeometry

public void drawGeometry(IGeometry geometry,
                         double interval,
                         java.lang.Object fromMeasure,
                         java.lang.Object toMeasure,
                         java.lang.Object lateralOffset,
                         int measureUnits,
                         IDisplay display,
                         ITrackCancel trackCancel)
                  throws java.io.IOException,
                         AutomationException
Draws hatches along a given geometry.

Specified by:
drawGeometry in interface IHatchTemplate
Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
interval - The interval (in)
fromMeasure - A Variant (in)
toMeasure - A Variant (in)
lateralOffset - A Variant (in)
measureUnits - A com.esri.arcgis.system.esriUnits constant (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawFeature

public void drawFeature(IFeature feature,
                        IHatchInputValue interval,
                        IHatchInputValue fromMeasure,
                        IHatchInputValue toMeasure,
                        IHatchInputValue lateralOffset,
                        int measureUnits,
                        IDisplay display,
                        ITrackCancel trackCancel)
                 throws java.io.IOException,
                        AutomationException
Draws hatches on along a given feature.

Specified by:
drawFeature in interface IHatchTemplate
Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
interval - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
fromMeasure - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
toMeasure - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
lateralOffset - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
measureUnits - A com.esri.arcgis.system.esriUnits constant (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawPreview

public void drawPreview(IGeometry geometry,
                        double scaleFactor,
                        int selectedDef,
                        java.lang.Object fromMeasure,
                        java.lang.Object toMeasure,
                        java.lang.Object lateralOffset,
                        int measureUnits,
                        IDisplay display,
                        ITrackCancel trackCancel)
                 throws java.io.IOException,
                        AutomationException
Draws a sample of hatching to a given display.

Specified by:
drawPreview in interface IHatchTemplate
Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
scaleFactor - The scaleFactor (in)
selectedDef - The selectedDef (in)
fromMeasure - A Variant (in)
toMeasure - A Variant (in)
lateralOffset - A Variant (in)
measureUnits - A com.esri.arcgis.system.esriUnits constant (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertToGraphics

public void convertToGraphics(IFeature feature,
                              IHatchInputValue interval,
                              IHatchInputValue fromMeasure,
                              IHatchInputValue toMeasure,
                              IHatchInputValue lateralOffset,
                              int measureUnits,
                              IDisplay display,
                              IGraphicsLayer pGraphicsLayer)
                       throws java.io.IOException,
                              AutomationException
Converts hatches to graphics.

Specified by:
convertToGraphics in interface IHatchTemplate
Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
interval - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
fromMeasure - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
toMeasure - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
lateralOffset - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
measureUnits - A com.esri.arcgis.system.esriUnits constant (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
pGraphicsLayer - A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)
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.

esri_clone

public IClone esri_clone()
                  throws java.io.IOException,
                         AutomationException
Clones the receiver and assigns the result to *clone.

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

assign

public void assign(IClone src)
            throws java.io.IOException,
                   AutomationException
Assigns the properties of src to the receiver.

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

isEqual

public boolean isEqual(IClone other)
                throws java.io.IOException,
                       AutomationException
Indicates if the receiver and other have the same properties.

Specified by:
isEqual in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The equal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIdentical

public boolean isIdentical(IClone other)
                    throws java.io.IOException,
                           AutomationException
Indicates if the receiver and other are the same object.

Specified by:
isIdentical in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The identical
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