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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns abuilderpre-initialized with the values of this instance.booleanReturns 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.inthashCode()static TLcdWFSDataSource.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 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()
-