|
dmBridge PHP API
|
Inheritance diagram for UNLVSpatialAbstractSpatialObject:Encapsulates a "spatially enabled" DMObject. To "spatialize" a given DMObject, call spatializeObject().
Note that this class neither extends nor composes DMObject. Instead, its methods will be "added" to those in the DMObject class when the addAssociatedModel() method is called on the DMObject instance, with an instance of this class supplied as a parameter. (See the user's manual for an explanation of how dmBridge module models work.)
Definition at line 23 of file UNLVSpatialAbstractSpatialObject.php.
| UNLVSpatialAbstractSpatialObject::getSpatialDataSource | ( | ) |
Reimplemented in UNLVSpatialRectObject.
Definition at line 33 of file UNLVSpatialAbstractSpatialObject.php.
| UNLVSpatialAbstractSpatialObject::getSpatialModelClassName | ( | ) |
Definition at line 48 of file UNLVSpatialAbstractSpatialObject.php.
| UNLVSpatialAbstractSpatialObject::setSpatialDataSource | ( | $ | source | ) |
| string | source Either "metadata" (if parsed from object DC metadata); "local" (for indexed UNLVSpatial objects); or null. |
Reimplemented in UNLVSpatialRectObject.
Definition at line 41 of file UNLVSpatialAbstractSpatialObject.php.