|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralGroundToGridTools
COM Interface 'ICadastralGroundToGridTools'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description: 'Provides access to methods that perform ground to grid conversions.' 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 java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID69e2d388_48f1_407c_9f35_fc972034336a
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID69e2d388_48f1_407c_9f35_fc972034336a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double inverse3D(ISpatialReference pSR, boolean argumentsInMeters, IPoint pPoint1, IPoint pPoint2) throws java.io.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)
java.io.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 java.io.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)
java.io.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 |