|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GsElement
Defines the interface implemented by all geospatial features.
Geospatial features differ from other Mappable features in the following
ways:
GsFolder elements
rooted at a GsRoot
| Method Summary | ||
|---|---|---|
boolean |
equalsHierarchically(GsElement obj)
Determines equality of this element and another element based on the element's attributes and parent. |
|
boolean |
equalsNode(GsElement obj)
Determines equality of this element and another element based on the element's attributes, but not the element's parents. |
|
String |
getDescription()
Retrieves the description of this element. |
|
String |
getName()
Retrieves the name of this element. |
|
GsFolder |
getParent()
Retrieves the parent folder of this element. |
|
void |
setParent(GsFolder parent)
Sets the parent folder of this element. |
|
| Methods inherited from interface net.rim.device.api.lbs.maps.model.Mappable |
|---|
getStyleId, isClusterable |
| Methods inherited from interface net.rim.device.api.lbs.maps.Boxable |
|---|
getBoundingBox |
| Method Detail |
|---|
String getName()
String getDescription()
GsFolder getParent()
void setParent(GsFolder parent)
parent - The parent folder of this element.boolean equalsNode(GsElement obj)
obj - The GsElement to compare to.
true if the elements are equal, false
otherwise.boolean equalsHierarchically(GsElement obj)
obj - The GsElement to compare to.
true if the elements are equal and have the same
parent, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal