public interface IPolycurveGeodetic extends IPolycurve4, java.io.Serializable
Description: 'Provides various geodetic operations on curves.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID00fcc4e5_5a6c_482b_9b77_1524d05b19d3 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc0ea9a43_8884_4b70_9726_9cb6acfc0788
Modifier and Type | Method and Description |
---|---|
void |
densifyGeodetic(int geodeticLineType,
ILinearUnit pLU,
int densifyMethod,
double densifyParameter)
Constructs different types of geodetic curves.
|
double |
getLengthGeodetic(int geodeticLineType,
ILinearUnit pLU)
Returns length of this polycurve calculated using various types of geodetic methods.
|
geodesicDensify
static final int IID00fcc4e5_5a6c_482b_9b77_1524d05b19d3
static final int xxDummy
static final java.lang.String IID
double getLengthGeodetic(int geodeticLineType, ILinearUnit pLU) throws java.io.IOException, AutomationException
geodeticLineType
- A com.esri.arcgis.geometry.esriGeodeticType constant (in)pLU
- A reference to a com.esri.arcgis.geometry.ILinearUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void densifyGeodetic(int geodeticLineType, ILinearUnit pLU, int densifyMethod, double densifyParameter) throws java.io.IOException, AutomationException
geodeticLineType
- A com.esri.arcgis.geometry.esriGeodeticType constant (in)pLU
- A reference to a com.esri.arcgis.geometry.ILinearUnit (in)densifyMethod
- A com.esri.arcgis.geometry.esriCurveDensifyMethod constant (in)densifyParameter
- The densifyParameter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.