Provides basic mensuration functionality utilizing sensor models that are compliant with the Community Sensor Model (CSM) specification.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
CanErrorPropagate | Indicates if the sensor model associated with the current image segment supports error propagation. |
![]() |
CanMeasure | Indicates if the specified image segment can be used for mensuration. |
![]() |
CanMeasureHeightBaseToTop | Indicates if the sensor model associated with the current image segment supports height mensuration. |
![]() |
CanMeasureHeightBaseToTopShadow | Indicates if the sensor model associated with the current image segment supports shadow mensuration. |
![]() |
CanMeasureHeightTopToTopShadow | Indicates if the sensor model associated with the current image segment supports shadow mensuration. |
![]() |
CanMeasureMonoscopic | Indicates if the sensor model associated with the current image segment supports monoscopic mensuration. |
![]() |
CanMeasureMultiImages | Indicates if the sensor model associated with the current image segment supports multi-image mensuration. |
![]() |
CanMeasureStereoscopic | Indicates if the sensor model associated with the current image segment supports stereoscopic mensuration. |
![]() |
ConvertAngular | Converts angular measurement from 'fromUnit' to 'toUnit. |
![]() |
ConvertArea | Converts area measurement from 'fromUnit' to 'toUnit. |
![]() |
ConvertDisplayCoordUnit | Gets different coordinate unit display representation for input point (latitude, longitude). |
![]() |
ConvertErrCovarianceUnits | Converts the covariance matrix's units. |
![]() |
ConvertLinear | Converts linear measurement from 'fromUnit' to 'toUnit. |
![]() |
DefaultPointingErrCovariance | Default pointing error covariance matrix. |
![]() |
DEM | The DEM for the raster to be used for mensuration. |
![]() |
DesiredPrecision | The iteration precision of the image-to-ground and ground-to-image calculations. |
![]() |
GetAreaAndPerimeter | Computes the area and perimeter of a polygon with no interior holes. |
![]() |
GetAzimuthAngle | Computes the azimuth angle of the line connecting the two input map points. |
![]() |
GetCentroid | Gets the coordinates of the centroid of a polygon and the associated error covariance matrix. |
![]() |
GetDistance | Computes the actual distance between two points given their map points. |
![]() |
GetHeightFromBaseAndTop | Estimates the height of an object given the base and the top map points of the object. |
![]() |
GetHeightFromBaseAndTopShadow | Estimates the height of an object given the map point of the object's base and the tip of the object's top shadow. |
![]() |
GetHeightFromTopAndTopShadow | Estimates the height of an object given the top map point of the object and the tip of the object's top shadow. |
![]() |
GetPoint | Gets the coordinates of a map point and the associated error covariance matrix. |
![]() |
GetSensorModelProperty | Gets a property value of the sensor model currently being used by this IMensuration. |
![]() |
Name | The name of this IMensuration object. |
![]() |
PutTerrainParameters | Sets the name of the terrain model and the associated terrain model data source information. |
![]() |
Raster | The raster object to be used for mensuration. |
![]() |
SensorModel | The name of the sensor model currently being used by this IMensuration object. |
![]() |
SensorModelProperties | The properties of the current sensor model. |
![]() |
SignificantFigures | Truncates input mensuration and uncertainty values based on acceptable rules for reporting measurement and uncertianty values. |
![]() |
TMName | The name of the TerrainModel used by this IMensuration object. |
![]() |
Valid | Indicates if all the required system parameters and resources of this IMensuration have been successfully initialized. |
![]() |
Version | The version of this IMensuration. |
CoClasses that implement IMensuration
CoClasses and Classes | Description |
---|---|
CustomMensuration | Implenments interface IMensuration to provide custom basic mensuration service utilizing sensor models that are compliant with the Community Sensor Model (CSM) specification. |
Mensuration | Implenments interface IMensuration to provide commercial basic mensuration services for the Esri Mensuration System. |