SpatialDataSetStats interface
Statistics about the content and processing time of a XML feed.
Properties
num |
The number of characters in the XML feed. |
num |
Number of KML Ground Overlays in the XML feed. |
num |
Number of GeoJSON LineString objects in the XML feed. |
num |
The number of network links in the XML feed. |
num |
Number of GeoJSON Point objects in the XML feed. |
num |
Number of GeoJSON Polygon objects in the XML feed. |
num |
Number of atlas.data.Position objects in the XML feed. |
processing |
The amount of time in ms it took to process the XML feed. |
Property Details
numCharacters
The number of characters in the XML feed.
numCharacters?: number
Property Value
number
numGroundOverlays
Number of KML Ground Overlays in the XML feed.
numGroundOverlays?: number
Property Value
number
numLineStrings
Number of GeoJSON LineString objects in the XML feed.
numLineStrings?: number
Property Value
number
numNetworkLinks
The number of network links in the XML feed.
numNetworkLinks?: number
Property Value
number
numPoints
Number of GeoJSON Point objects in the XML feed.
numPoints?: number
Property Value
number
numPolygons
Number of GeoJSON Polygon objects in the XML feed.
numPolygons?: number
Property Value
number
numPositions
Number of atlas.data.Position objects in the XML feed.
numPositions?: number
Property Value
number
processingTime
The amount of time in ms it took to process the XML feed.
processingTime?: number
Property Value
number