Uses of Class
com.agisoft.metashape.Property
Packages that use Property
-
Uses of Property in com.agisoft.metashape
Methods in com.agisoft.metashape that return PropertyModifier and TypeMethodDescriptionstatic Property[]Property.cArrayWrap(long[] cArray, boolean cMemoryOwn) Property[]Property.getChildren()Methods in com.agisoft.metashape with parameters of type PropertyModifier and TypeMethodDescriptionstatic long[]Property.cArrayUnwrap(Property[] arrayWrapper) static longstatic final long[]MetashapeJNI.Property_children_get(long jarg1, Property jarg1_) static final voidMetashapeJNI.Property_children_set(long jarg1, Property jarg1_, long[] jarg2) static final StringMetashapeJNI.Property_label_get(long jarg1, Property jarg1_) static final voidMetashapeJNI.Property_label_set(long jarg1, Property jarg1_, String jarg2) static final StringMetashapeJNI.Property_value_get(long jarg1, Property jarg1_) static final voidMetashapeJNI.Property_value_set(long jarg1, Property jarg1_, String jarg2) voidProperty.setChildren(Property[] value) -
Uses of Property in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return PropertyModifier and TypeMethodDescriptionProperty[]ExportReport.getUserSettings()A list of user defined settings to include on the Processing Parameters page.Methods in com.agisoft.metashape.tasks with parameters of type PropertyModifier and TypeMethodDescriptionvoidExportReport.setUserSettings(Property[] value) A list of user defined settings to include on the Processing Parameters page.