GeoJsonOptionsWriteBoundingBoxes Property |
Determines if GeoJSON objects should be included information on the coordinate range for its Geometries.
If set to , a member "bbox" is generated for each geometry (not null) when it's added to the layer.
Default value is .
Namespace:
Aspose.Gis.Formats.GeoJson
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic bool WriteBoundingBoxes { get; set; }
Public Property WriteBoundingBoxes As Boolean
Get
Set
public:
property bool WriteBoundingBoxes {
bool get ();
void set (bool value);
}
member WriteBoundingBoxes : bool with get, set
Property Value
Type:
Boolean
Remarks
This is a creation option - it does not affect opening.
See Also