public abstract class MapGraphic
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MapGraphic() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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