Uses of Enum
com.agisoft.metashape.SurfaceType
Packages that use SurfaceType
-
Uses of SurfaceType in com.agisoft.metashape
Methods in com.agisoft.metashape that return SurfaceTypeModifier and TypeMethodDescriptionstatic SurfaceTypeReturns 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 SurfaceTypeModifier and TypeMethodDescriptionBuildModel.getSurfaceType()Type of object to be reconstructed.Methods in com.agisoft.metashape.tasks with parameters of type SurfaceTypeModifier and TypeMethodDescriptionvoidBuildModel.setSurfaceType(SurfaceType value) Type of object to be reconstructed.