|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParcelConstructionData
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 |
|---|
static final int IIDfc722d60_d2dc_4dfe_8524_3ac3369bbe68
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getParcelNo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParcelNo(int parcelNo)
throws java.io.IOException,
AutomationException
parcelNo - The parcelNo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeToXML(java.lang.Object pXMLDoc)
throws java.io.IOException,
AutomationException
pXMLDoc - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadConstructionDataFromXML(java.lang.Object pXMLParcelNode)
throws java.io.IOException,
AutomationException
pXMLParcelNode - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String exportToXMLString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadConstructionDataFromXMLString(java.lang.String xMLString)
throws java.io.IOException,
AutomationException
xMLString - The xMLString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||