ArcGIS Runtime SDK for iOS
100.15
|
Information about an individual sublayer in an ArcGIS Map Service.
Instances of this class represent information about an individual sublayer in an ArcGIS Map Service.
Instance Methods | |
(nullable AGSField *) | - fieldWithName: |
(nullable id) | - toJSON: |
Class Methods | |
(nullable id< AGSJSONSerializable >) | + fromJSON:error: |
- (nullable AGSField*) fieldWithName: | (NSString *) | name |
Convenience method to retrieve field by name from the fields
collection.
name | Name of a field to retrieve. |
|
staticrequiredinherited |
Initializes and returns an object from its JSON representation.
JSONObject | NSDictionary or NSArray containing the JSON. |
error | encountered during the operation, if any. |
|
requiredinherited |
Returns JSON representation for this object.
error | encountered during the operation, if any. |
NSDictionary
or NSArray
containing the JSON. Reimplemented in AGSPortalItem.
|
readnonatomiccopy |
Attribution information of the sublayer
|
readnonatomicassign |
Indicates whether the sublayer supports modifying its renderer and/or its data source.
|
readnonatomicassign |
Indicates whether the text and symbols on the sublayer will be resized as the map scale varies.
|
readnonatomicstrong |
Capabilities of the ArcGIS Map Service that this sublayer belongs to
|
readnonatomicassign |
Indicates whether data in the service is versioned
|
readnonatomiccopy |
The code for the default feature subtype of this sublayer
|
readnonatomicassign |
Indicates whether the sublayer is visible or not by default
|
readnonatomiccopy |
The sublayer's definition expression. The definition expression string uses the SQL-92 where clause syntax (https://en.wikipedia.org/wiki/SQL-92). Be sure to escape special characters in the expression string as required for your platform. The DATE keyword expects the date format yyyy-mm-dd and the TIMESTAMP keyword expects the time stamp format yyyy-mm-dd hh:mm:ss. See the ArcGIS Blog article entitled "Querying Feature Services Date-Time Queries" (https://www.esri.com/arcgis-blog/products/api-rest/data-management/querying-feature-services-date-time-queries/) for more information.
|
readnonatomiccopy |
The field which should be used to display a title for features in this sublayer
|
readnonatomicstrong |
Information about how features in the sublayer should be displayed
|
readnonatomicassign |
The maximum scale at which this sublayer or any of its parents is visible. If the map is zoomed in beyond this scale, the sublayer will not be visible.
|
readnonatomicassign |
The minimum scale at which this sublayer or any of its parents is visible. If the map is zoomed out beyond this scale, the sublayer will not be visible.
|
readnonatomicstrong |
The geographic extent this sublayer covers
|
readnonatomiccopy |
The list of feature subtypes available for this sublayer. For example, a roads sublayer may contain 2 feature sub-types : highways and streets.
|
readnonatomiccopy |
A collection of AGSFeatureType
objects representing feature sub-types in the sublayer. For example, a roads sublayer may contain 2 feature sub-types : highways and streets.
|
readnonatomiccopy |
The attribute fields (columns) available in this sublayer's data. The property is an array of AGSField
objects.
|
readnonatomicassign |
The type of geometry contained by features in the sublayer.
|
readnonatomicassign |
Indicates whether features may have attachments.
|
readnonatomicassign |
Indicates whether this sublayer has labels defined.
|
readnonatomicassign |
Indicates whether features may contain M values
|
readnonatomicassign |
Indicates whether features may contain Z values
|
readnonatomicassign |
The maximum number of results returned by the service for any query operation
|
readnonatomicassign |
The maximum scale at which this sublayer is visible. If the map is zoomed in beyond this scale, the sublayer will not be visible.
effectiveMaxScale
|
readnonatomicassign |
The minimum scale at which this sublayer is visible. If the map is zoomed out beyond this scale, the sublayer will not be visible.
effectiveMinScale
|
readnonatomicstrong |
Information about ownership-based access policies governing who can edit, delete, and query features.
|
readnonatomicstrong |
Information about this sublayer's parent sublayer. If nil, the sublayer has no parent and is at the root of the ArcGIS Map Service.
|
readnonatomiccopy |
Information about this sublayer's relationships with other sublayers in the ArcGIS Map Service
|
readnonatomiccopy |
Description of the ArcGIS Map Service that this sublayer belongs to
|
readnonatomicassign |
ID of the sublayer in the ArcGIS Map Service.
|
readnonatomiccopy |
Name of the sublayer in the ArcGIS Map Service.
|
readnonatomiccopy |
Information about this sublayer's nested (child) sublayers.
|
readnonatomicassign |
The type of sublayer in the ArcGIS Map Service
|
readnonatomiccopy |
The name of the field which contains the sub-type information for each feature in this sublayer
featureSubtypes
|
readnonatomicassign |
Indicates whether the sublayer supports order-by and group-by functions in query operations.
|
readnonatomicassign |
Indicates whether the sublayer supports statistical functions in query operations.
|
readnonatomicstrong |
Time information for the sublayer, such as start time field, end time field, track id field, layers time extent and the draw time interval. Only applicable if the sublayer is time aware.
|
readnonatomiccopy |
The name of the field which contains the sub-type information for each feature.
|
readrequirednonatomiccopyinherited |
A dictionary of values that was in the source JSON but was unparsed by API.
NSDictionary
containing the unknown JSON.
|
readnonatomiccopyinherited |
A dictionary of values that are supported by the REST API, but not exposed through the SDK API.
NSDictionary
containing the unsupported JSON.
|
readnonatomicstrong |
The URL of the ArcGIS Map Service sublayer.
|
readnonatomicassign |
Indicates whether the sublayer requires the use of standardized queries to help prevent SQL injection attacks.
|
readnonatomiccopy |
The version of the ArcGIS Map Service