|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICadastralGroundToGridTools
Provides access to methods that perform ground to grid conversions.
| Method Summary | |
|---|---|
IPoint |
forward3D(ISpatialReference pSR,
boolean argumentsInMeters,
IPoint pPoint1,
IPoint pPoint2Provisional,
double markToMarkDistance)
Forward3D calculates a new point from an existing point, given the mark-to-mark distance and azimuth measured at the ellipsoid height of the source point. |
double |
inverse3D(ISpatialReference pSR,
boolean argumentsInMeters,
IPoint pPoint1,
IPoint pPoint2)
Inverse3D calculates the mark-to-mark distance between two points, using the z value on the points as ellipsoid height, and using the spatial reference parameters. |
| Method Detail |
|---|
double inverse3D(ISpatialReference pSR,
boolean argumentsInMeters,
IPoint pPoint1,
IPoint pPoint2)
throws IOException,
AutomationException
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)argumentsInMeters - The argumentsInMeters (in)pPoint1 - A reference to a com.esri.arcgis.geometry.IPoint (in)pPoint2 - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint forward3D(ISpatialReference pSR,
boolean argumentsInMeters,
IPoint pPoint1,
IPoint pPoint2Provisional,
double markToMarkDistance)
throws IOException,
AutomationException
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)argumentsInMeters - The argumentsInMeters (in)pPoint1 - A reference to a com.esri.arcgis.geometry.IPoint (in)pPoint2Provisional - A reference to a com.esri.arcgis.geometry.IPoint (in)markToMarkDistance - The markToMarkDistance (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 | ||||||||