|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapPoint
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 |
---|
static final int IID5f3a89c1_3ed5_4f56_bdf5_22008d23b143
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |