com.esri.arcgis.geoprocessing
Class GPSAGeoDataDomain

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.GPSAGeoDataDomain
All Implemented Interfaces:
IGPDomain, IGxFilterInfo, IGPSAGeoDataDomain, com.esri.arcgis.interop.RemoteObjRef, IClone, IPersist, IPersistStream, IXMLSerialize, Externalizable, Serializable

public class GPSAGeoDataDomain
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IGPSAGeoDataDomain, IGxFilterInfo, IGPDomain, IClone, IXMLSerialize, IPersistStream, Externalizable

Geoprocessor GPSA Geo-data Domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
GPSAGeoDataDomain()
          Constructs a GPSAGeoDataDomain using ArcGIS Engine.
GPSAGeoDataDomain(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GPSAGeoDataDomain theGPSAGeoDataDomain = (GPSAGeoDataDomain) obj;
 
Method Summary
 void addDataType(IGPDataType type)
          Adds a GPDataType.
 void addFieldType(int type)
          Adds an esriFieldType.
 void addGeometryType(int type)
          Adds an esriGeometryType.
 void assign(IClone src)
          Assigns the properties of src to the receiver.
 void clearDataType()
          Clears a GPDataType.
 void clearFieldType()
          Clears a esriFieldType.
 void clearGeometryType()
          Clears a esriGeometryTypes.
 void deserialize(IXMLSerializeData data)
          Deserializes an object from XML.
 boolean equals(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 String getClsid()
          getClsid.
 IGPDataType getDataType(int index)
          GPDataType at an index.
 int getDataTypeCount()
          GPDataType count.
 IEnumGPDataType getDataTypes()
          All GPDataTypes.
 String getDefaultFieldName()
          Defualt field name.
 int getFieldType(int index)
          Field type at an index.
 int getFieldTypeCount()
          Field type count.
 IEnumFieldType getFieldTypes()
          All esriFieldTypes.
 int getGeometryType(int index)
          Geometry type at an index.
 int getGeometryTypeCount()
          Geometry type count.
 IEnumGeometryType getGeometryTypes()
          All esriGeometryTypes.
 IArray getOpenGxObjectFilters()
          The filters used to open a dataset of this type.
 IArray getSaveGxObjectFilters()
          The filters used to save a dataset of this type.
 void getSizeMax(_ULARGE_INTEGER[] pcbSize)
          getSizeMax
 int hashCode()
          the hashcode for this object
 boolean isCheckField()
          Indicates if checking field in Validation.
 void isDirty()
          isDirty
 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.
 void load(IStream pstm)
          load
 IGPMessage memberOf(IGPValue value)
          Indicates if the value object is a member of the geoprocessing domain type.
 void readExternal(ObjectInput in)
           
 void removeDataType(IGPDataType type)
          Removes a GPDataType.
 void removeFieldType(int type)
          Removes an esriFieldType.
 void removeGeometryType(int type)
          Removes an esriGeometryType.
 void save(IStream pstm, int fClearDirty)
          save
 IArray selectFields(IDETable pDETable)
          Selects Fields in a DETable.
 IArray selectFromArray(IArray dEGeoDatasets)
          Selects DEGeoDatasets from an Array.
 IArray selectFromWorkspace(String workspacepath)
          Selects DEGeoDatasets from a workspace path.
 void serialize(IXMLSerializeData data)
          Serializes an object to XML.
 void setAreaFeatureData()
          Sets polygon feature data.
 void setCheckField(boolean bUse)
          Indicates if checking field in Validation.
 void setDefaultFieldName(String fieldName)
          Defualt field name.
 void setFeatureData()
          Sets feature data.
 void setLineFeatureData()
          Sets polyline feature data.
 void setNumericFieldTypes(boolean integerOnly, boolean allowOID)
          Sets numeric field types.
 void setPointFeatureData()
          Sets point-type feature data.
 void setRasterData(boolean integerOnly, boolean allowFormulated)
          Sets raster data.
 boolean validateDataType(IGPDataType type)
          Validates a GPDataType.
 boolean validateFieldType(int type)
          Validate an esriFieldType.
 boolean validateGeometryType(int type)
          Validates an esriGeometryType.
 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

GPSAGeoDataDomain

public GPSAGeoDataDomain()
                  throws IOException,
                         UnknownHostException
Constructs a GPSAGeoDataDomain using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GPSAGeoDataDomain

public GPSAGeoDataDomain(Object obj)
                  throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GPSAGeoDataDomain theGPSAGeoDataDomain = (GPSAGeoDataDomain) obj;

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

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

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getDataTypeCount

public int getDataTypeCount()
                     throws IOException,
                            AutomationException
GPDataType count.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getDataTypeCount in interface IGPSAGeoDataDomain
Returns:
The pCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

public IGPDataType getDataType(int index)
                        throws IOException,
                               AutomationException
GPDataType at an index.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getDataType in interface IGPSAGeoDataDomain
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDataType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDataType

public void addDataType(IGPDataType type)
                 throws IOException,
                        AutomationException
Adds a GPDataType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
addDataType in interface IGPSAGeoDataDomain
Parameters:
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeDataType

public void removeDataType(IGPDataType type)
                    throws IOException,
                           AutomationException
Removes a GPDataType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
removeDataType in interface IGPSAGeoDataDomain
Parameters:
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearDataType

public void clearDataType()
                   throws IOException,
                          AutomationException
Clears a GPDataType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
clearDataType in interface IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataTypes

public IEnumGPDataType getDataTypes()
                             throws IOException,
                                    AutomationException
All GPDataTypes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getDataTypes in interface IGPSAGeoDataDomain
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumGPDataType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldTypeCount

public int getFieldTypeCount()
                      throws IOException,
                             AutomationException
Field type count.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getFieldTypeCount in interface IGPSAGeoDataDomain
Returns:
The pCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldType

public int getFieldType(int index)
                 throws IOException,
                        AutomationException
Field type at an index.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFieldType in interface IGPSAGeoDataDomain
Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geodatabase.esriFieldType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFieldType

public void addFieldType(int type)
                  throws IOException,
                         AutomationException
Adds an esriFieldType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
addFieldType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFieldType

public void removeFieldType(int type)
                     throws IOException,
                            AutomationException
Removes an esriFieldType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
removeFieldType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearFieldType

public void clearFieldType()
                    throws IOException,
                           AutomationException
Clears a esriFieldType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
clearFieldType in interface IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldTypes

public IEnumFieldType getFieldTypes()
                             throws IOException,
                                    AutomationException
All esriFieldTypes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getFieldTypes in interface IGPSAGeoDataDomain
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumFieldType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryTypeCount

public int getGeometryTypeCount()
                         throws IOException,
                                AutomationException
Geometry type count.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getGeometryTypeCount in interface IGPSAGeoDataDomain
Returns:
The pCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryType

public int getGeometryType(int index)
                    throws IOException,
                           AutomationException
Geometry type at an index.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGeometryType in interface IGPSAGeoDataDomain
Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGeometryType

public void addGeometryType(int type)
                     throws IOException,
                            AutomationException
Adds an esriGeometryType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
addGeometryType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeGeometryType

public void removeGeometryType(int type)
                        throws IOException,
                               AutomationException
Removes an esriGeometryType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
removeGeometryType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearGeometryType

public void clearGeometryType()
                       throws IOException,
                              AutomationException
Clears a esriGeometryTypes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
clearGeometryType in interface IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryTypes

public IEnumGeometryType getGeometryTypes()
                                   throws IOException,
                                          AutomationException
All esriGeometryTypes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getGeometryTypes in interface IGPSAGeoDataDomain
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumGeometryType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateDataType

public boolean validateDataType(IGPDataType type)
                         throws IOException,
                                AutomationException
Validates a GPDataType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
validateDataType in interface IGPSAGeoDataDomain
Parameters:
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateFieldType

public boolean validateFieldType(int type)
                          throws IOException,
                                 AutomationException
Validate an esriFieldType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
validateFieldType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateGeometryType

public boolean validateGeometryType(int type)
                             throws IOException,
                                    AutomationException
Validates an esriGeometryType.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
validateGeometryType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectFields

public IArray selectFields(IDETable pDETable)
                    throws IOException,
                           AutomationException
Selects Fields in a DETable.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
selectFields in interface IGPSAGeoDataDomain
Parameters:
pDETable - A reference to a com.esri.arcgis.geodatabase.IDETable (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectFromWorkspace

public IArray selectFromWorkspace(String workspacepath)
                           throws IOException,
                                  AutomationException
Selects DEGeoDatasets from a workspace path.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
selectFromWorkspace in interface IGPSAGeoDataDomain
Parameters:
workspacepath - The workspacepath (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectFromArray

public IArray selectFromArray(IArray dEGeoDatasets)
                       throws IOException,
                              AutomationException
Selects DEGeoDatasets from an Array.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
selectFromArray in interface IGPSAGeoDataDomain
Parameters:
dEGeoDatasets - A reference to a com.esri.arcgis.system.IArray (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterData

public void setRasterData(boolean integerOnly,
                          boolean allowFormulated)
                   throws IOException,
                          AutomationException
Sets raster data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setRasterData in interface IGPSAGeoDataDomain
Parameters:
integerOnly - The integerOnly (in)
allowFormulated - The allowFormulated (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureData

public void setFeatureData()
                    throws IOException,
                           AutomationException
Sets feature data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setFeatureData in interface IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointFeatureData

public void setPointFeatureData()
                         throws IOException,
                                AutomationException
Sets point-type feature data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setPointFeatureData in interface IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLineFeatureData

public void setLineFeatureData()
                        throws IOException,
                               AutomationException
Sets polyline feature data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setLineFeatureData in interface IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAreaFeatureData

public void setAreaFeatureData()
                        throws IOException,
                               AutomationException
Sets polygon feature data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setAreaFeatureData in interface IGPSAGeoDataDomain
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumericFieldTypes

public void setNumericFieldTypes(boolean integerOnly,
                                 boolean allowOID)
                          throws IOException,
                                 AutomationException
Sets numeric field types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setNumericFieldTypes in interface IGPSAGeoDataDomain
Parameters:
integerOnly - The integerOnly (in)
allowOID - The allowOID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCheckField

public void setCheckField(boolean bUse)
                   throws IOException,
                          AutomationException
Indicates if checking field in Validation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setCheckField in interface IGPSAGeoDataDomain
Parameters:
bUse - The bUse (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCheckField

public boolean isCheckField()
                     throws IOException,
                            AutomationException
Indicates if checking field in Validation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
isCheckField in interface IGPSAGeoDataDomain
Returns:
The bUse
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultFieldName

public void setDefaultFieldName(String fieldName)
                         throws IOException,
                                AutomationException
Defualt field name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setDefaultFieldName in interface IGPSAGeoDataDomain
Parameters:
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultFieldName

public String getDefaultFieldName()
                           throws IOException,
                                  AutomationException
Defualt field name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getDefaultFieldName in interface IGPSAGeoDataDomain
Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOpenGxObjectFilters

public IArray getOpenGxObjectFilters()
                              throws IOException,
                                     AutomationException
The filters used to open a dataset of this type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getSaveGxObjectFilters

public IArray getSaveGxObjectFilters()
                              throws IOException,
                                     AutomationException
The filters used to save a dataset of this type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

memberOf

public IGPMessage memberOf(IGPValue value)
                    throws IOException,
                           AutomationException
Indicates if the value object is a member of the geoprocessing domain type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
memberOf in interface IGPDomain
Parameters:
value - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessage
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

assign

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

Description

Use Assign method to assign the properties of source object to receiver object. Both objects need to have the same CLSIDs. Both source and receiver objects need to be instantiated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isEqual

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

Description

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isIdentical

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

Description

IsIdentical returns true if the receiver and the source reference the same object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

serialize

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

deserialize

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isDirty

public void isDirty()
             throws IOException,
                    AutomationException
isDirty

Description

IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

load

public void load(IStream pstm)
          throws IOException,
                 AutomationException
load

Description

IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

save

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

Description

IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getSizeMax

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

Description

IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getClassID

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

Description

IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

writeExternal

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

readExternal

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