public class GeometryContainer extends Object
| Constructor and Description |
|---|
GeometryContainer(int id, GeoObject
Create a new Container for the denoted geometry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
|
GeoObject |
getGeometry()
|
int |
getId()
|
GeometrySource |
getSource()
Get the source of this container (where it came from).
|
int |
hashCode()
|
public GeometryContainer(int id,
GeoObject geometry,
GeometrySource source)
id - the identifier for this container.
geometry - the geometry contained.
source - the source where this came from.
public int getId()
public GeoObjectgetGeometry()
public GeometrySourcegetSource()
public int hashCode()
public boolean equals(Objecto)