ArcGIS Runtime SDK for iOS: AGSTransportationNetworkDataset Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSTransportationNetworkDataset Class Reference

Description

A transportation network dataset.

Instances of this class represent a transportation network dataset in a local geodatabase (.geodatabase file)

Since
100
Inheritance diagram for AGSTransportationNetworkDataset:
AGSObject <AGSGeodatabaseDataset>

Properties

NSString * alias
 
AGSGeodatabasegeodatabase
 
NSString * name
 

Property Documentation

◆ alias

- (NSString*) alias
readnonatomiccopy

The user-friendly name of the dataset

Since
100

◆ geodatabase

- (AGSGeodatabase*) geodatabase
readnonatomicstronginherited

The geodatabase within which the dataset resides

Since
100

◆ name

- (NSString*) name
readnonatomiccopyinherited

The name of the dataset

Since
100