|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabaseextensions.IConstructionUnbuildableLinesProxy
public class IConstructionUnbuildableLinesProxy
Provides access to members that manipulate the unbuildable lines of a parcel construction.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IConstructionUnbuildableLinesProxy()
|
|
IConstructionUnbuildableLinesProxy(Object obj)
|
protected |
IConstructionUnbuildableLinesProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
addUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
Mark a line as unbuildable for the parent parcel. |
void |
clearUnbuildableLines(int parentParcelNo)
Clears the unbuildables lines of the parent parcel. |
void |
getUnbuildableLines(int parentParcelNo,
int[] count,
int[] fromPointNos,
int[] toPointNos)
Retrieve the from and to points for the unbuildables lines of the parent parcel. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
removeUnbuildableLine(int parentParcelNo,
int fromPointNo,
int toPointNo)
Remove unbuildable line for the parent parcel. |
void |
setUnbuildableLines(int parentParcelNo,
int count,
int[] fromPointNos,
int[] toPointNos)
Input the from and to points for the unbuildable lines of the parent parcel. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IConstructionUnbuildableLinesProxy()
public IConstructionUnbuildableLinesProxy(Object obj) throws IOException
IOException
protected IConstructionUnbuildableLinesProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void addUnbuildableLine(int parentParcelNo, int fromPointNo, int toPointNo) throws IOException, AutomationException
addUnbuildableLine
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeUnbuildableLine(int parentParcelNo, int fromPointNo, int toPointNo) throws IOException, AutomationException
removeUnbuildableLine
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)fromPointNo
- The fromPointNo (in)toPointNo
- The toPointNo (in)
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 IOException, AutomationException
setUnbuildableLines
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (in)count
- The count (in)fromPointNos
- The fromPointNos (in)toPointNos
- The toPointNos (in)
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 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearUnbuildableLines(int parentParcelNo) throws IOException, AutomationException
clearUnbuildableLines
in interface IConstructionUnbuildableLines
parentParcelNo
- The parentParcelNo (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 |