|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.DimensionStyle
public class DimensionStyle
COM Class 'DimensionStyle'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A container of properties which dictate how a dimension feature is displayed.' 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.carto.IDimensionStyle |
|---|
IID, IIDaa54768e_ea46_11d3_80d3_00c04f601565, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IDimensionStyleDisplay |
|---|
IID, IIDd7e38a34_f92a_11d3_80d3_00c04f601565, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IDimensionStyleText |
|---|
IID, IIDf9316364_f92a_11d3_80d3_00c04f601565, 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 |
| Constructor Summary | |
|---|---|
DimensionStyle()
Constructs a DimensionStyle using ArcGIS Engine. |
|
DimensionStyle(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DimensionStyle theDimensionStyle = (DimensionStyle) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
double |
getBaselineHeight()
Height of the construction for creating baseline dimensions with this style. |
IMarkerSymbol |
getBeginMarkerSymbol()
Symbol used for the begin arrow. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
int |
getDimensionLineDisplay()
Dimension line display of the style. |
ILineSymbol |
getDimensionLineSymbol()
Symbol used for the dimension line. |
int |
getDisplayPrecision()
Precision for the value displayed by the dimension text. |
int |
getDisplayUnits()
Units the length of the dimension text is displayed in. |
IMarkerSymbol |
getEndMarkerSymbol()
Symbol used for the end arrow. |
java.lang.String |
getExpression()
Text expression for the style. |
java.lang.String |
getExpressionParserName()
Text expression parser for the text expression for the style. |
int |
getExtensionLineDisplay()
Extension line display of the style. |
double |
getExtensionLineOffset()
Length of the extension line offset. |
double |
getExtensionLineOvershot()
Length of the extension line overshot. |
ILineSymbol |
getExtensionLineSymbol()
Symbol used for the extension lines. |
int |
getID()
ID of the style. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMarkerDisplay()
Arrow display of the style. |
int |
getMarkerFit()
Arrow fit policy of the style. |
double |
getMarkerFitTolerance()
Arrow fit tolerance of the style. |
java.lang.String |
getName()
Name of the style. |
java.lang.String |
getPrefix()
Prefix for the text expression for the style. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getSuffix()
Suffix for the text expression for the style. |
int |
getTextDisplay()
Text display setting for the style. |
int |
getTextFit()
Text fit policy for the style. |
ITextSymbol |
getTextSymbol()
Symbol used for the text. |
int |
hashCode()
the hashcode for this object |
boolean |
isAlign()
Indicates if the text should be aligned with the dimension line. |
boolean |
isConvertUnits()
Indicates if the length of the dimension needs to be converted for display. |
void |
isDirty()
isDirty |
boolean |
isDrawLineOnFit()
Indicates if a dimension line should be drawn between the extension lines for an inward dimension. |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isExpressionSimple()
Indicates if the text expression is simple or custom for the style. |
boolean |
isExtendLineOnFit()
Indicates if the dimension line will be extended to underline the text on inward dimensions. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a DimensionStyle. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAlign(boolean align)
Indicates if the text should be aligned with the dimension line. |
void |
setBaselineHeight(double height)
Height of the construction for creating baseline dimensions with this style. |
void |
setBeginMarkerSymbol(IMarkerSymbol symbol)
Symbol used for the begin arrow. |
void |
setConvertUnits(boolean convert)
Indicates if the length of the dimension needs to be converted for display. |
void |
setDimensionLineDisplay(int displayOption)
Dimension line display of the style. |
void |
setDimensionLineSymbol(ILineSymbol symbol)
Symbol used for the dimension line. |
void |
setDisplayPrecision(int precision)
Precision for the value displayed by the dimension text. |
void |
setDisplayUnits(int units)
Units the length of the dimension text is displayed in. |
void |
setDrawLineOnFit(boolean draw)
Indicates if a dimension line should be drawn between the extension lines for an inward dimension. |
void |
setEndMarkerSymbol(IMarkerSymbol symbol)
Symbol used for the end arrow. |
void |
setExpression(java.lang.String expression)
Text expression for the style. |
void |
setExpressionParserName(java.lang.String name)
Text expression parser for the text expression for the style. |
void |
setExpressionSimple(boolean isSimple)
Indicates if the text expression is simple or custom for the style. |
void |
setExtendLineOnFit(boolean draw)
Indicates if the dimension line will be extended to underline the text on inward dimensions. |
void |
setExtensionLineDisplay(int displayOption)
Extension line display of the style. |
void |
setExtensionLineOffset(double offset)
Length of the extension line offset. |
void |
setExtensionLineOvershot(double overshot)
Length of the extension line overshot. |
void |
setExtensionLineSymbol(ILineSymbol symbol)
Symbol used for the extension lines. |
void |
setMarkerDisplay(int displayOption)
Arrow display of the style. |
void |
setMarkerFit(int fit)
Arrow fit policy of the style. |
void |
setMarkerFitTolerance(double tolerance)
Arrow fit tolerance of the style. |
void |
setName(java.lang.String name)
Name of the style. |
void |
setPrefix(java.lang.String prefix)
Prefix for the text expression for the style. |
void |
setSuffix(java.lang.String suffix)
Suffix for the text expression for the style. |
void |
setTextDisplay(int display)
Text display setting for the style. |
void |
setTextFit(int fit)
Text fit policy for the style. |
void |
setTextSymbol(ITextSymbol symbol)
Symbol used for the text. |
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 DimensionStyle()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DimensionStyle(java.lang.Object obj)
throws java.io.IOException
DimensionStyle theDimensionStyle = (DimensionStyle) obj;
obj to DimensionStyle.
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 int getID()
throws java.io.IOException,
AutomationException
getID in interface IDimensionStylejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IDimensionStylename - The name (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 IDimensionStylejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDimensionLineSymbol(ILineSymbol symbol)
throws java.io.IOException,
AutomationException
setDimensionLineSymbol in interface IDimensionStyleDisplaysymbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILineSymbol getDimensionLineSymbol()
throws java.io.IOException,
AutomationException
getDimensionLineSymbol in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtensionLineSymbol(ILineSymbol symbol)
throws java.io.IOException,
AutomationException
setExtensionLineSymbol in interface IDimensionStyleDisplaysymbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILineSymbol getExtensionLineSymbol()
throws java.io.IOException,
AutomationException
getExtensionLineSymbol in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBeginMarkerSymbol(IMarkerSymbol symbol)
throws java.io.IOException,
AutomationException
setBeginMarkerSymbol in interface IDimensionStyleDisplaysymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMarkerSymbol getBeginMarkerSymbol()
throws java.io.IOException,
AutomationException
getBeginMarkerSymbol in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEndMarkerSymbol(IMarkerSymbol symbol)
throws java.io.IOException,
AutomationException
setEndMarkerSymbol in interface IDimensionStyleDisplaysymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMarkerSymbol getEndMarkerSymbol()
throws java.io.IOException,
AutomationException
getEndMarkerSymbol in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtensionLineOvershot(double overshot)
throws java.io.IOException,
AutomationException
setExtensionLineOvershot in interface IDimensionStyleDisplayovershot - The overshot (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getExtensionLineOvershot()
throws java.io.IOException,
AutomationException
getExtensionLineOvershot in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtensionLineOffset(double offset)
throws java.io.IOException,
AutomationException
setExtensionLineOffset in interface IDimensionStyleDisplayoffset - The offset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getExtensionLineOffset()
throws java.io.IOException,
AutomationException
getExtensionLineOffset in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDimensionLineDisplay(int displayOption)
throws java.io.IOException,
AutomationException
setDimensionLineDisplay in interface IDimensionStyleDisplaydisplayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionLineDisplay()
throws java.io.IOException,
AutomationException
getDimensionLineDisplay in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtensionLineDisplay(int displayOption)
throws java.io.IOException,
AutomationException
setExtensionLineDisplay in interface IDimensionStyleDisplaydisplayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExtensionLineDisplay()
throws java.io.IOException,
AutomationException
getExtensionLineDisplay in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarkerDisplay(int displayOption)
throws java.io.IOException,
AutomationException
setMarkerDisplay in interface IDimensionStyleDisplaydisplayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMarkerDisplay()
throws java.io.IOException,
AutomationException
getMarkerDisplay in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarkerFit(int fit)
throws java.io.IOException,
AutomationException
setMarkerFit in interface IDimensionStyleDisplayfit - A com.esri.arcgis.carto.esriDimensionMarkerFit constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMarkerFit()
throws java.io.IOException,
AutomationException
getMarkerFit in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarkerFitTolerance(double tolerance)
throws java.io.IOException,
AutomationException
setMarkerFitTolerance in interface IDimensionStyleDisplaytolerance - The tolerance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMarkerFitTolerance()
throws java.io.IOException,
AutomationException
getMarkerFitTolerance in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrawLineOnFit(boolean draw)
throws java.io.IOException,
AutomationException
setDrawLineOnFit in interface IDimensionStyleDisplaydraw - The draw (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDrawLineOnFit()
throws java.io.IOException,
AutomationException
isDrawLineOnFit in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBaselineHeight(double height)
throws java.io.IOException,
AutomationException
setBaselineHeight in interface IDimensionStyleDisplayheight - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBaselineHeight()
throws java.io.IOException,
AutomationException
getBaselineHeight in interface IDimensionStyleDisplayjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbol(ITextSymbol symbol)
throws java.io.IOException,
AutomationException
setTextSymbol in interface IDimensionStyleTextsymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTextSymbol()
throws java.io.IOException,
AutomationException
getTextSymbol in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlign(boolean align)
throws java.io.IOException,
AutomationException
setAlign in interface IDimensionStyleTextalign - The align (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAlign()
throws java.io.IOException,
AutomationException
isAlign in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayUnits(int units)
throws java.io.IOException,
AutomationException
setDisplayUnits in interface IDimensionStyleTextunits - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDisplayUnits()
throws java.io.IOException,
AutomationException
getDisplayUnits in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConvertUnits(boolean convert)
throws java.io.IOException,
AutomationException
setConvertUnits in interface IDimensionStyleTextconvert - The convert (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isConvertUnits()
throws java.io.IOException,
AutomationException
isConvertUnits in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayPrecision(int precision)
throws java.io.IOException,
AutomationException
setDisplayPrecision in interface IDimensionStyleTextprecision - The precision (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDisplayPrecision()
throws java.io.IOException,
AutomationException
getDisplayPrecision in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextDisplay(int display)
throws java.io.IOException,
AutomationException
setTextDisplay in interface IDimensionStyleTextdisplay - A com.esri.arcgis.carto.esriDimensionTextDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTextDisplay()
throws java.io.IOException,
AutomationException
getTextDisplay in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpression(java.lang.String expression)
throws java.io.IOException,
AutomationException
setExpression in interface IDimensionStyleTextexpression - The expression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExpression()
throws java.io.IOException,
AutomationException
getExpression in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionParserName(java.lang.String name)
throws java.io.IOException,
AutomationException
setExpressionParserName in interface IDimensionStyleTextname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExpressionParserName()
throws java.io.IOException,
AutomationException
getExpressionParserName in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionSimple(boolean isSimple)
throws java.io.IOException,
AutomationException
setExpressionSimple in interface IDimensionStyleTextisSimple - The isSimple (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExpressionSimple()
throws java.io.IOException,
AutomationException
isExpressionSimple in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrefix(java.lang.String prefix)
throws java.io.IOException,
AutomationException
setPrefix in interface IDimensionStyleTextprefix - The prefix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPrefix()
throws java.io.IOException,
AutomationException
getPrefix in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSuffix(java.lang.String suffix)
throws java.io.IOException,
AutomationException
setSuffix in interface IDimensionStyleTextsuffix - The suffix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSuffix()
throws java.io.IOException,
AutomationException
getSuffix in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextFit(int fit)
throws java.io.IOException,
AutomationException
setTextFit in interface IDimensionStyleTextfit - A com.esri.arcgis.carto.esriDimensionTextFit constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTextFit()
throws java.io.IOException,
AutomationException
getTextFit in interface IDimensionStyleTextjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtendLineOnFit(boolean draw)
throws java.io.IOException,
AutomationException
setExtendLineOnFit in interface IDimensionStyleTextdraw - The draw (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExtendLineOnFit()
throws java.io.IOException,
AutomationException
isExtendLineOnFit in interface IDimensionStyleTextjava.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 IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (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 | ||||||||