com.esri.arcgis.geodatabaseextensions
Interface ICadastralGroundToGridTools

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralDataTools, ICadastralGroundToGridToolsProxy

public interface ICadastralGroundToGridTools
extends java.io.Serializable

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

IID69e2d388_48f1_407c_9f35_fc972034336a

static final int IID69e2d388_48f1_407c_9f35_fc972034336a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

inverse3D

double inverse3D(ISpatialReference pSR,
                 boolean argumentsInMeters,
                 IPoint pPoint1,
                 IPoint pPoint2)
                 throws java.io.IOException,
                        AutomationException
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.

Parameters:
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)
Returns:
The pDistance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

forward3D

IPoint forward3D(ISpatialReference pSR,
                 boolean argumentsInMeters,
                 IPoint pPoint1,
                 IPoint pPoint2Provisional,
                 double markToMarkDistance)
                 throws java.io.IOException,
                        AutomationException
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. The z-value of the point is treated as an ellipsoid height, and the function uses the spatial reference p???m?

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.