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