Uses of Class
com.agisoft.metashape.AttachedGeometry
Packages that use AttachedGeometry
-
Uses of AttachedGeometry in com.agisoft.metashape
Methods in com.agisoft.metashape that return AttachedGeometryModifier and TypeMethodDescriptionstatic AttachedGeometry[]AttachedGeometry.cArrayWrap(long[] cArray, boolean cMemoryOwn) Shape.getAttachedGeometry()Geometry for the attached shape.AttachedGeometry.getGeometries()static AttachedGeometryAttachedGeometry.makeGeometryCollection(AttachedGeometry[] collection) static AttachedGeometryAttachedGeometry.makeLineString(int[] vertices) static AttachedGeometryAttachedGeometry.makeMultiLineString(AttachedGeometry[] collection) static AttachedGeometryAttachedGeometry.makeMultiPoint(AttachedGeometry[] collection) static AttachedGeometryAttachedGeometry.makeMultiPolygon(AttachedGeometry[] collection) static AttachedGeometryAttachedGeometry.makePoint(int point) static AttachedGeometryAttachedGeometry.makePolygon(int[] exterior_ring) Methods in com.agisoft.metashape with parameters of type AttachedGeometryModifier and TypeMethodDescriptionstatic final long[]MetashapeJNI.AttachedGeometry_getGeometries(long jarg1, AttachedGeometry jarg1_) static final intMetashapeJNI.AttachedGeometry_getType(long jarg1, AttachedGeometry jarg1_) static final int[]MetashapeJNI.AttachedGeometry_getVertices(long jarg1, AttachedGeometry jarg1_) static final voidMetashapeJNI.AttachedGeometry_setGeometries(long jarg1, AttachedGeometry jarg1_, long[] jarg2) static final voidMetashapeJNI.AttachedGeometry_setType(long jarg1, AttachedGeometry jarg1_, int jarg2) static final voidMetashapeJNI.AttachedGeometry_setVertices(long jarg1, AttachedGeometry jarg1_, int[] jarg2) static long[]AttachedGeometry.cArrayUnwrap(AttachedGeometry[] arrayWrapper) static longAttachedGeometry.getCPtr(AttachedGeometry obj) static AttachedGeometryAttachedGeometry.makeGeometryCollection(AttachedGeometry[] collection) static AttachedGeometryAttachedGeometry.makeMultiLineString(AttachedGeometry[] collection) static AttachedGeometryAttachedGeometry.makeMultiPoint(AttachedGeometry[] collection) static AttachedGeometryAttachedGeometry.makeMultiPolygon(AttachedGeometry[] collection) static final longMetashapeJNI.new_AttachedGeometry__SWIG_1(long jarg1, AttachedGeometry jarg1_) voidShape.setAttachedGeometry(AttachedGeometry geometry) Geometry for the attached shape.voidAttachedGeometry.setGeometries(AttachedGeometry[] geometries) static final voidMetashapeJNI.Shape_setAttachedGeometry(long jarg1, Shape jarg1_, long jarg2, AttachedGeometry jarg2_) Constructors in com.agisoft.metashape with parameters of type AttachedGeometry