public final class TLcdWFSDataSource extends java.lang.Object implements ILcdDataSource
The WFS data source requires as a minimum:
Modifier and Type | Class and Description |
---|---|
static class |
TLcdWFSDataSource.Builder
A builder to create
TLcdWFSDataSource instances. |
Modifier and Type | Method and Description |
---|---|
TLcdWFSDataSource.Builder |
asBuilder()
Returns a
builder pre-initialized with the values of this instance. |
boolean |
equals(java.lang.Object aObject) |
java.lang.String |
getDescription()
Returns a string description of the data source.
|
javax.xml.namespace.QName |
getFeatureTypeName()
Returns the WFS feature type name to use in the request from WFS.
|
java.net.URI |
getURI()
Returns the URI of the WFS server.
|
int |
hashCode() |
static TLcdWFSDataSource.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 TLcdWFSDataSource.Builder newBuilder()
builder
to create new instances.public TLcdWFSDataSource.Builder asBuilder()
builder
pre-initialized with the values of this instance.public java.net.URI getURI()
public javax.xml.namespace.QName getFeatureTypeName()
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