ArcGIS Runtime SDK for iOS: AGSGeoModel.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSGeoModel.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 2022 ESRI
3 
4  All rights reserved under the copyright laws of the United States
5  and applicable international laws, treaties, and conventions.
6 
7  This material is licensed for use under the Esri Master License
8  Agreement (MLA), and is bound by the terms of that agreement.
9  You may redistribute and use this code without modification,
10  provided you adhere to the terms of the MLA and include this
11  copyright notice.
12 
13  See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
14 
15  For additional information, contact:
16  Environmental Systems Research Institute, Inc.
17  Attn: Contracts and Legal Services Department
18  380 New York Street
19  Redlands, California, 92373
20  USA
21 
22  email: contracts@esri.com
23  */
24  //Required for Globals API doc
26 
27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSLoadableBase.h>
29 
30 
31 
32 @class AGSBookmark;
33 @class AGSFeatureTable;
34 @class AGSFloorManager;
36 @class AGSGeotriggersInfo;
37 @class AGSItem;
38 @class AGSLayer;
39 @class AGSLoadSettings;
40 @class AGSSpatialReference;
42 
54 
55 #pragma mark -
56 #pragma mark initializers
57 
58 
59 
60 #pragma mark -
61 #pragma mark properties
62 
67 @property (nonatomic, strong, readonly) NSMutableArray<AGSBookmark *> *bookmarks;
68 
75 @property (nullable, nonatomic, strong, readonly) AGSItem *item;
76 
83 @property (nonatomic, strong, readwrite) AGSLoadSettings *loadSettings;
84 
96 @property (nonatomic, strong, readonly) NSMutableArray<AGSLayer *> *operationalLayers;
97 
105 @property (nullable, nonatomic, strong, readonly) AGSSpatialReference *spatialReference;
106 
114 @property (nonatomic, strong, readonly) NSMutableArray<AGSFeatureTable *> *tables;
115 
127 @property (nonatomic, copy, readonly) NSArray<AGSTransportationNetworkDataset *> *transportationNetworks;
128 
135 @property (nonatomic, copy, readonly) NSString *version;
136 
146 @property (nullable, nonatomic, strong, readwrite) AGSGeoModelFloorDefinition *floorDefinition;
147 
156 @property (nullable, nonatomic, strong, readonly) AGSFloorManager *floorManager;
157 
170 @property (nonatomic, strong, readonly) AGSGeotriggersInfo *geotriggersInfo;
171 
172 #pragma mark -
173 #pragma mark methods
174 
175 @end
176 
177 
A geographic or time location for quick navigation.
Definition: AGSBookmark.h:37
A source for dataset containing geographic features or non-spatial records.
Definition: AGSFeatureTable.h:65
Manages the data displayed by a floor-aware map or scene, allowing filtering based on floor levels.
Definition: AGSFloorManager.h:53
Contains floor-awareness settings for a map or scene.
Definition: AGSGeoModelFloorDefinition.h:47
A base class for either an AGSMap or an AGSScene.
Definition: AGSGeoModel.h:54
NSMutableArray< AGSFeatureTable * > * tables
Definition: AGSGeoModel.h:114
NSArray< AGSTransportationNetworkDataset * > * transportationNetworks
Definition: AGSGeoModel.h:127
AGSItem * item
Definition: AGSGeoModel.h:75
AGSLoadSettings * loadSettings
Definition: AGSGeoModel.h:83
AGSFloorManager * floorManager
Definition: AGSGeoModel.h:156
NSString * version
Definition: AGSGeoModel.h:135
NSMutableArray< AGSLayer * > * operationalLayers
Definition: AGSGeoModel.h:96
AGSGeotriggersInfo * geotriggersInfo
Definition: AGSGeoModel.h:170
AGSGeoModelFloorDefinition * floorDefinition
Definition: AGSGeoModel.h:146
AGSSpatialReference * spatialReference
Definition: AGSGeoModel.h:105
NSMutableArray< AGSBookmark * > * bookmarks
Definition: AGSGeoModel.h:67
Presents information on an array of AGSGeotrigger objects defined for an AGSGeoModel.
Definition: AGSGeotriggersInfo.h:71
Object representing a unit of content.
Definition: AGSItem.h:43
An abstract base class for all layers.
Definition: AGSLayer.h:201
Settings for layers in a Map or Scene.
Definition: AGSLoadSettings.h:42
A base class for loadables.
Definition: AGSLoadableBase.h:45
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49
A transportation network dataset.
Definition: AGSTransportationNetworkDataset.h:37