Package com.luciad.ogc.wcs.client
Class TLcdWCSDataSource
java.lang.Object
com.luciad.ogc.wcs.client.TLcdWCSDataSource
- All Implemented Interfaces:
ILcdDataSource
Data source representation for a WCS.
The WCS data source requires as a minimum:
- The URI location of the WCS.
- The name of an available coverage.
- Since:
- 2018.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns abuilderpre-initialized with the values of this instance.booleanReturns the coverage name to be used in the request from WCS.Returns a string description of the data source.getURI()Returns the URI of the WCS server.inthashCode()static TLcdWCSDataSource.BuilderReturns abuilderto create new instances.toString()
-
Method Details
-
getDescription
Description copied from interface:ILcdDataSourceReturns a string description of the data source. This will typically be used in a GUI, or in error and warning messages.- Specified by:
getDescriptionin interfaceILcdDataSource- Returns:
- a String describing the data source.
-
newBuilder
Returns abuilderto create new instances.- Returns:
- A builder.
-
asBuilder
Returns abuilderpre-initialized with the values of this instance.- Returns:
- A builder initialized to copy this object.
-
getURI
Returns the URI of the WCS server.- Returns:
- The URI of the WCS server.
-
getCoverageName
Returns the coverage name to be used in the request from WCS.- Returns:
- The name of an requested coverage.
-
toString
-
equals
-
hashCode
public int hashCode()
-