new ModelGraphics()
An optionally time-dynamic model.
Members
-
readonlydefinitionChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
minimumPixelSize :Property
-
Gets or sets the Number
Propertyspecifying the model's approximate minimum pixel size regardless of zoom. -
scale :Property
-
Gets or sets the Number
Propertyspecifying the model's scale. -
show :Property
-
Gets or sets the boolean
Propertyspecifying the model's visibility. -
uri :Property
-
Gets or sets the string
Propertyspecifying the model's uri.
Methods
-
clone(result) → ModelGraphics
-
Duplicates a ModelGraphics instance.
Name Type Description resultModelGraphics 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 sourceModelGraphics The object to be merged into this object.
