public class GeometrySimplifier
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
GeometrySimplifier(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
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
在类中 java.lang.Object
public void delete()
public static GeometrySimplifier swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
obj
- The reference object.public int hashCode()
hashCode
在类中 java.lang.Object
public 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()