Provides access to members that control parameters to the build footprints by shrinking operation.
Members
Name | Description | |
---|---|---|
ShrinkDistance | The shrink distance in the coordinate system of the geometry column of the mosaic catalog. | |
SnapEdgesTolerance | The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster. | |
SnapEdgesToleranceInPixels | The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster. |
IBuildFootprintsByShrinkingParameters.ShrinkDistance Property
The shrink distance in the coordinate system of the geometry column of the mosaic catalog.
Public Property ShrinkDistance As Double
public double ShrinkDistance {get; set;}
IBuildFootprintsByShrinkingParameters.SnapEdgesTolerance Property
The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster.
Public Property SnapEdgesTolerance As Double
public double SnapEdgesTolerance {get; set;}
IBuildFootprintsByShrinkingParameters.SnapEdgesToleranceInPixels Property
The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster.
Public Property SnapEdgesToleranceInPixels As Integer
public int SnapEdgesToleranceInPixels {get; set;}
Classes that implement IBuildFootprintsByShrinkingParameters
Classes | Description |
---|---|
BuildFootprintsParameters | An object that controls how footrints of items in a mosaic dataset are computed. |