Uses of Class
com.agisoft.metashape.SurfaceType
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of SurfaceType in com.agisoft.metashape
Methods in com.agisoft.metashape that return SurfaceType Modifier and Type Method Description static SurfaceTypeSurfaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SurfaceType[]SurfaceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SurfaceType in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return SurfaceType Modifier and Type Method Description SurfaceTypeBuildModel. getSurfaceType()Type of object to be reconstructed.Methods in com.agisoft.metashape.tasks with parameters of type SurfaceType Modifier and Type Method Description voidBuildModel. setSurfaceType(SurfaceType value)Type of object to be reconstructed.