|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapPoint
A point in map space (easting, northing) or (longitude, latitude) with its associated uncertainty information.
Method Summary | |
---|---|
String |
getImageID()
The image ID of this IMapPoint. |
String |
getMapPointID()
The identification string of this IMapPoint. |
IDoubleArray |
getPointingErrorCovarianceMatrix()
The pointing error covariance matrix that is associated with this IMapPoint. |
void |
setImageID(String pImageID)
The image ID of this IMapPoint. |
void |
setMapPointID(String pMapPointID)
The identification string of this IMapPoint. |
void |
setPointingErrorCovarianceMatrix(IDoubleArray ppPointingErrCovMatrix)
The pointing error covariance matrix that is associated with this IMapPoint. |
Methods inherited from interface com.esri.arcgis.geometry.IPoint |
---|
compare, constrainAngle, constrainDistance, getID, getM, getX, getY, getZ, putCoords, queryCoords, setID, setM, setX, setY, setZ |
Methods inherited from interface com.esri.arcgis.geometry.IGeometry |
---|
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference |
Method Detail |
---|
String getImageID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageID(String pImageID) throws IOException, AutomationException
pImageID
- The pImageID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMapPointID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapPointID(String pMapPointID) throws IOException, AutomationException
pMapPointID
- The pMapPointID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getPointingErrorCovarianceMatrix() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPointingErrorCovarianceMatrix(IDoubleArray ppPointingErrCovMatrix) throws IOException, AutomationException
ppPointingErrCovMatrix
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
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 |