RpfQuery.BoundsPolygons Property
Gets or sets a flag indicating if the dataset should generate coverage polygons.
Syntax
public System.Boolean BoundsPolygons { get; set; }
Property Value
Default: false
True if bounding polygons are created, False otherwise.
Remarks
If this value is True, polygon features representing RPF bounding rectangles are returned. Usually only those rectangles visible in the view will be returned. However, if the ReadRasters property is False, and a query area is not specified (e.g. through a call to DataSet.GetFeatures), all bounding rectangles will be returned.
Each RPF bounding rectangle is split into many separate frames, each one stored as a separate file in the RPF distribution. Information about the individual frame files can not be extracted using this method.
The attributes set on each polygon are:
path (string): The RPF distribution directory, where the corresponding A.TOC file is located.
cellWidth (double): The cell width of the rasters in the bounding rectangle, in meters.
cellHeight (double): The cell height of the rasters in the bounding rectangle, in meters.
description (string): A short description of the bounding rectangle, including CADRG zone number and scale.
tocSecurityClass (string): Security classification for distribution.
tocSecurityCountry (string): Security country for distribution.
tocSecurityReleaseMarking (string): Security release marking for distribution.
governingStandardNumber (string): Governing standard for distribution.
governingStandardDate (string): Governing standard date for distribution.
Platforms
Windows, Linux, Android