27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
29 #import <ArcGIS/AGSJSONSerializable.h>
50 #pragma mark initializers
75 #pragma mark properties
Defines the properties of the layer that contains facilities for a floor-aware map or scene.
Definition: AGSFacilityLayerDefinition.h:41
Contains floor-awareness settings for a map or scene.
Definition: AGSGeoModelFloorDefinition.h:47
AGSFacilityLayerDefinition * facilityLayerDefinition
Definition: AGSGeoModelFloorDefinition.h:80
AGSSiteLayerDefinition * siteLayerDefinition
Definition: AGSGeoModelFloorDefinition.h:90
AGSLevelLayerDefinition * levelLayerDefinition
Definition: AGSGeoModelFloorDefinition.h:85
Defines the properties of the layer that contains floor levels for a floor-aware map or scene.
Definition: AGSLevelLayerDefinition.h:39
Definition: AGSObject.h:28
Defines the properties of the layer that contains sites for a floor-aware map or scene.
Definition: AGSSiteLayerDefinition.h:40
A protocol to convert objects to and from JSON.
Definition: AGSJSONSerializable.h:38