Uses of Interface
org.deegree.services.wfs.capabilities.Operation

Packages that use Operation
org.deegree_impl.services.wfs.capabilities   
org.deegree.services.wfs.capabilities   
 

Uses of Operation in org.deegree_impl.services.wfs.capabilities
 

Classes in org.deegree_impl.services.wfs.capabilities that implement Operation
(package private)  class Operation_Impl
          ----------------------------------------------------------------------
 

Methods in org.deegree_impl.services.wfs.capabilities that return Operation
private static Operation[] WFSCapabilitiesFactory.getOperations(org.w3c.dom.Element element)
          returns an list of operations
 Operation[] FeatureType_Impl.getOperations()
          The <Operations> element defines which are operations are supported on a feature type.
 Operation[] FeatureTypeList_Impl.getOperations()
           INSERT: The element is used to indicate that the WFS is capable of creating new instances of a feature type.
 

Methods in org.deegree_impl.services.wfs.capabilities with parameters of type Operation
private static FeatureType[] WFSCapabilitiesFactory.getFeatureTypes(org.w3c.dom.NodeList nl, Operation[] operations_, java.lang.String className, java.net.URL configURL)
          returns an list of feature types that are contained within the FeatureTypeList element of the capabilities.
static FeatureType WFSCapabilitiesFactory.createFeatureType(java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String srs, GM_Envelope latLonBoundingBox, FeatureTypeList parentList, java.lang.String[] keywords, Operation[] operations, MetadataURL[] metadataURL, java.lang.String responsibleClassName, java.net.URL configURL)
          creates a FeatureType object
 void FeatureType_Impl.addOperation(Operation operation)
          Adds an operation (only if it has not been defined yet).
 void FeatureType_Impl.setOperations(Operation[] operation)
          sets the operation
 void FeatureTypeList_Impl.setOperation(Operation[] operation)
          sets the operation
 

Constructors in org.deegree_impl.services.wfs.capabilities with parameters of type Operation
FeatureType_Impl(java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String srs, GM_Envelope latLonBoundingBox, FeatureTypeList parentList, java.lang.String[] keyword, Operation[] operation, MetadataURL[] metadataURL, java.lang.String responsibleClassName, java.net.URL configURL)
          constructor initializing the class with the
FeatureTypeList_Impl(Operation[] operation, FeatureType[] featureType)
          constructor initializing the class with the
 

Uses of Operation in org.deegree.services.wfs.capabilities
 

Methods in org.deegree.services.wfs.capabilities that return Operation
 Operation[] FeatureTypeList.getOperations()
           INSERT: The element is used to indicate that the WFS is capable of creating new instances of a feature type.
 Operation[] FeatureType.getOperations()
          The <Operations> element defines which are operations are supported on a feature type.