Package com.agisoft.metashape
Class Shapes
java.lang.Object
com.agisoft.metashape.Shapes
public class Shapes extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()ChunkgetChunk()Chunk container.static longgetCPtr(Shapes obj)ShapeGroup[]getGroups()List of shape groups.MetaDatagetMeta()Shapes meta data.StringgetPath()Path to shapes data.OrthoProjectiongetProjection()Projection of shape data.Shape[]getShapes()List of shapes.voidsetMeta(MetaData meta)Shapes meta data.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Shapes
public Shapes(long cPtr, boolean cMemoryOwn) -
Shapes
public Shapes() -
Shapes
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
getChunk
Chunk container. -
getPath
Path to shapes data. -
setMeta
Shapes meta data. -
getMeta
Shapes meta data. -
getShapes
List of shapes. -
getGroups
List of shape groups. -
getProjection
Projection of shape data.
-