Interface BoundingBoxDescription.Builder<T extends BoundingBoxDescription,B extends BoundingBoxDescription.Builder<T,B>>
-
- All Superinterfaces:
Builder<T,B>
- All Known Subinterfaces:
BoundingBoxInputDescription.Builder<T,B>,BoundingBoxOutputDescription.Builder<T,B>
- All Known Implementing Classes:
BoundingBoxInputDescriptionImpl.AbstractBuilder,BoundingBoxInputDescriptionImpl.Builder,BoundingBoxOutputDescriptionImpl.AbstractBuilder,BoundingBoxOutputDescriptionImpl.Builder
- Enclosing interface:
- BoundingBoxDescription
public static interface BoundingBoxDescription.Builder<T extends BoundingBoxDescription,B extends BoundingBoxDescription.Builder<T,B>> extends Builder<T,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BwithDefaultCRS(URI defaultCRS)BwithDefaultCRS(OwsCRS defaultCRS)default BwithSupportedCRS(Iterable<OwsCRS> crss)default BwithSupportedCRS(URI crs)BwithSupportedCRS(OwsCRS uom)default BwithSupportedCRS(OwsCRS... crss)
-