public interface IPointMeasurement
extends java.io.Serializable
Description: 'Point measurement and its associated uncertainty information.' 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 |
IID24610a3b_3ad6_43e7_bcc0_8c40139ee416 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDoubleArray |
getErrorCovarianceMatrix()
The error covariance matrix that is associated with this IPointMeasurement.
|
java.lang.String |
getHorizontalUnit()
The unit of the horizontal axes for this IPointMeasurement.
|
java.lang.String |
getVerticalUnit()
The unit of the vertical axis for this IPointMeasurement.
|
double |
getXCoordinate()
The X or longitude measurement.
|
double |
getYCoordinate()
The Y or latitude measurement.
|
double |
getZCoordinate()
The Z or orthometric height measurement.
|
boolean |
isHorizontalUnitLinear()
Indicates if the unit of the horizontal axes is a linear unit.
|
void |
reset()
Resets all the properties of this IPointMeasurement to their default values.
|
void |
setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix)
The error covariance matrix that is associated with this IPointMeasurement.
|
void |
setHorizontalUnit(java.lang.String pHorizontalUnit)
The unit of the horizontal axes for this IPointMeasurement.
|
void |
setVerticalUnit(java.lang.String pVeritcalUnit)
The unit of the vertical axis for this IPointMeasurement.
|
void |
setXCoordinate(double pXCoordinate)
The X or longitude measurement.
|
void |
setYCoordinate(double pYCoordinate)
The Y or latitude measurement.
|
void |
setZCoordinate(double pZCoordinate)
The Z or orthometric height measurement.
|
static final int IID24610a3b_3ad6_43e7_bcc0_8c40139ee416
static final int xxDummy
static final java.lang.String IID
IDoubleArray getErrorCovarianceMatrix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setErrorCovarianceMatrix(IDoubleArray ppErrorCovMatrix) throws java.io.IOException, AutomationException
ppErrorCovMatrix
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getHorizontalUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHorizontalUnit(java.lang.String pHorizontalUnit) throws java.io.IOException, AutomationException
pHorizontalUnit
- The pHorizontalUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHorizontalUnitLinear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVerticalUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVerticalUnit(java.lang.String pVeritcalUnit) throws java.io.IOException, AutomationException
pVeritcalUnit
- The pVeritcalUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getXCoordinate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setXCoordinate(double pXCoordinate) throws java.io.IOException, AutomationException
pXCoordinate
- The pXCoordinate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getYCoordinate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setYCoordinate(double pYCoordinate) throws java.io.IOException, AutomationException
pYCoordinate
- The pYCoordinate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZCoordinate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZCoordinate(double pZCoordinate) throws java.io.IOException, AutomationException
pZCoordinate
- The pZCoordinate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.