|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.MapGraphic
public abstract class MapGraphic
A graphical GIS map entity consisting of geometry, data, style, and datatype.
| Constructor Summary | |
|---|---|
MapGraphic()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones this object. |
void |
copyStateFrom(MapGraphic nother)
Override to implement state copying and cloning. |
int |
getDataID()
Gets the value of dataID |
java.lang.String |
getDataType()
Data type of the graphic, used to define the data fields, labels, etc. |
abstract java.lang.String |
getGeometryType()
The type of geometry the graphic represents (e.g. |
java.lang.String |
getGraphicType()
Thematic category of the graphic, used for legending. |
void |
setDataID(int argDataID)
Sets the value of dataID |
void |
setDataType(java.lang.String newType)
|
void |
setGraphicType(java.lang.String newType)
|
java.lang.String |
toString()
Returns the graphic type plus the text of the standard properties. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapGraphic()
| Method Detail |
|---|
public abstract java.lang.String getGeometryType()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic void copyStateFrom(MapGraphic nother)
public java.lang.String getGraphicType()
public void setGraphicType(java.lang.String newType)
public java.lang.String getDataType()
public void setDataType(java.lang.String newType)
public int getDataID()
public void setDataID(int argDataID)
argDataID - Value to assign to this.dataID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||