|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.micello.mapapi.data.Entity
public class Entity
This class encapsulates an Entity object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.micello.mapapi.data.InfoObject |
|---|
InfoObject.InfoObjectType, InfoObject.StandardDetailInfo |
| Field Summary |
|---|
| Fields inherited from interface com.micello.mapapi.data.InfoObject |
|---|
DETAIL_CUSTOM, DETAIL_HTML, DETAIL_NONE, DETAIL_STANDARD, DETAIL_SUPPRESS, DETAIL_URL_HTML, DETAIL_URL_VALUES, DETAIL_VALUE_LIST |
| Constructor Summary | |
|---|---|
Entity()
|
|
| Method Summary | |
|---|---|
java.util.List<EntityAddress> |
getAddressList()
This method returns the addresses for this Entity. |
java.lang.Object |
getDetailObject()
This method returns the detail object for the entity. |
int |
getDetailType()
This method returns the detail type for the entity. |
int |
getId()
This method returns the entity ID. |
java.lang.String |
getName()
This method returns the text name for an entity. |
MStyle |
getOverrideStyle()
This method returns the override style for the entity, if there is onw. |
java.lang.String |
getStyleName()
This returns the style name for the entity. |
static Entity |
load(JSONObject json)
This method loads the geometry from a JSON object. |
java.lang.String |
toString()
This method returns a display string for the entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Entity()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getId()
public java.util.List<EntityAddress> getAddressList()
public java.lang.String getStyleName()
public MStyle getOverrideStyle()
public int getDetailType()
getDetailType in interface InfoObjectpublic java.lang.Object getDetailObject()
getDetailType;
getDetailObject in interface InfoObjectpublic java.lang.String getName()
getName in interface InfoObject
public static Entity load(JSONObject json)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||