ArcGIS Runtime SDK for iOS: AGSFeatureServiceLayerIDInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSFeatureServiceLayerIDInfo Class Reference

Description

An object that represents the metadata for a Feature service layer.

You can get this object from AGSArcGISFeatureServiceInfo::layerInfos.

See also
AGSArcGISFeatureServiceInfo::layerInfos
Since
100.6
Inheritance diagram for AGSFeatureServiceLayerIDInfo:
AGSIDInfo AGSObject

Properties

BOOL defaultVisibility
 
AGSGeometryType geometryType
 
NSInteger ID
 
double maxScale
 
double minScale
 
NSString * name
 
AGSArcGISFeatureLayerInfoServiceType serviceType
 

Property Documentation

◆ defaultVisibility

- (BOOL) defaultVisibility
readnonatomicassign

Whether the features in the layer should be visible when loaded.

Since
100.6

◆ geometryType

- (AGSGeometryType) geometryType
readnonatomicassign

The type of geometry that all the features in the layer possess. For point, multipoint, polyline or polygon feature layers, this will be the type of the feature's geometry. For annotation and dimension feature layers, this will be AGSGeometryTypePolygon (referring to the outline of the text graphic). For tables, this will be AGSGeometryTypeUnknown.

Since
100.6

◆ ID

- (NSInteger) ID
readnonatomicassigninherited

The id info's id.

Will return -1 if an error occurs.

Since
100.0

◆ maxScale

- (double) maxScale
readnonatomicassign

The maximum scale at which the layer's contents will be visible. The layer is only visible when you are zoomed further out than the maxScale.

Since
100.6

◆ minScale

- (double) minScale
readnonatomicassign

The minimum scale at which the layer's contents will be visible. The layer is only visible when you are zoomed further in than the minScale. However, zero indicates that there is no minScale restriction.

Since
100.6

◆ name

- (NSString*) name
readnonatomiccopyinherited

The id info's name.

Since
100.0

◆ serviceType

- (AGSArcGISFeatureLayerInfoServiceType) serviceType
readnonatomicassign

The type of data held in the layer on the service. Indicates the type of data contained in the layer, e.g. table row, geometric feature, annotation or dimension feature.

Since
100.6