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

Packages that use WFSOperationType
org.geotools.data.wfs.protocol.wfs   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_1_0   
org.geotools.wfs.protocol   
 

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

Methods in org.geotools.data.wfs.protocol.wfs that return WFSOperationType
static WFSOperationType WFSOperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WFSOperationType[] WFSOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.geotools.data.wfs.protocol.wfs with parameters of type WFSOperationType
 java.lang.String WFSProtocol.getDefaultOutputFormat(WFSOperationType get_feature)
           
 java.net.URL WFSProtocol.getOperationURL(WFSOperationType operation, boolean post)
          Returns the URL for the given operation name and HTTP protocol as stated in the WFS capabilities.
 boolean WFSProtocol.supportsOperation(WFSOperationType operation, boolean post)
          Returns whether the service supports the given operation for the given HTTP method.
 

Uses of WFSOperationType in org.geotools.data.wfs.v1_0_0
 

Methods in org.geotools.data.wfs.v1_0_0 with parameters of type WFSOperationType
 java.net.URL WFS100ProtocolHandler.getOperationURL(WFSOperationType operation, HttpMethod method)
           
 boolean WFS100ProtocolHandler.supports(WFSOperationType operation, HttpMethod method)
           
 

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

Methods in org.geotools.data.wfs.v1_1_0 with parameters of type WFSOperationType
 java.lang.String WFS_1_1_0_Protocol.getDefaultOutputFormat(WFSOperationType operation)
           
 java.lang.String WFSStrategy.getDefaultOutputFormat(WFSProtocol wfs, WFSOperationType operation)
          Returns the protocol default output format name for the WFS version the implementation talks.
 java.lang.String DefaultWFSStrategy.getDefaultOutputFormat(WFSProtocol wfs, WFSOperationType operation)
           
 java.lang.String GeoServerStrategy.getDefaultOutputFormat(WFSProtocol wfs, WFSOperationType op)
          GeoServer versions prior to 2.0 state text/gml; subtype=gml/3.1.1 instead of text/xml; subtype=gml/3.1.1
 java.lang.String IonicStrategy.getDefaultOutputFormat(WFSProtocol wfs, WFSOperationType op)
          Ionic does not declare the supported output formats in the caps, yet it fails if asked for text/xml; subtype=gml/3.1.1 but succeeds if asked for GML3
 java.net.URL WFS_1_1_0_Protocol.getOperationURL(WFSOperationType operation, boolean post)
           
 boolean WFS_1_1_0_Protocol.supportsOperation(WFSOperationType operation, boolean post)
           
 

Uses of WFSOperationType in org.geotools.wfs.protocol
 

Methods in org.geotools.wfs.protocol with parameters of type WFSOperationType
abstract  java.net.URL WFSProtocolHandler.getOperationURL(WFSOperationType operation, HttpMethod method)
          Deprecated.  
abstract  boolean WFSProtocolHandler.supports(WFSOperationType operation, HttpMethod method)
          Deprecated. Returns whether the service supports the given operation for the given HTTP method.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.