public static interface ComplexDescription.Builder<T extends ComplexDescription,B extends ComplexDescription.Builder<T,B>> extends Builder<T,B>
| Modifier and Type | Method and Description |
|---|---|
B |
withDefaultFormat(Format format) |
B |
withMaximumMegabytes(BigInteger maximumMegabytes) |
default B |
withMaximumMegabytes(long maximumMegabytes) |
default B |
withSupportedFormat(Format... formats) |
B |
withSupportedFormat(Format format) |
default B |
withSupportedFormat(Iterable<Format> formats) |
B withMaximumMegabytes(BigInteger maximumMegabytes)
default B withMaximumMegabytes(long maximumMegabytes)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.