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
-
Method Summary
Modifier and TypeMethodDescriptionReturns abuilder
pre-initialized with the values of this instance.boolean
Returns 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.int
hashCode()
static TLcdWCSDataSource.Builder
Returns abuilder
to create new instances.toString()
-
Method Details
-
getDescription
Description copied from interface:ILcdDataSource
Returns a string description of the data source. This will typically be used in a GUI, or in error and warning messages.- Specified by:
getDescription
in interfaceILcdDataSource
- Returns:
- a String describing the data source.
-
newBuilder
Returns abuilder
to create new instances.- Returns:
- A builder.
-
asBuilder
Returns abuilder
pre-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()
-