Arc GISFeature Service Info
An object that represents the service metadata for an ArcGIS Feature Service.
Properties
True if the service allows curve geometries to be updated. This property can only be true if ArcGISFeatureServiceInfo.getSupportsTrueCurve() is true.
The service's layers. The IdInfo provides basic layer metadata. Each IdInfo can be cast to a FeatureServiceLayerIdInfo for more detailed metadata.
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.getAllowTrueCurvesUpdates() is true.
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 ArcGISRuntimeEnvironment.getServiceCurveGeometryMode() to change this behavior.