public class GeometrySimplifier
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
GeometrySimplifier(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() |
static long |
getCPtr(GeometrySimplifier obj) |
int |
hashCode()
Returns the hash value of this object.
|
Geometry |
simplify(Geometry geometry,
float scale)
Perform the simplification of the given geometry, given relative scale.
|
static GeometrySimplifier |
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(GeometrySimplifier obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public static GeometrySimplifier 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 Geometry simplify(Geometry geometry, float scale)
geometry - The geometry to simplify.scale - Relative scale for simplification, this is proportional to 2^zoom.public java.lang.String swigGetClassName()
public java.lang.Object swigGetDirectorObject()