|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.ParcelConstructionData
public class ParcelConstructionData
COM Class 'ParcelConstructionData'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description 'Esri Cadastral Fabric Parcel Construction Data Class.' 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 long |
serialVersionUID
|
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IParcelConstructionData |
---|
IID, IIDfc722d60_d2dc_4dfe_8524_3ac3369bbe68, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IConstructionParentParcels |
---|
IID, IIDb6a52380_87e2_4628_9ebd_771c0bdacf23, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IConstructionBreakPoints |
---|
IID, IID1c66cb4e_8950_41b1_8896_e75c173870aa, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IConstructionBasisOfBearing |
---|
IID, IID2b82ac6e_aa06_43d8_ae70_7b200e07be6b, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IConstructionJoinLinks |
---|
IID, IID646fca02_4b1d_4844_a083_9911ef6cfa7b, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IConstructionUnbuildableLines |
---|
IID, IID11ea4990_32f3_4aac_b285_f70ff18c956f, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IConstructionPoints |
---|
IID, IIDadc3412a_6ef7_41ac_bdc2_23e911c31280, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IConstructionAdjustment |
---|
IID, IIDcb760247_e82a_4666_a79e_a6f1f6bf2845, xxDummy |
Constructor Summary | |
---|---|
ParcelConstructionData(java.lang.Object obj)
Construct a ParcelConstructionData using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addBreakPoint(int pointNo,
int fromPointNo,
int toPointNo,
double ratio)
Adds a break point to the parcel construction data. |
void |
addConstructionPoint(int unjoinedPointNo,
double x,
double y)
Adds a construction point to the parcel construction data. |
void |
addJoinLink(int joinedPointNo,
int unjoinedPointNo,
int fromPointNo,
int toPointNo,
int parcelNo)
Adds a join link to the parcel construction data. |
void |
addParentParcel(int parcelNo)
Add a parent parcelNo for the construction. |
void |
addUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
Mark a line as unbuildable for the parent parcel. |
void |
clearBreakPoints()
Clears all break points. |
void |
clearConstructionPoints()
Clears the construction points. |
void |
clearJoinLinks()
Clears join links. |
void |
clearParentParcels()
Clear the parent parcel numbers. |
void |
clearUnbuildableLines(int parentParcelNo)
Clears the unbuildables lines of the parent parcel. |
java.lang.Object |
convertToSupportedObject(int docVersion)
Convert the object to another object that is supported. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
exportToXMLString()
Writes construction data in XML format to a string. |
void |
findBreakPoint(int pointNo,
int[] fromPointNo,
int[] toPointNo,
double[] ratio)
The break point with the matching pointNo. |
void |
findConstructionPoint(int unjoinedPointNo,
double[] x,
double[] y)
The construction point with the matching point No. |
int |
getAdjustmentMethod()
The method for adjustment. |
double |
getBasisOfBearingOffset()
The basis of bearing offset angle. |
void |
getBreakPoint(int i,
int[] pointNo,
int[] fromPointNo,
int[] toPointNo,
double[] ratio)
The break point at the given index. |
int |
getBreakPointCount()
The number of break points for the parcel construction data. |
void |
getClassID(GUID[] pClassID)
getClassID |
void |
getConstructionPoint(int i,
int[] pUnjoinedPointNo,
double[] pX,
double[] pY)
Retrieves the construction point at the given index. |
int |
getConstructionPointCount()
The number of point constructions for the parcel. |
void |
getEndPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
The end point for the adjustment. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
void |
getJoinLink(int i,
int[] joinedPointNo,
int[] unjoinedPointNo,
int[] fromPointNo,
int[] toPointNo,
int[] parcelNo)
Retrieves the join link at the given index. |
int |
getJoinLinkCount()
The number of join links for the parcel construction data. |
int |
getParcelNo()
The parcel network No. |
void |
getParentParcel(int i,
int[] parcelNo)
The parent parcelNo at the given index. |
int |
getParentParcelCount()
The number of parent parcels. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
void |
getStartPoint(int[] unjoinedPointNo,
double[] x,
double[] y)
The start point for the adjustment. |
void |
getUnbuildableLines(int parentParcelNo,
int[] count,
int[] fromPointNos,
int[] toPointNos)
Retrieve the from and to points for the unbuildables lines of the parent parcel. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isSupportedAtVersion(int docVersion)
Is this object valid at the given document version. |
void |
load(IStream pstm)
load |
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 |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a ParcelConstructionData. |
void |
removeBreakPoint(int pointNo)
Remove break point from parcel construction data. |
void |
removeConstructionPoint(int unjoinedPointNo)
Remove the construction point. |
void |
removeJoinLink(int i)
Remove join link at the given index. |
void |
removeParentParcel(int parcelNo)
Remove parent parcel from construction data. |
void |
removeUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
Remove unbuildable line for the parent parcel. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAdjustmentMethod(int type)
The method for adjustment. |
void |
setBasisOfBearingOffset(double angleOffset)
The basis of bearing offset angle. |
void |
setEndPoint(int unjoinedPointNo,
double x,
double y)
The start point for the adjustment. |
void |
setParcelNo(int parcelNo)
The parcel network No. |
void |
setStartPoint(int unjoinedPointNo,
double x,
double y)
The start point for the adjustment. |
void |
setUnbuildableLines(int parentParcelNo,
int count,
int[] fromPointNos,
int[] toPointNos)
Input the from and to points for the unbuildable lines of the parent parcel. |
void |
writeExternal(java.io.ObjectOutput out)
|
void |
writeToXML(java.lang.Object pXMLDoc)
Appends construction data as XML to parcel node. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public ParcelConstructionData(java.lang.Object obj) throws java.io.IOException
obj
to ParcelConstructionData
. *
ParcelConstructionData o = (ParcelConstructionData)obj; // will not work
ParcelConstructionData o = new ParcelConstructionData(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ParcelConstructionData theParcelConstructionData = (ParcelConstructionData) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportedAtVersion(int docVersion) throws java.io.IOException, AutomationException
Use IsSupportedAtVersion to identify if a particular object should be saved to the ObjectStream. This result is based on the esriArcGISVersion enumeration. In some instances, if the object is not supported at a particular ArcGIS version, the object may support conversion to another similar object; use IDocumentVersionSupportGEN::ConvertToSupportedObject to accomplish this.
isSupportedAtVersion
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object convertToSupportedObject(int docVersion) throws java.io.IOException, AutomationException
This method should be used when IDocumentVersionSupportGEN::IsSupportedAtVersion returns FALSE. Calling ConvertToSupportedObject will return an IUnknown pointer to a relevant object supported at the particular ArcGIS version. Not all objects will return a supported object; in these cases a null pointer will be returned.
convertToSupportedObject
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getParcelNo() throws java.io.IOException, AutomationException
getParcelNo
in interface IParcelConstructionData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParcelNo(int parcelNo) throws java.io.IOException, AutomationException
setParcelNo
in interface IParcelConstructionData
parcelNo
- The parcelNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeToXML(java.lang.Object pXMLDoc) throws java.io.IOException, AutomationException
writeToXML
in interface IParcelConstructionData
pXMLDoc
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadConstructionDataFromXML(java.lang.Object pXMLParcelNode) throws java.io.IOException, AutomationException
loadConstructionDataFromXML
in interface IParcelConstructionData
pXMLParcelNode
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String exportToXMLString() throws java.io.IOException, AutomationException
exportToXMLString
in interface IParcelConstructionData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadConstructionDataFromXMLString(java.lang.String xMLString) throws java.io.IOException, AutomationException
loadConstructionDataFromXMLString
in interface IParcelConstructionData
xMLString
- The xMLString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getParentParcelCount() throws java.io.IOException, AutomationException
getParentParcelCount
in interface IConstructionParentParcels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getParentParcel(int i, int[] parcelNo) throws java.io.IOException, AutomationException
getParentParcel
in interface IConstructionParentParcels
i
- The i (in)parcelNo
- The parcelNo (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addParentParcel(int parcelNo) throws java.io.IOException, AutomationException
addParentParcel
in interface IConstructionParentParcels
parcelNo
- The parcelNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeParentParcel(int parcelNo) throws java.io.IOException, AutomationException
removeParentParcel
in interface IConstructionParentParcels
parcelNo
- The parcelNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearParentParcels() throws java.io.IOException, AutomationException
clearParentParcels
in interface IConstructionParentParcels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBreakPointCount() throws java.io.IOException, AutomationException
getBreakPointCount
in interface IConstructionBreakPoints
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getBreakPoint(int i, int[] pointNo, int[] fromPointNo, int[] toPointNo, double[] ratio) throws java.io.IOException, AutomationException
getBreakPoint
in interface IConstructionBreakPoints
i
- The i (in)pointNo
- The pointNo (in/out: use single element array)fromPointNo
- The fromPointNo (in/out: use single element array)toPointNo
- The toPointNo (in/out: use single element array)ratio
- The ratio (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findBreakPoint(int pointNo, int[] fromPointNo, int[] toPointNo, double[] ratio) throws java.io.IOException, AutomationException
findBreakPoint
in interface IConstructionBreakPoints
pointNo
- The pointNo (in)fromPointNo
- The fromPointNo (in/out: use single element array)toPointNo
- The toPointNo (in/out: use single element array)ratio
- The ratio (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addBreakPoint(int pointNo, int fromPointNo, int toPointNo, double ratio) throws java.io.IOException, AutomationException
addBreakPoint
in interface IConstructionBreakPoints
pointNo
- The pointNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)ratio
- The ratio (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeBreakPoint(int pointNo) throws java.io.IOException, AutomationException
removeBreakPoint
in interface IConstructionBreakPoints
pointNo
- The pointNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearBreakPoints() throws java.io.IOException, AutomationException
clearBreakPoints
in interface IConstructionBreakPoints
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBasisOfBearingOffset() throws java.io.IOException, AutomationException
getBasisOfBearingOffset
in interface IConstructionBasisOfBearing
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBasisOfBearingOffset(double angleOffset) throws java.io.IOException, AutomationException
setBasisOfBearingOffset
in interface IConstructionBasisOfBearing
angleOffset
- The angleOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getJoinLinkCount() throws java.io.IOException, AutomationException
getJoinLinkCount
in interface IConstructionJoinLinks
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addJoinLink(int joinedPointNo, int unjoinedPointNo, int fromPointNo, int toPointNo, int parcelNo) throws java.io.IOException, AutomationException
addJoinLink
in interface IConstructionJoinLinks
joinedPointNo
- The joinedPointNo (in)unjoinedPointNo
- The unjoinedPointNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)parcelNo
- The parcelNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getJoinLink(int i, int[] joinedPointNo, int[] unjoinedPointNo, int[] fromPointNo, int[] toPointNo, int[] parcelNo) throws java.io.IOException, AutomationException
getJoinLink
in interface IConstructionJoinLinks
i
- The i (in)joinedPointNo
- The joinedPointNo (in/out: use single element array)unjoinedPointNo
- The unjoinedPointNo (in/out: use single element array)fromPointNo
- The fromPointNo (in/out: use single element array)toPointNo
- The toPointNo (in/out: use single element array)parcelNo
- The parcelNo (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeJoinLink(int i) throws java.io.IOException, AutomationException
removeJoinLink
in interface IConstructionJoinLinks
i
- The i (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearJoinLinks() throws java.io.IOException, AutomationException
clearJoinLinks
in interface IConstructionJoinLinks
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addUnbuildableLine(int parentParcelNo, int fromPointNo, int toPointNo) throws java.io.IOException, AutomationException
addUnbuildableLine
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeUnbuildableLine(int parentParcelNo, int fromPointNo, int toPointNo) throws java.io.IOException, AutomationException
removeUnbuildableLine
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUnbuildableLines(int parentParcelNo, int count, int[] fromPointNos, int[] toPointNos) throws java.io.IOException, AutomationException
setUnbuildableLines
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)count
- The count (in)fromPointNos
- The fromPointNos (in)toPointNos
- The toPointNos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getUnbuildableLines(int parentParcelNo, int[] count, int[] fromPointNos, int[] toPointNos) throws java.io.IOException, AutomationException
getUnbuildableLines
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)count
- The count (in/out: use single element array)fromPointNos
- The fromPointNos (in/out: use single element array)toPointNos
- The toPointNos (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearUnbuildableLines(int parentParcelNo) throws java.io.IOException, AutomationException
clearUnbuildableLines
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getConstructionPointCount() throws java.io.IOException, AutomationException
getConstructionPointCount
in interface IConstructionPoints
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getConstructionPoint(int i, int[] pUnjoinedPointNo, double[] pX, double[] pY) throws java.io.IOException, AutomationException
getConstructionPoint
in interface IConstructionPoints
i
- The i (in)pUnjoinedPointNo
- The pUnjoinedPointNo (in/out: use single element array)pX
- The pX (in/out: use single element array)pY
- The pY (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addConstructionPoint(int unjoinedPointNo, double x, double y) throws java.io.IOException, AutomationException
addConstructionPoint
in interface IConstructionPoints
unjoinedPointNo
- The unjoinedPointNo (in)x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConstructionPoint(int unjoinedPointNo, double[] x, double[] y) throws java.io.IOException, AutomationException
findConstructionPoint
in interface IConstructionPoints
unjoinedPointNo
- The unjoinedPointNo (in)x
- The x (in/out: use single element array)y
- The y (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeConstructionPoint(int unjoinedPointNo) throws java.io.IOException, AutomationException
removeConstructionPoint
in interface IConstructionPoints
unjoinedPointNo
- The unjoinedPointNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearConstructionPoints() throws java.io.IOException, AutomationException
clearConstructionPoints
in interface IConstructionPoints
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAdjustmentMethod() throws java.io.IOException, AutomationException
getAdjustmentMethod
in interface IConstructionAdjustment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAdjustmentMethod(int type) throws java.io.IOException, AutomationException
setAdjustmentMethod
in interface IConstructionAdjustment
type
- A com.esri.arcgis.geodatabaseextensions.esriParcelAdjustmentType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getStartPoint(int[] unjoinedPointNo, double[] x, double[] y) throws java.io.IOException, AutomationException
getStartPoint
in interface IConstructionAdjustment
unjoinedPointNo
- The unjoinedPointNo (in/out: use single element array)x
- The x (in/out: use single element array)y
- The y (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getEndPoint(int[] unjoinedPointNo, double[] x, double[] y) throws java.io.IOException, AutomationException
getEndPoint
in interface IConstructionAdjustment
unjoinedPointNo
- The unjoinedPointNo (in/out: use single element array)x
- The x (in/out: use single element array)y
- The y (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartPoint(int unjoinedPointNo, double x, double y) throws java.io.IOException, AutomationException
setStartPoint
in interface IConstructionAdjustment
unjoinedPointNo
- The unjoinedPointNo (in)x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndPoint(int unjoinedPointNo, double x, double y) throws java.io.IOException, AutomationException
setEndPoint
in interface IConstructionAdjustment
unjoinedPointNo
- The unjoinedPointNo (in)x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |