public class Geometry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Geometry(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
equals(java.lang.Object obj)
Checks if this object is equal to the specified object.
|
protected void |
finalize() |
MapBounds |
getBounds()
Returns the minimal bounds for the geometry.
|
MapPos |
getCenterPos()
Returns the center point of the geometry.
|
static long |
getCPtr(Geometry obj) |
int |
hashCode()
Returns the hash value of this object.
|
static Geometry |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
public static long getCPtr(Geometry obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public static Geometry swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic MapPos getCenterPos()
public MapBounds getBounds()
public java.lang.String swigGetClassName()
public java.lang.Object swigGetDirectorObject()