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<String> WFSDataStoreFactory.AXIS_ORDER
          Optional String DataStore parameter indicating axis order used by the remote WFS server in result coordinates.
static WFSDataStoreFactory.WFSFactoryParam<String> WFSDataStoreFactory.AXIS_ORDER_FILTER
           
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<Integer> WFSDataStoreFactory.FILTER_COMPLIANCE
          Optional Integer DataStore parameter indicating level of compliance to WFS specification XMLHandlerHints.VALUE_FILTER_COMPLIANCE_LOW XMLHandlerHints.VALUE_FILTER_COMPLIANCE_MEDIUM XMLHandlerHints.VALUE_FILTER_COMPLIANCE_HIGH
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.NAMESPACE
          Optional String namespace URI to override the originial namespaces
static WFSDataStoreFactory.WFSFactoryParam<String> WFSDataStoreFactory.OUTPUTFORMAT
           
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<Boolean> WFSDataStoreFactory.USEDEFAULTSRS
          Optional String Flag to disable usage of OtherSRS in requests and always use DefaultSRS (eventually reprojecting locally the results)
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.
static WFSDataStoreFactory.WFSFactoryParam<String> WFSDataStoreFactory.WFS_STRATEGY
          Optional String DataStore parameter indicating either "mapserver", "geoserver", "strict" or "nonstrict" strategy
 



Copyright © 1996-2014 Geotools. All Rights Reserved.