|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.MdVariable
public class MdVariable
Model variable object that contains a value object.
Constructor Summary | |
---|---|
MdVariable()
Constructs a MdVariable using ArcGIS Engine. |
|
MdVariable(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MdVariable theMdVariable = (MdVariable) obj; |
Method Summary | |
---|---|
void |
addValue(IGPValue pValue)
Adds a value. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
void |
empty()
Clears the value object. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
int |
getAlteredFlag(int index)
Indicates whether the value has been explicitly set (by the user). |
String |
getAsText()
Provides the value of the value object. |
String |
getAsText(IGPVariableManager pVariableManager)
Gets the text value of the variable value. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
int |
getCount()
The list count. |
int |
getCurrentIndex()
The current index. |
IGPDataType |
getDataType()
The data type of the variable. |
IEnumMdElement |
getDependents(int direction,
int connectionType)
Returns an enumeration of model elements that are dependent on the model element in the given direction and of the given connection type. |
IMdVariable |
getFeedbackVariable()
Feedback variable. |
int |
getID()
Unique identifier of the model element. |
int |
getListType()
Indicates the list type. |
IGPMessages |
getMessages()
Returns the messages returned from the last call to Validate(). |
IMdModel |
getModel()
The model the model element is contained within. |
String |
getName()
Name of the model element. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
getState()
The state of the model element. |
int |
getValence()
Get valence. |
IGPValue |
getValue()
The value object associated with the variable. |
IGPValue |
getValue(int index)
The value at the specifed index. |
void |
getValues(boolean bClone,
IArray[] ppValues,
ILongArray[] ppFlags)
The values. |
IStringArray |
getVariableNames()
Returns a string array of the variable names. |
IArray |
getVariables()
Returns an array of variables. |
int |
hashCode()
the hashcode for this object |
IGPDataType |
IGPValue_getDataType()
The data type of the value object. |
void |
insertValue(int index,
IGPValue pValue)
Inserts a value. |
boolean |
isAddToDisplay()
Indicates if the variable should be added to the application display. |
boolean |
isAltered()
Indicates if the model element has been altered by the user. |
boolean |
isAlteredFlag()
Indicates whether the value has been explicitly set (by the user). |
boolean |
isCurrent()
Indicates if the model element is current (i.e., has been created). |
boolean |
isDependentOn(IMdElement pMdElement,
int direction,
int connectionType)
Returns whether or not the model element is dependent on the given model element in the given direction of the given connection type. |
boolean |
isDerived()
Indicates if the variable is type derived. |
void |
isDirty()
isDirty |
boolean |
isEmpty()
Indicates if the value object is empty. |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isIntermediate()
Indicates if the data specified by the variable is considered intermediate data. |
boolean |
isMarked()
Indicates if the model element has been marked for validation/execution. |
boolean |
isResolved()
Gets the resolved state. |
boolean |
isValid()
Indicates if the model element is valid. |
void |
load(IStream pstm)
load |
void |
moveValue(int index,
int direction)
Moves the specified value. |
void |
readExternal(ObjectInput in)
|
void |
removeAll()
Removes all values. |
void |
removeValue(int index)
Removes the specified value. |
IGPValue |
resolveValue(IGPVariableManager pVariableManager)
Resolves a given variable value. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAddToDisplay(boolean addToDisplay)
Indicates if the variable should be added to the application display. |
void |
setAltered(boolean altered)
Indicates if the model element has been altered by the user. |
void |
setAlteredFlag(boolean altered)
Indicates whether the value has been explicitly set (by the user). |
void |
setAlteredFlag2(int index,
int flag)
Indicates whether the value has been explicitly set (by the user). |
IGPMessage |
setAsText(String text)
Provides the value of the value object with the given string value. |
void |
setCurrent(boolean current)
Indicates if the model element is current (i.e., has been created). |
void |
setCurrentIndex(int index)
The current index. |
void |
setDataTypeByRef(IGPDataType dataType)
The data type of the variable. |
void |
setDerived(boolean derived)
Indicates if the variable is type derived. |
void |
setFeedbackVariableByRef(IMdVariable ppVariable)
Feedback variable. |
void |
setID(int identifier)
Unique identifier of the model element. |
void |
setIntermediate(boolean intermediate)
Indicates if the data specified by the variable is considered intermediate data. |
void |
setListType(int type)
Indicates the list type. |
void |
setMarked(boolean marked)
Indicates if the model element has been marked for validation/execution. |
void |
setModelByRef(IMdModel model)
The model the model element is contained within. |
void |
setName(String name)
Name of the model element. |
void |
setResolved(boolean pResolved)
Gets the resolved state. |
void |
setValence(int valence)
Set valence. |
void |
setValid(boolean valid)
Indicates if the model element is valid. |
void |
setValueByRef(IGPValue value)
The value object associated with the variable. |
void |
setValueByRef(int index,
IGPValue ppValue)
The value at the specifed index. |
void |
setValues(IArray pValues,
ILongArray pFlags)
The values. |
void |
setVariablesByRef(IArray ppVariables)
Returns an array of variables. |
IGPMessages |
validate(boolean updateValues,
IGPEnvironmentManager pEnvMgr)
Validates the model element. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public MdVariable() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MdVariable(Object obj) throws IOException
MdVariable theMdVariable = (MdVariable) obj;
obj
to MdVariable
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IClone esri_clone() throws IOException, AutomationException
esri_clone
in interface IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws IOException, AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws IOException, AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws IOException, AutomationException
getID
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(int identifier) throws IOException, AutomationException
setID
in interface IMdElement
identifier
- The identifier (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IGPVariable
getName
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface IGPVariable
setName
in interface IMdElement
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMarked() throws IOException, AutomationException
isMarked
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarked(boolean marked) throws IOException, AutomationException
setMarked
in interface IMdElement
marked
- The marked (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCurrent() throws IOException, AutomationException
isCurrent
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrent(boolean current) throws IOException, AutomationException
setCurrent
in interface IMdElement
current
- The current (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws IOException, AutomationException
isValid
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValid(boolean valid) throws IOException, AutomationException
setValid
in interface IMdElement
valid
- The valid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMdModel getModel() throws IOException, AutomationException
getModel
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setModelByRef(IMdModel model) throws IOException, AutomationException
setModelByRef
in interface IMdElement
model
- A reference to a com.esri.arcgis.geoprocessing.IMdModel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getState() throws IOException, AutomationException
getState
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumMdElement getDependents(int direction, int connectionType) throws IOException, AutomationException
getDependents
in interface IMdElement
direction
- A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)connectionType
- A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDependentOn(IMdElement pMdElement, int direction, int connectionType) throws IOException, AutomationException
isDependentOn
in interface IMdElement
pMdElement
- A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)direction
- A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)connectionType
- A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessages validate(boolean updateValues, IGPEnvironmentManager pEnvMgr) throws IOException, AutomationException
validate
in interface IMdElement
updateValues
- The updateValues (in)pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessages getMessages() throws IOException, AutomationException
getMessages
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAltered() throws IOException, AutomationException
isAltered
in interface IMdElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAltered(boolean altered) throws IOException, AutomationException
setAltered
in interface IMdElement
altered
- The altered (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAddToDisplay() throws IOException, AutomationException
isAddToDisplay
in interface IMdVariable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddToDisplay(boolean addToDisplay) throws IOException, AutomationException
setAddToDisplay
in interface IMdVariable
addToDisplay
- The addToDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIntermediate() throws IOException, AutomationException
isIntermediate
in interface IMdVariable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIntermediate(boolean intermediate) throws IOException, AutomationException
setIntermediate
in interface IMdVariable
intermediate
- The intermediate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue getValue() throws IOException, AutomationException
getValue
in interface IGPVariable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueByRef(IGPValue value) throws IOException, AutomationException
setValueByRef
in interface IGPVariable
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType() throws IOException, AutomationException
getDataType
in interface IGPVariable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataTypeByRef(IGPDataType dataType) throws IOException, AutomationException
setDataTypeByRef
in interface IGPVariable
dataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDerived() throws IOException, AutomationException
isDerived
in interface IGPVariable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDerived(boolean derived) throws IOException, AutomationException
setDerived
in interface IGPVariable
derived
- The derived (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType IGPValue_getDataType() throws IOException, AutomationException
IGPValue_getDataType
in interface IGPValue
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEmpty() throws IOException, AutomationException
The IsEmpty method returns if this Value object has been set or not.
isEmpty
in interface IGPValue
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void empty() throws IOException, AutomationException
The Empty method clears this Value object and releases any associated objects.
empty
in interface IGPValue
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAsText() throws IOException, AutomationException
The GetAsText method returns this Value object as a text string. For DataElement value objects it is the NameString. For simple value objects it is the text string for the scalar value.
getAsText
in interface IGPValue
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessage setAsText(String text) throws IOException, AutomationException
The SetAsText method sets the value of this Value object as a text string. For DataElement value objects it is the NameString. For simple value objects it is the text string representing the scalar value.
setAsText
in interface IGPValue
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getListType() throws IOException, AutomationException
getListType
in interface IMdList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setListType(int type) throws IOException, AutomationException
setListType
in interface IMdList
type
- A com.esri.arcgis.geoprocessing.esriMdListType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCurrentIndex() throws IOException, AutomationException
getCurrentIndex
in interface IMdList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentIndex(int index) throws IOException, AutomationException
setCurrentIndex
in interface IMdList
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws IOException, AutomationException
getCount
in interface IMdList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue getValue(int index) throws IOException, AutomationException
getValue
in interface IMdList
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueByRef(int index, IGPValue ppValue) throws IOException, AutomationException
setValueByRef
in interface IMdList
index
- The index (in)ppValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addValue(IGPValue pValue) throws IOException, AutomationException
addValue
in interface IMdList
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertValue(int index, IGPValue pValue) throws IOException, AutomationException
insertValue
in interface IMdList
index
- The index (in)pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveValue(int index, int direction) throws IOException, AutomationException
moveValue
in interface IMdList
index
- The index (in)direction
- The direction (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeValue(int index) throws IOException, AutomationException
removeValue
in interface IMdList
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws IOException, AutomationException
removeAll
in interface IMdList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getValues(boolean bClone, IArray[] ppValues, ILongArray[] ppFlags) throws IOException, AutomationException
getValues
in interface IMdList
bClone
- The bClone (in)ppValues
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)ppFlags
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValues(IArray pValues, ILongArray pFlags) throws IOException, AutomationException
setValues
in interface IMdList
pValues
- A reference to a com.esri.arcgis.system.IArray (in)pFlags
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMdVariable getFeedbackVariable() throws IOException, AutomationException
getFeedbackVariable
in interface IMdList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeedbackVariableByRef(IMdVariable ppVariable) throws IOException, AutomationException
setFeedbackVariableByRef
in interface IMdList
ppVariable
- A reference to a com.esri.arcgis.geoprocessing.IMdVariable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getValence() throws IOException, AutomationException
getValence
in interface IMdList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValence(int valence) throws IOException, AutomationException
setValence
in interface IMdList
valence
- The valence (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAlteredFlag() throws IOException, AutomationException
isAlteredFlag
in interface IMdList
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlteredFlag(boolean altered) throws IOException, AutomationException
setAlteredFlag
in interface IMdList
altered
- The altered (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAlteredFlag(int index) throws IOException, AutomationException
getAlteredFlag
in interface IMdList
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlteredFlag2(int index, int flag) throws IOException, AutomationException
setAlteredFlag2
in interface IMdList
index
- The index (in)flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isResolved() throws IOException, AutomationException
isResolved
in interface IGPValueExpression
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResolved(boolean pResolved) throws IOException, AutomationException
setResolved
in interface IGPValueExpression
pResolved
- The pResolved (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue resolveValue(IGPVariableManager pVariableManager) throws IOException, AutomationException
resolveValue
in interface IGPValueExpression
pVariableManager
- A reference to a com.esri.arcgis.geoprocessing.IGPVariableManager (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getVariableNames() throws IOException, AutomationException
getVariableNames
in interface IGPValueExpression
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getVariables() throws IOException, AutomationException
getVariables
in interface IGPValueExpression
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVariablesByRef(IArray ppVariables) throws IOException, AutomationException
setVariablesByRef
in interface IGPValueExpression
ppVariables
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAsText(IGPVariableManager pVariableManager) throws IOException, AutomationException
getAsText
in interface IGPValueExpression
pVariableManager
- A reference to a com.esri.arcgis.geoprocessing.IGPVariableManager (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |