Package com.agisoft.metashape
Class AttachedGeometry
java.lang.Object
com.agisoft.metashape.AttachedGeometry
Attached geometry definition.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttachedGeometry(long cPtr, boolean cMemoryOwn) AttachedGeometry(AttachedGeometry geometry) -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]cArrayUnwrap(AttachedGeometry[] arrayWrapper) static AttachedGeometry[]cArrayWrap(long[] cArray, boolean cMemoryOwn) voiddelete()protected voidfinalize()static longgetCPtr(AttachedGeometry obj) getType()int[]static AttachedGeometrymakeGeometryCollection(AttachedGeometry[] collection) static AttachedGeometrymakeLineString(int[] vertices) static AttachedGeometrymakeMultiLineString(AttachedGeometry[] collection) static AttachedGeometrymakeMultiPoint(AttachedGeometry[] collection) static AttachedGeometrymakeMultiPolygon(AttachedGeometry[] collection) static AttachedGeometrymakePoint(int point) static AttachedGeometrymakePolygon(int[] exterior_ring) voidsetGeometries(AttachedGeometry[] geometries) voidsetType(Geometry.Type type) voidsetVertices(int[] vertices)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
AttachedGeometry
public AttachedGeometry(long cPtr, boolean cMemoryOwn) -
AttachedGeometry
public AttachedGeometry() -
AttachedGeometry
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
cArrayUnwrap
-
cArrayWrap
-
setType
-
getType
-
setVertices
public void setVertices(int[] vertices) -
getVertices
public int[] getVertices() -
setGeometries
-
getGeometries
-
makePoint
-
makeLineString
-
makePolygon
-
makeMultiPoint
-
makeMultiLineString
-
makeMultiPolygon
-
makeGeometryCollection
-