Uses of Class
com.agisoft.metashape.Shape.BoundaryType
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of Shape.BoundaryType in com.agisoft.metashape
Methods in com.agisoft.metashape that return Shape.BoundaryType Modifier and Type Method Description Shape.BoundaryTypeShape. getBoundaryType()Shape boundary type.static Shape.BoundaryTypeShape.BoundaryType. valueOf(String name)Returns 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.BoundaryType Modifier and Type Method Description voidShape. 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.BoundaryType Modifier and Type Method Description Shape.BoundaryTypeImportShapes. getBoundaryType()Boundary type to be applied to imported shapes.Methods in com.agisoft.metashape.tasks with parameters of type Shape.BoundaryType Modifier and Type Method Description voidImportShapes. setBoundaryType(Shape.BoundaryType value)Boundary type to be applied to imported shapes.