com.esri.arcgis.datasourcesraster
Interface IMapPoint

All Superinterfaces:
IGeometry, IPoint, java.io.Serializable
All Known Implementing Classes:
IMapPointProxy, MapPoint

public interface IMapPoint
extends IPoint, java.io.Serializable

COM Interface 'IMapPoint'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5f3a89c1_3ed5_4f56_bdf5_22008d23b143
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IPoint
IID1b077915_38c5_11d0_92d2_00805f7c28b0
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometry
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
 
Method Summary
 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.
 
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
 

Field Detail

IID5f3a89c1_3ed5_4f56_bdf5_22008d23b143

static final int IID5f3a89c1_3ed5_4f56_bdf5_22008d23b143
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

getImageID

java.lang.String getImageID()
                            throws java.io.IOException,
                                   AutomationException
The image ID of this IMapPoint.

Returns:
The pImageID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageID

void setImageID(java.lang.String pImageID)
                throws java.io.IOException,
                       AutomationException
The image ID of this IMapPoint.

Parameters:
pImageID - The pImageID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapPointID

java.lang.String getMapPointID()
                               throws java.io.IOException,
                                      AutomationException
The identification string of this IMapPoint.

Returns:
The pMapPointID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapPointID

void setMapPointID(java.lang.String pMapPointID)
                   throws java.io.IOException,
                          AutomationException
The identification string of this IMapPoint.

Parameters:
pMapPointID - The pMapPointID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPointingErrorCovarianceMatrix

IDoubleArray getPointingErrorCovarianceMatrix()
                                              throws java.io.IOException,
                                                     AutomationException
The pointing error covariance matrix that is associated with this IMapPoint.

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointingErrorCovarianceMatrix

void setPointingErrorCovarianceMatrix(IDoubleArray ppPointingErrCovMatrix)
                                      throws java.io.IOException,
                                             AutomationException
The pointing error covariance matrix that is associated with this IMapPoint.

Parameters:
ppPointingErrCovMatrix - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.