ArcGISFeatureServiceInfo

An object that represents the service metadata for an ArcGIS Feature Service.

Since

200.1.0

Properties

Link copied to clipboard

True if the service allows geometry updates.

Link copied to clipboard

True if the service allows curve geometries to be updated. This property can only be true if ArcGISFeatureServiceInfo.supportsTrueCurve is true.

Link copied to clipboard

The service's attribution.

Link copied to clipboard

The service's description.

Link copied to clipboard

The service's document info.

Link copied to clipboard

The service's editor tracking info.

Link copied to clipboard
Link copied to clipboard

The service's full extent.

Link copied to clipboard

True if the service has static data.

Link copied to clipboard

True if the service has sync enabled.

Link copied to clipboard

True if the service has versioned data.

Link copied to clipboard

The service's initial extent.

Link copied to clipboard

The service's layers. The IdInfo provides basic layer metadata. Each IdInfo can be cast to a FeatureServiceLayerIdInfo for more detailed metadata.

Link copied to clipboard

The service's max record count.

True if the service only allows curve geometries to be updated by client code that identifies itself as a true curve-enabled client, indicating that client editing workflows account for curve segments correctly. This property can only be true if ArcGISFeatureServiceInfo.allowTrueCurvesUpdates is true.

Link copied to clipboard

The service's service description.

Link copied to clipboard

The service's spatial reference.

Link copied to clipboard

True if the service supports disconnected editing.

Link copied to clipboard

True if the service supports curve segments in feature geometries. Some services support storing feature geometries with curve segments. By default, these services return densified versions of the feature geometries instead. Use ArcGISEnvironment.serviceCurveGeometryMode to change this behavior.

Link copied to clipboard

The service's sync capabilities.

Link copied to clipboard

The service's tables.

Link copied to clipboard

Units used by the service.

Link copied to clipboard
val url: String?

The service's URL.

Link copied to clipboard

The service's current version.

Link copied to clipboard

The service's default z value.

Link copied to clipboard

True if the service defaults z values.