|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITraverseClosure
Provides access to members that report the traverse closure.
ITraverseClosure is returned from the CalculateClosure method and reports the difference between the actual endpoint point of a polyline and the desired endpoint.
Method Summary | |
---|---|
IPoint |
getCalculatedEndPoint()
The calculated closing point of the traverse. |
int |
getCourseCount()
The number of courses in the traverse. |
IPoint |
getEndPoint()
The closing point of the traverse. |
double |
getMisclosureDirection()
The direction of the vector of misclosure. |
double |
getMisclosureDistance()
The distance of the vector of misclosure. |
double |
getMisclosureX()
The horizontal difference in closure. |
double |
getMisclosureY()
The vertical difference in closure. |
double |
getRelativeErrorRatio()
The relative error ratio of misclosure. |
double |
getTotalLength()
The total length of the traverse. |
Method Detail |
---|
int getCourseCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTotalLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getEndPoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getCalculatedEndPoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMisclosureX() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMisclosureY() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMisclosureDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMisclosureDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRelativeErrorRatio() throws IOException, AutomationException
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 |