Uses of Enum
com.agisoft.metashape.Shape.BoundaryType
Packages that use Shape.BoundaryType
-
Uses of Shape.BoundaryType in com.agisoft.metashape
Methods in com.agisoft.metashape that return Shape.BoundaryTypeModifier and TypeMethodDescriptionShape.getBoundaryType()Shape boundary type.static Shape.BoundaryTypeReturns the enum constant of this type with the specified name.static Shape.BoundaryType[]Shape.BoundaryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.agisoft.metashape with parameters of type Shape.BoundaryTypeModifier and TypeMethodDescriptionvoidShape.setBoundaryType(Shape.BoundaryType type) Shape boundary type. -
Uses of Shape.BoundaryType in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return Shape.BoundaryTypeModifier and TypeMethodDescriptionImportShapes.getBoundaryType()Boundary type to be applied to imported shapes.Methods in com.agisoft.metashape.tasks with parameters of type Shape.BoundaryTypeModifier and TypeMethodDescriptionvoidImportShapes.setBoundaryType(Shape.BoundaryType value) Boundary type to be applied to imported shapes.