public class Shapes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Shapes() |
Shapes(long cPtr,
boolean cMemoryOwn) |
Shapes(Shapes shapes) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
Chunk |
getChunk()
Chunk container, may be null.
|
static long |
getCPtr(Shapes obj) |
ShapeGroup[] |
getGroups()
List of shape groups.
|
MetaData |
getMeta()
Shapes meta data.
|
java.lang.String |
getPath()
Path to shapes data.
|
OrthoProjection |
getProjection()
Projection of shape data.
|
Shape[] |
getShapes()
List of shapes.
|
void |
setMeta(MetaData meta)
Shapes meta data.
|
public Shapes(long cPtr,
boolean cMemoryOwn)
public Shapes()
public Shapes(Shapes shapes)
public static long getCPtr(Shapes obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public Chunk getChunk()
public java.lang.String getPath()
public void setMeta(MetaData meta)
public MetaData getMeta()
public Shape[] getShapes()
public ShapeGroup[] getGroups()
public OrthoProjection getProjection()