public class Geometry
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Class and Description |
---|---|
static class |
Geometry.Type |
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Geometry() |
|
Geometry(Geometry geometry) |
protected |
Geometry(long cPtr,
boolean cMemoryOwn) |
protected Geometry(long cPtr, boolean cMemoryOwn)
public Geometry()
public Geometry(Geometry geometry)
protected static long getCPtr(Geometry obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void close()
close
in interface java.lang.AutoCloseable
public void setType(Geometry.Type type)
public Geometry.Type getType()
public void setVertices(Vector[] vertices)
public Vector[] getVertices()
public void setVertices2D(Vector[] vertices)
public Vector[] getVertices2D()
public void setGeometries(Geometry[] geometries)
public Geometry[] getGeometries()
public void set3D(boolean state)
public boolean is3D()