Uses of Interface
net.opengis.ows11.OperationType
Packages that use OperationType
Package
Description
-
Uses of OperationType in net.opengis.ows11
Methods in net.opengis.ows11 that return OperationTypeModifier and TypeMethodDescriptionOws11Factory.createOperationType()Returns a new object of class 'Operation Type'.DocumentRoot.getOperation()Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows11 with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setOperation(OperationType value) Sets the value of the 'Operation' containment reference. -
Uses of OperationType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement OperationTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Operation Type'.Methods in net.opengis.ows11.impl that return OperationTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createOperationType()DocumentRootImpl.getOperation()Methods in net.opengis.ows11.impl with parameters of type OperationTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetOperation(OperationType newOperation, NotificationChain msgs) voidDocumentRootImpl.setOperation(OperationType newOperation) -
Uses of OperationType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type OperationTypeModifier and TypeMethodDescriptionOws11Switch.caseOperationType(OperationType object) Returns the result of interpreting the object as an instance of 'Operation Type'.booleanOws11Validator.validateOperationType(OperationType operationType, DiagnosticChain diagnostics, Map context) -
Uses of OperationType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type OperationTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateOperation(OperationType value) -
Uses of OperationType in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return OperationTypeModifier and TypeMethodDescriptionprotected OperationTypeStrictWFS_2_0_Strategy.getOperationMetadata(WFSOperationType operation) Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type OperationTypeModifier and TypeMethodDescriptionStrictWFS_2_0_Strategy.findParameters(OperationType operationMetadata, String parameterName)