Provides access to members that control parameters to the build footprints operation.
Members
Name | Description | |
---|---|---|
MaximumSliverSize | The maximum allowed size (in pixels) below which a polygon may be considered as a sliver. | |
MaximumValidDataValue | The maximum valid pixel value. | |
MaximumVertices | The maximum number of vertices in the computed footprint geometry. | |
MinimumCircularity | The circularity value below which a polygon is considered a sliver. | |
MinimumRegionSize | The minimum number of pixels used for computing valid region. | |
MinimumValidDataValue | The minimum valid pixel value. | |
RequestSize | The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item. A lower value in this parameter translates to a lower resolution raster and results in a coarser footprint geometry. |
IBuildFootprintsByRadiometryParameters2.MaximumSliverSize Property
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
Public Property MaximumSliverSize As Integer
public int MaximumSliverSize {get; set;}
IBuildFootprintsByRadiometryParameters2.MinimumCircularity Property
The circularity value below which a polygon is considered a sliver.
Public Property MinimumCircularity As Double
public double MinimumCircularity {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IBuildFootprintsByRadiometryParameters | Provides access to members that control parameters to the build footprints by Radiometry operation. |
Classes that implement IBuildFootprintsByRadiometryParameters2
Classes | Description |
---|---|
BuildFootprintsParameters | An object that controls how footrints of items in a mosaic dataset are computed. |