27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSIDInfo.h>
29 #import <ArcGIS/AGSGeometry.h>
30 #import <ArcGIS/AGSArcGISFeatureLayerInfoServiceType.h>
43 #pragma mark initializers
48 #pragma mark properties
68 @property (nonatomic, assign, readonly)
double maxScale;
74 @property (nonatomic, assign, readonly)
double minScale;
AGSArcGISFeatureLayerInfoServiceType
Definition: AGSArcGISFeatureLayerInfoServiceType.h:37
AGSGeometryType
Definition: AGSGeometry.h:49
An object that represents the metadata for a Feature service layer.
Definition: AGSFeatureServiceLayerIDInfo.h:41
double minScale
Definition: AGSFeatureServiceLayerIDInfo.h:74
double maxScale
Definition: AGSFeatureServiceLayerIDInfo.h:68
BOOL defaultVisibility
Definition: AGSFeatureServiceLayerIDInfo.h:53
AGSGeometryType geometryType
Definition: AGSFeatureServiceLayerIDInfo.h:62
AGSArcGISFeatureLayerInfoServiceType serviceType
Definition: AGSFeatureServiceLayerIDInfo.h:81
Metadata for a service.
Definition: AGSIDInfo.h:37