DataDependency

Description

The DataDependency class is used to store a single value or to get map scale values.

Inheritance Hierarchy

          NSObject

          DataDependency

Comments

The class purpose depends on the value of the isDependent property. If this property is set to YES, the considered class is used to get scale value, if the value is NO, the considered class is used to store a single value.

Properties

dataSource. Data source.

isDependent. The purpose of the DataDependency class.

scale. Map scale.

value. Value stored by the DataDependency class.

Static Methods

dependency. Creates an object for the DataDependency class.

See also:

Classes | Working with Common Classes