An object of this type is provided by the ArcGISStreamService.serviceInfoProperty()
property after loading the data
source.
To learn about ArcGIS stream services see: ArcGIS Server - Stream Services in the ArcGIS Enterprise documentation.
- Since:
- 200.1.0
-
Property Summary
TypePropertyDescriptionThe maximum time (in seconds) until the latest (last known) features are purged from the feature layer.The URL of the feature service with the last known observation for each track.The frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive.The current version of the ArcGIS stream service.The description of the ArcGIS stream service.The ArcGIS stream service drawing info.The name of the field in the track-aware service that contains end time.The name of the field that stores geometry.The type of geometry.The name of the field that stores a unique global identifier.The name of the field that stores a unique object ID.The name of a field in the feature service identified byrelatedFeaturesUrlProperty()
that relates features in that service to features in the stream service.The URL of a feature service that contains features related to the stream service.TheSpatialReference
of this stream service.The name of the field in the track-aware service that contains start time.The name of the field in the track-aware service that contains track ID. -
Method Summary
Modifier and TypeMethodDescriptionThe maximum time (in seconds) until the latest (last known) features are purged from the feature layer.The URL of the feature service with the last known observation for each track.The frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive.The current version of the ArcGIS stream service.The description of the ArcGIS stream service.The ArcGIS stream service drawing info.The name of the field in the track-aware service that contains end time.The name of the field that stores geometry.The type of geometry.double
Gets the value of thearchiveMaximumFeatureAge
property.Gets the value of thearchiveServiceUrl
property.long
Gets the value of thearchiveUpdateInterval
property.Gets the value of thecurrentVersion
property.Gets the value of thedescription
property.Gets the value of thedrawingInfo
property.Gets the value of theendTimeField
property.Gets the ArcGIS stream service's field definitions.Gets the value of thegeometryField
property.Gets the value of thegeometryType
property.Gets the value of theglobalIdField
property.Gets the value of theobjectIdField
property.Gets the value of therelatedFeaturesJoinField
property.Gets the value of therelatedFeaturesUrl
property.Gets the value of thespatialReference
property.Gets the value of thestartTimeField
property.Gets the value of thetrackIdField
property.The name of the field that stores a unique global identifier.The name of the field that stores a unique object ID.The name of a field in the feature service identified byrelatedFeaturesUrlProperty()
that relates features in that service to features in the stream service.The URL of a feature service that contains features related to the stream service.TheSpatialReference
of this stream service.The name of the field in the track-aware service that contains start time.The name of the field in the track-aware service that contains track ID.
-
Property Details
-
archiveMaximumFeatureAge
The maximum time (in seconds) until the latest (last known) features are purged from the feature layer.The default is 0 which means never expire.
- Since:
- 200.1.0
- See Also:
-
archiveServiceUrl
The URL of the feature service with the last known observation for each track.- Since:
- 200.1.0
- See Also:
-
archiveUpdateInterval
The frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive.The default is 30.
- Since:
- 200.1.0
- See Also:
-
currentVersion
The current version of the ArcGIS stream service.- Since:
- 200.1.0
- See Also:
-
description
The description of the ArcGIS stream service.- Since:
- 200.1.0
- See Also:
-
drawingInfo
The ArcGIS stream service drawing info.- Since:
- 200.1.0
- See Also:
-
endTimeField
The name of the field in the track-aware service that contains end time.- Since:
- 200.1.0
- See Also:
-
geometryField
The name of the field that stores geometry.- Since:
- 200.1.0
- See Also:
-
geometryType
The type of geometry.- Since:
- 200.1.0
- See Also:
-
globalIdField
The name of the field that stores a unique global identifier.- Since:
- 200.1.0
- See Also:
-
objectIdField
The name of the field that stores a unique object ID.- Since:
- 200.1.0
- See Also:
-
spatialReference
TheSpatialReference
of this stream service.The default is WGS84 (4326).
- Since:
- 200.1.0
- See Also:
-
startTimeField
The name of the field in the track-aware service that contains start time.- Since:
- 200.1.0
- See Also:
-
trackIdField
The name of the field in the track-aware service that contains track ID.- Since:
- 200.1.0
- See Also:
-
-
Method Details
-
archiveMaximumFeatureAgeProperty
The maximum time (in seconds) until the latest (last known) features are purged from the feature layer.The default is 0 which means never expire.
- Returns:
- the
archiveMaximumFeatureAge
property - Since:
- 200.1.0
- See Also:
-
getArchiveMaximumFeatureAge
public double getArchiveMaximumFeatureAge()Gets the value of thearchiveMaximumFeatureAge
property.- Property description:
- The maximum time (in seconds) until the latest (last known) features are purged from the feature layer.
The default is 0 which means never expire.
- Returns:
- the value of the
archiveMaximumFeatureAge
property - Since:
- 200.1.0
- See Also:
-
archiveServiceUrlProperty
The URL of the feature service with the last known observation for each track.- Returns:
- the
archiveServiceUrl
property - Since:
- 200.1.0
- See Also:
-
getArchiveServiceUrl
Gets the value of thearchiveServiceUrl
property.- Property description:
- The URL of the feature service with the last known observation for each track.
- Returns:
- the value of the
archiveServiceUrl
property - Since:
- 200.1.0
- See Also:
-
archiveUpdateIntervalProperty
The frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive.The default is 30.
- Returns:
- the
archiveUpdateInterval
property - Since:
- 200.1.0
- See Also:
-
getArchiveUpdateInterval
public long getArchiveUpdateInterval()Gets the value of thearchiveUpdateInterval
property.- Property description:
- The frequency (in milliseconds) at which a snapshot of incoming observations is saved to the archive.
The default is 30.
- Returns:
- the value of the
archiveUpdateInterval
property - Since:
- 200.1.0
- See Also:
-
currentVersionProperty
The current version of the ArcGIS stream service.- Returns:
- the
currentVersion
property - Since:
- 200.1.0
- See Also:
-
getCurrentVersion
Gets the value of thecurrentVersion
property.- Property description:
- The current version of the ArcGIS stream service.
- Returns:
- the value of the
currentVersion
property - Since:
- 200.1.0
- See Also:
-
descriptionProperty
The description of the ArcGIS stream service.- Returns:
- the
description
property - Since:
- 200.1.0
- See Also:
-
getDescription
Gets the value of thedescription
property.- Property description:
- The description of the ArcGIS stream service.
- Returns:
- the value of the
description
property - Since:
- 200.1.0
- See Also:
-
drawingInfoProperty
The ArcGIS stream service drawing info.- Returns:
- the
drawingInfo
property - Since:
- 200.1.0
- See Also:
-
getDrawingInfo
Gets the value of thedrawingInfo
property.- Property description:
- The ArcGIS stream service drawing info.
- Returns:
- the value of the
drawingInfo
property - Since:
- 200.1.0
- See Also:
-
endTimeFieldProperty
The name of the field in the track-aware service that contains end time.- Returns:
- the
endTimeField
property - Since:
- 200.1.0
- See Also:
-
getEndTimeField
Gets the value of theendTimeField
property.- Property description:
- The name of the field in the track-aware service that contains end time.
- Returns:
- the value of the
endTimeField
property - Since:
- 200.1.0
- See Also:
-
getFields
Gets the ArcGIS stream service's field definitions.- Returns:
- the ArcGIS stream service's field definitions
- Since:
- 200.1.0
-
geometryFieldProperty
The name of the field that stores geometry.- Returns:
- the
geometryField
property - Since:
- 200.1.0
- See Also:
-
getGeometryField
Gets the value of thegeometryField
property.- Property description:
- The name of the field that stores geometry.
- Returns:
- the value of the
geometryField
property - Since:
- 200.1.0
- See Also:
-
geometryTypeProperty
The type of geometry.- Returns:
- the
geometryType
property - Since:
- 200.1.0
- See Also:
-
getGeometryType
Gets the value of thegeometryType
property.- Property description:
- The type of geometry.
- Returns:
- the value of the
geometryType
property - Since:
- 200.1.0
- See Also:
-
globalIdFieldProperty
The name of the field that stores a unique global identifier.- Returns:
- the
globalIdField
property - Since:
- 200.1.0
- See Also:
-
getGlobalIdField
Gets the value of theglobalIdField
property.- Property description:
- The name of the field that stores a unique global identifier.
- Returns:
- the value of the
globalIdField
property - Since:
- 200.1.0
- See Also:
-
objectIdFieldProperty
The name of the field that stores a unique object ID.- Returns:
- the
objectIdField
property - Since:
- 200.1.0
- See Also:
-
getObjectIdField
Gets the value of theobjectIdField
property.- Property description:
- The name of the field that stores a unique object ID.
- Returns:
- the value of the
objectIdField
property - Since:
- 200.1.0
- See Also:
-
getRelatedFeaturesJoinField
Gets the value of therelatedFeaturesJoinField
property.- Property description:
- The name of a field in the feature service identified by
relatedFeaturesUrlProperty()
that relates features in that service to features in the stream service.Values in the join field must match track ID values in the
trackIdFieldProperty()
of the stream service. - Returns:
- the value of the
relatedFeaturesJoinField
property - Since:
- 200.1.0
- See Also:
-
getRelatedFeaturesUrl
Gets the value of therelatedFeaturesUrl
property.- Property description:
- The URL of a feature service that contains features related to the stream service.
The field name provided for
relatedFeaturesJoinFieldProperty()
is used to match track ID values in the feature service totrackIdFieldProperty()
values in the stream service. - Returns:
- the value of the
relatedFeaturesUrl
property - Since:
- 200.1.0
- See Also:
-
spatialReferenceProperty
TheSpatialReference
of this stream service.The default is WGS84 (4326).
- Returns:
- the
spatialReference
property - Since:
- 200.1.0
- See Also:
-
getSpatialReference
Gets the value of thespatialReference
property.- Property description:
- The
SpatialReference
of this stream service.The default is WGS84 (4326).
- Returns:
- the value of the
spatialReference
property - Since:
- 200.1.0
- See Also:
-
startTimeFieldProperty
The name of the field in the track-aware service that contains start time.- Returns:
- the
startTimeField
property - Since:
- 200.1.0
- See Also:
-
getStartTimeField
Gets the value of thestartTimeField
property.- Property description:
- The name of the field in the track-aware service that contains start time.
- Returns:
- the value of the
startTimeField
property - Since:
- 200.1.0
- See Also:
-
trackIdFieldProperty
The name of the field in the track-aware service that contains track ID.- Returns:
- the
trackIdField
property - Since:
- 200.1.0
- See Also:
-
getTrackIdField
Gets the value of thetrackIdField
property.- Property description:
- The name of the field in the track-aware service that contains track ID.
- Returns:
- the value of the
trackIdField
property - Since:
- 200.1.0
- See Also:
-