public interface IMapPoint extends IPoint, java.io.Serializable
Description: 'A point in map space (easting, northing) or (longitude, latitude) with 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 |
IID5f3a89c1_3ed5_4f56_bdf5_22008d23b143 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b077915_38c5_11d0_92d2_00805f7c28b0
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageID()
The image ID of this IMapPoint.
|
java.lang.String |
getMapPointID()
The identification string of this IMapPoint.
|
IDoubleArray |
getPointingErrorCovarianceMatrix()
The pointing error covariance matrix that is associated with this IMapPoint.
|
void |
setImageID(java.lang.String pImageID)
The image ID of this IMapPoint.
|
void |
setMapPointID(java.lang.String pMapPointID)
The identification string of this IMapPoint.
|
void |
setPointingErrorCovarianceMatrix(IDoubleArray ppPointingErrCovMatrix)
The pointing error covariance matrix that is associated with this IMapPoint.
|
compare, constrainAngle, constrainDistance, getID, getM, getX, getY, getZ, putCoords, queryCoords, setID, setM, setX, setY, setZ
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
static final int IID5f3a89c1_3ed5_4f56_bdf5_22008d23b143
static final int xxDummy
static final java.lang.String IID
java.lang.String getImageID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setImageID(java.lang.String pImageID) throws java.io.IOException, AutomationException
pImageID
- The pImageID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMapPointID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMapPointID(java.lang.String pMapPointID) throws java.io.IOException, AutomationException
pMapPointID
- The pMapPointID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getPointingErrorCovarianceMatrix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPointingErrorCovarianceMatrix(IDoubleArray ppPointingErrCovMatrix) throws java.io.IOException, AutomationException
ppPointingErrCovMatrix
- 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.