ArcGIS Runtime SDK for iOS
100.15
|
Defines the properties of the layer that contains facilities for a floor-aware map or scene.
The layer contains the footprints of managed facilities. A facility represents any occupiable structure, such as an office or campus building, retail setting, or industrial structure. Facilities have one or more floor levels and are optionally grouped into sites.
AGSGeoModelFloorDefinition
Instance Methods | |
(instancetype) | - initWithLayerID:facilityIDField:nameField:siteIDField: |
(nullable id) | - toJSON: |
Class Methods | |
(instancetype) | + facilityLayerDefinitionWithLayerID:facilityIDField:nameField:siteIDField: |
(nullable id< AGSJSONSerializable >) | + fromJSON:error: |
Properties | |
NSString * | facilityIDField |
NSString * | layerID |
NSString * | nameField |
NSString * | siteIDField |
NSDictionary< NSString *, id > * | unknownJSON |
NSDictionary< NSString *, id > * | unsupportedJSON |
+ (instancetype) facilityLayerDefinitionWithLayerID: | (NSString *) | layerID | |
facilityIDField: | (NSString *) | facilityIDField | |
nameField: | (NSString *) | nameField | |
siteIDField: | (NSString *) | siteIDField | |
Creates a new AGSFacilityLayerDefinition
object with the provided arguments.
layerID | An ID that specifies a layer in the map or scene that contains facilities. |
facilityIDField | The name of the attribute field that contains a facility feature's unique identifier. |
nameField | The name of the attribute field that contains a facility feature's name. |
siteIDField | The name of the attribute field that contains a facility feature's site identifier (a foreign key to the layer that contains sites). |
|
staticrequiredinherited |
Initializes and returns an object from its JSON representation.
JSONObject | NSDictionary or NSArray containing the JSON. |
error | encountered during the operation, if any. |
- (instancetype) initWithLayerID: | (NSString *) | layerID | |
facilityIDField: | (NSString *) | facilityIDField | |
nameField: | (NSString *) | nameField | |
siteIDField: | (NSString *) | siteIDField | |
Creates a new AGSFacilityLayerDefinition
object with the provided arguments.
layerID | An ID that specifies a layer in the map or scene that contains facilities. |
facilityIDField | The name of the attribute field that contains a facility feature's unique identifier. |
nameField | The name of the attribute field that contains a facility feature's name. |
siteIDField | The name of the attribute field that contains a facility feature's site identifier (a foreign key to the layer that contains sites). |
|
requiredinherited |
Returns JSON representation for this object.
error | encountered during the operation, if any. |
NSDictionary
or NSArray
containing the JSON. Reimplemented in AGSPortalItem.
|
readnonatomiccopy |
The name of the attribute field that contains a facility feature's unique identifier.
|
readnonatomiccopy |
An ID that specifies a layer in the map or scene that contains facilities. The layer provides access to facility features for floor filtering.
|
readnonatomiccopy |
The name of the attribute field that contains each facility feature's name.
|
readnonatomiccopy |
The name of the attribute field that contains a facility feature's site identifier (a foreign key to the site layer).
|
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.