ArcGISStreamServiceInfo class final
Metadata for an ArcGIS stream service.
An object of this type is provided by the ArcGISStreamService.serviceInfo property after loading the data source.
To learn about ArcGIS stream services see: ArcGIS Server - Stream Services in the ArcGIS Enterprise documentation.
- Implemented types
Properties
- archiveMaximumFeatureAge → double
-
The maximum time (in seconds) until the latest (last known) features are
purged from the feature layer.
no setter
- archiveServiceUri → Uri?
-
The URL of the feature service with the last known observation for each
track.
no setter
- archiveUpdateInterval → int
-
The frequency (in milliseconds) at which a snapshot of incoming
observations is saved to the archive.
no setter
- currentVersion → String
-
The current version of the ArcGIS stream service.
no setter
- description → String
-
The description of the ArcGIS stream service.
no setter
- drawingInfo → DrawingInfo?
-
The ArcGIS stream service drawing info.
no setter
- endTimeField → String
-
The name of the field in the track-aware service that contains end time.
no setter
-
fields
→ List<
Field> -
The ArcGIS stream service's field definitions.
no setter
- geometryField → String
-
The name of the field that stores geometry.
no setter
- geometryType → GeometryType
-
The type of geometry.
no setter
- globalIdField → String
-
The name of the field that stores a unique global identifier.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectIdField → String
-
The name of the field that stores a unique object ID.
no setter
-
The name of a field in the feature service identified by
ArcGISStreamServiceInfo.relatedFeaturesUri that relates features in that
service to features in the stream service.
no setter
-
The URL of a feature service that contains features related to the stream
service.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spatialReference → SpatialReference
-
The SpatialReference of this stream service.
no setter
- startTimeField → String
-
The name of the field in the track-aware service that contains start time.
no setter
- trackIdField → String
-
The name of the field in the track-aware service that contains track ID.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited