GeoJsonOptionsReadBoundingBoxes Property |
Determines if Bounding Boxes ('bbox') should be read as attributes with a name 'bbox_0', 'bbox_1', etc.
Default value is
.
The
NestedPropertiesSeparator string is used in bbox_0, bbox_1,.. names.
Namespace:
Aspose.Gis.Formats.GeoJson
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic bool ReadBoundingBoxes { get; set; }
Public Property ReadBoundingBoxes As Boolean
Get
Set
public:
property bool ReadBoundingBoxes {
bool get ();
void set (bool value);
}
member ReadBoundingBoxes : bool with get, set
Property Value
Type:
Boolean
Remarks
This is reading option - it does not affect writing.
See Also