Uses of Class
com.agisoft.metashape.TargetType
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of TargetType in com.agisoft.metashape
Methods in com.agisoft.metashape that return TargetType Modifier and Type Method Description static TargetTypeTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetType[]TargetType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TargetType in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return TargetType Modifier and Type Method Description TargetTypeDetectMarkers. getTargetType()Type of targets.Methods in com.agisoft.metashape.tasks with parameters of type TargetType Modifier and Type Method Description voidDetectMarkers. setTargetType(TargetType value)Type of targets.