Uses of Class
com.luciad.ogc.wfs.client.TLcdWFSProxyModel.Builder
Packages that use TLcdWFSProxyModel.Builder
-
Uses of TLcdWFSProxyModel.Builder in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return TLcdWFSProxyModel.BuilderModifier and TypeMethodDescriptionTLcdWFSProxyModel.Builder.dataSource
(ILcdDataSource aDataSource) Specifies theserver
andfeatureTypeName
parameters using the given data source.TLcdWFSProxyModel.Builder.featureTypeName
(String aFeatureTypeName) Specifies the name of the feature type.TLcdWFSProxyModel.Builder.featureTypeName
(QName aFeatureTypeName) Specifies the name of the feature type as a qualified name.TLcdWFSProxyModel.Builder.modelDecoder
(ILcdWFSModelDecoder aModelDecoder) Specifies the WFS model decoder that will be used to decode the response from the WFS serverTLcdWFSProxyModel.Builder.modelDecoder
(String aOutputFormat, ILcdWFSModelDecoder aModelDecoder) Specifies the WFS model decoder that will be used to decode the response from the WFS server when this response is in the specified output format.TLcdWFSProxyModel.Builder.modelReferenceParser
(ILcdModelReferenceParser aModelReferenceParser) Specifies the reference parser that will be used by the proxy model.static TLcdWFSProxyModel.Builder
TLcdWFSProxyModel.Builder.newBuilder()
Returns a newBuilder
instance.TLcdWFSProxyModel.Builder.requestProperty
(String aKey, String aValue) Sets the general request property.TLcdWFSProxyModel.Builder.server
(TLcdWFSClient aWFSClient) Specifies the address of the WFS server.TLcdWFSProxyModel.Builder.server
(TLcdWFSCapabilities aWFSCapabilities) Specifies the address of the WFS server.Specifies the address of the WFS server.Specifies the address of the WFS server.