Uses of Class
org.geotools.data.wfs.WFSDataStoreFactory.WFSFactoryParam

Packages that use WFSDataStoreFactory.WFSFactoryParam
org.geotools.data.wfs   
 

Uses of WFSDataStoreFactory.WFSFactoryParam in org.geotools.data.wfs
 

Fields in org.geotools.data.wfs declared as WFSDataStoreFactory.WFSFactoryParam
static WFSDataStoreFactory.WFSFactoryParam<Integer> WFSDataStoreFactory.BUFFER_SIZE
          Optional Integer parameter stating how many Feature instances to buffer at once.
static WFSDataStoreFactory.WFSFactoryParam<String> WFSDataStoreFactory.ENCODING
          Optional String DataStore parameter supplying a JVM supported charset name to use as the character encoding for XML requests sent to the server.
static WFSDataStoreFactory.WFSFactoryParam<Boolean> WFSDataStoreFactory.LENIENT
          Optional Boolean DataStore parameter indicating whether to be lenient about parsing bad data
static WFSDataStoreFactory.WFSFactoryParam<Integer> WFSDataStoreFactory.MAXFEATURES
          Optional positive Integer used as a hard limit for the amount of Features to retrieve for each FeatureType.
static WFSDataStoreFactory.WFSFactoryParam<String> WFSDataStoreFactory.PASSWORD
          Optional String DataStore parameter supplying the password to use when the server requires HTTP authentication Shall be used together with WFSDataStoreFactory.USERNAME or not used at all.
static WFSDataStoreFactory.WFSFactoryParam<Boolean> WFSDataStoreFactory.PROTOCOL
          Optional Boolean DataStore parameter acting as a hint for the HTTP protocol to use preferably against the WFS instance, with the following semantics: null (not supplied): use "AUTO", let the DataStore decide.
static WFSDataStoreFactory.WFSFactoryParam<Integer> WFSDataStoreFactory.TIMEOUT
          Optional Integer DataStore parameter indicating a timeout in milliseconds for the HTTP connections.
static WFSDataStoreFactory.WFSFactoryParam<Boolean> WFSDataStoreFactory.TRY_GZIP
          Optional Boolean data store parameter indicating whether to set the accept GZip encoding on the HTTP request headers sent to the server
static WFSDataStoreFactory.WFSFactoryParam<URL> WFSDataStoreFactory.URL
          Mandatory DataStore parameter indicating the URL for the WFS GetCapabilities document.
static WFSDataStoreFactory.WFSFactoryParam<String> WFSDataStoreFactory.USERNAME
          Optional String DataStore parameter supplying the user name to use when the server requires HTTP authentication Shall be used together with WFSDataStoreFactory.PASSWORD or not used at all.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.