Package com.luciad.ogc.wfs.client
Class TLcdWFSDataSource
java.lang.Object
com.luciad.ogc.wfs.client.TLcdWFSDataSource
- All Implemented Interfaces:
ILcdDataSource
Data source representation for a WFS.
The WFS data source requires as a minimum:
- The URI location of the WFS.
- The Feature type name to be loaded.
- Since:
- 2018.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns abuilder
pre-initialized with the values of this instance.boolean
Returns a string description of the data source.Returns the WFS feature type name to use in the request from WFS.getURI()
Returns the URI of the WFS server.int
hashCode()
static TLcdWFSDataSource.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 WFS server.- Returns:
- The URI of the WFS server.
-
getFeatureTypeName
Returns the WFS feature type name to use in the request from WFS.- Returns:
- The WFS feature type name to be loaded.
-
toString
-
equals
-
hashCode
public int hashCode()
-