public class Feature
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
Feature(Geometry geometry,
Variant properties)
Constructs a Feature object from geometry and properties.
|
Feature(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(Feature obj) |
Geometry |
getGeometry()
Returns the geometry of the feature.
|
Variant |
getProperties()
Returns the properties of the feature.
|
int |
hashCode()
Returns the hash value of this object.
|
public static long getCPtr(Feature obj)
protected void finalize()
finalize
在类中 java.lang.Object
public void delete()
public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
obj
- The reference object.public int hashCode()
hashCode
在类中 java.lang.Object
public Geometry getGeometry()
public Variant getProperties()