com.esri.arcgis.geodatabaseextensions
Interface IParcelConstructionData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IParcelConstructionDataProxy, ParcelConstructionData

public interface IParcelConstructionData
extends java.io.Serializable

COM Interface 'IParcelConstructionData'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to methods that read and write a parcel contruction to the cadastral packet.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDfc722d60_d2dc_4dfe_8524_3ac3369bbe68
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String exportToXMLString()
          Writes construction data in XML format to a string.
 int getParcelNo()
          The parcel network No.
 void loadConstructionDataFromXML(java.lang.Object pXMLParcelNode)
          Populates the construction data object properties by reading the properties from the xml parcel node.
 void loadConstructionDataFromXMLString(java.lang.String xMLString)
          Populates the construction data object properties by reading the xml string.
 void setParcelNo(int parcelNo)
          The parcel network No.
 void writeToXML(java.lang.Object pXMLDoc)
          Appends construction data as XML to parcel node.
 

Field Detail

IIDfc722d60_d2dc_4dfe_8524_3ac3369bbe68

static final int IIDfc722d60_d2dc_4dfe_8524_3ac3369bbe68
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getParcelNo

int getParcelNo()
                throws java.io.IOException,
                       AutomationException
The parcel network No.

Returns:
The parcelNo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParcelNo

void setParcelNo(int parcelNo)
                 throws java.io.IOException,
                        AutomationException
The parcel network No.

Parameters:
parcelNo - The parcelNo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeToXML

void writeToXML(java.lang.Object pXMLDoc)
                throws java.io.IOException,
                       AutomationException
Appends construction data as XML to parcel node.

Parameters:
pXMLDoc - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadConstructionDataFromXML

void loadConstructionDataFromXML(java.lang.Object pXMLParcelNode)
                                 throws java.io.IOException,
                                        AutomationException
Populates the construction data object properties by reading the properties from the xml parcel node.

Parameters:
pXMLParcelNode - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportToXMLString

java.lang.String exportToXMLString()
                                   throws java.io.IOException,
                                          AutomationException
Writes construction data in XML format to a string.

Returns:
The xMLString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadConstructionDataFromXMLString

void loadConstructionDataFromXMLString(java.lang.String xMLString)
                                       throws java.io.IOException,
                                              AutomationException
Populates the construction data object properties by reading the xml string.

Parameters:
xMLString - The xMLString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.