new DynamicModel()
An optionally time-dynamic model.
Members
-
minimumPixelSize :Property
-
Gets or sets the Number
Property
specifying the model's approximate minimum pixel size regardless of zoom. -
scale :Property
-
Gets or sets the Number
Property
specifying the model's scale. -
show :Property
-
Gets or sets the boolean
Property
specifying the model's visibility. -
uri :Property
-
Gets or sets the string
Property
specifying the model's uri.
Methods
-
clone(result) → DynamicModel
-
Duplicates a DynamicModel instance.
Name Type Description result
DynamicModel optional The object onto which to store the result. Returns:
The modified result parameter or a new instance if one was not provided. -
merge(source)
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description source
DynamicModel The object to be merged into this object.