Uses of Class
com.agisoft.metashape.Property
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of Property in com.agisoft.metashape
Methods in com.agisoft.metashape that return Property Modifier and Type Method Description static Property[]Property. cArrayWrap(long[] cArray, boolean cMemoryOwn)Property[]Property. getChildren()Methods in com.agisoft.metashape with parameters of type Property Modifier and Type Method Description static long[]Property. cArrayUnwrap(Property[] arrayWrapper)static longProperty. getCPtr(Property obj)static long[]MetashapeJNI. Property_children_get(long jarg1, Property jarg1_)static voidMetashapeJNI. Property_children_set(long jarg1, Property jarg1_, long[] jarg2)static StringMetashapeJNI. Property_label_get(long jarg1, Property jarg1_)static voidMetashapeJNI. Property_label_set(long jarg1, Property jarg1_, String jarg2)static StringMetashapeJNI. Property_value_get(long jarg1, Property jarg1_)static 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 Property Modifier and Type Method Description Property[]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 Property Modifier and Type Method Description voidExportReport. setUserSettings(Property[] value)A list of user defined settings to include on the Processing Parameters page.