Uses of Class
org.geotools.data.wfs.protocol.wfs.Version

Packages that use Version
org.geotools.data.wfs   
org.geotools.data.wfs.protocol.wfs   
org.geotools.data.wfs.v1_1_0   
org.geotools.wfs.protocol   
 

Uses of Version in org.geotools.data.wfs
 

Methods in org.geotools.data.wfs with parameters of type Version
static URL WFSDataStoreFactory.createGetCapabilitiesRequest(URL host, Version version)
          Creates a HTTP GET Method based WFS GetCapabilities request for the given protocol version.
 

Uses of Version in org.geotools.data.wfs.protocol.wfs
 

Methods in org.geotools.data.wfs.protocol.wfs that return Version
static Version Version.find(String version)
          To be used instead of valueOf(String), as valueOf in enum can't be overridden and the argument string must match exactly the enum name, yet we want a lookup by version number.
 Version WFSProtocol.getServiceVersion()
          Returns the WFS protocol version this facade talks to the WFS instance.
static Version Version.highest()
           
static Version Version.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Version[] Version.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Version in org.geotools.data.wfs.v1_1_0
 

Methods in org.geotools.data.wfs.v1_1_0 that return Version
 Version WFS_1_1_0_Protocol.getServiceVersion()
           
 

Uses of Version in org.geotools.wfs.protocol
 

Methods in org.geotools.wfs.protocol that return Version
 Version WFSProtocolHandler.getVersion()
          Deprecated.  
 

Constructors in org.geotools.wfs.protocol with parameters of type Version
WFSProtocolHandler(Version version, ConnectionFactory connectionFac)
          Deprecated.  
 



Copyright © 1996-2014 Geotools. All Rights Reserved.