Uses of Class
com.agisoft.metashape.Shape
Packages that use Shape
-
Uses of Shape in com.agisoft.metashape
Methods in com.agisoft.metashape that return ShapeModifier and TypeMethodDescriptionstatic Shape[]Shape.cArrayWrap(long[] cArray, boolean cMemoryOwn) Shape[]Shapes.getShapes()List of shapes.Methods in com.agisoft.metashape with parameters of type ShapeModifier and TypeMethodDescriptionstatic long[]Shape.cArrayUnwrap(Shape[] arrayWrapper) static longstatic final longstatic final longMetashapeJNI.Shape_getAttachedGeometry(long jarg1, Shape jarg1_) static final intMetashapeJNI.Shape_getBoundaryType(long jarg1, Shape jarg1_) static final longMetashapeJNI.Shape_getGeometry(long jarg1, Shape jarg1_) static final longMetashapeJNI.Shape_getGroup(long jarg1, Shape jarg1_) static final intMetashapeJNI.Shape_getKey(long jarg1, Shape jarg1_) static final StringMetashapeJNI.Shape_getLabel(long jarg1, Shape jarg1_) static final booleanMetashapeJNI.Shape_is3D(long jarg1, Shape jarg1_) static final booleanMetashapeJNI.Shape_isAttached(long jarg1, Shape jarg1_) static final booleanMetashapeJNI.Shape_isSelected(long jarg1, Shape jarg1_) static final voidMetashapeJNI.Shape_setAttachedGeometry(long jarg1, Shape jarg1_, long jarg2, AttachedGeometry jarg2_) static final voidMetashapeJNI.Shape_setBoundaryType(long jarg1, Shape jarg1_, int jarg2) static final voidMetashapeJNI.Shape_setGeometry(long jarg1, Shape jarg1_, long jarg2, Geometry jarg2_) static final voidMetashapeJNI.Shape_setGroup(long jarg1, Shape jarg1_, long jarg2, ShapeGroup jarg2_) static final voidMetashapeJNI.Shape_setLabel(long jarg1, Shape jarg1_, String jarg2) static final voidMetashapeJNI.Shape_setSelected(long jarg1, Shape jarg1_, boolean jarg2) Constructors in com.agisoft.metashape with parameters of type Shape