Package com.luciad.formats.wms
Class WmsModelDecoderOptions
java.lang.Object
com.luciad.formats.wms.WmsModelDecoderOptions
- All Implemented Interfaces:
AutoCloseable
Options for decoding WMS data.
- Since:
- 2023.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
finalize()
Returns thehttp client
implementation to send HTTP requests.Returns a new builder for creating a WmsModelDecoderOptions.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
newBuilder
Returns a new builder for creating a WmsModelDecoderOptions.- Returns:
- a new builder for creating a WmsModelDecoderOptions.
-
getHttpClient
Returns thehttp client
implementation to send HTTP requests.- Returns:
- the http client implementation to send HTTP requests.
-