public class GeoObject extends Objectimplements Serializable
| Constructor and Description |
|---|
GeoObject(Geometry
Create a new tagged geometry instance.
|
public GeoObject(Geometrygeometry)
geometry - the associated geometry.
public void addTag(Stringkey, String value)
key - the key of the tag.
value - the value of the tag.
public void setGeometry(Geometrygeometry)
geometry - the geometry to associate.
public GeometrygetGeometry()