public final class TLcdWCSDataSource extends java.lang.Object implements ILcdDataSource
The WCS data source requires as a minimum:
Modifier and Type | Class and Description |
---|---|
static class |
TLcdWCSDataSource.Builder
A builder to create
TLcdWCSDataSource instances. |
Modifier and Type | Method and Description |
---|---|
TLcdWCSDataSource.Builder |
asBuilder()
Returns a
builder pre-initialized with the values of this instance. |
boolean |
equals(java.lang.Object aObject) |
java.lang.String |
getCoverageName()
Returns the coverage name to be used in the request from WCS.
|
java.lang.String |
getDescription()
Returns a string description of the data source.
|
java.net.URI |
getURI()
Returns the URI of the WCS server.
|
int |
hashCode() |
static TLcdWCSDataSource.Builder |
newBuilder()
Returns a
builder to create new instances. |
java.lang.String |
toString() |
public java.lang.String getDescription()
ILcdDataSource
getDescription
in interface ILcdDataSource
public static TLcdWCSDataSource.Builder newBuilder()
builder
to create new instances.public TLcdWCSDataSource.Builder asBuilder()
builder
pre-initialized with the values of this instance.public java.net.URI getURI()
public java.lang.String getCoverageName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object aObject)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object