|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParcelConstructionData
Provides access to methods that read and write a parcel contruction to the cadastral packet.
Method Summary | |
---|---|
String |
exportToXMLString()
Writes construction data in XML format to a string. |
int |
getParcelNo()
The parcel network No. |
void |
loadConstructionDataFromXML(Object pXMLParcelNode)
Populates the construction data object properties by reading the properties from the xml parcel node. |
void |
loadConstructionDataFromXMLString(String xMLString)
Populates the construction data object properties by reading the xml string. |
void |
setParcelNo(int parcelNo)
The parcel network No. |
void |
writeToXML(Object pXMLDoc)
Appends construction data as XML to parcel node. |
Method Detail |
---|
int getParcelNo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParcelNo(int parcelNo) throws IOException, AutomationException
parcelNo
- The parcelNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeToXML(Object pXMLDoc) throws IOException, AutomationException
pXMLDoc
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadConstructionDataFromXML(Object pXMLParcelNode) throws IOException, AutomationException
pXMLParcelNode
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String exportToXMLString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadConstructionDataFromXMLString(String xMLString) throws IOException, AutomationException
xMLString
- The xMLString (in)
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 |