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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetOperation
(OperationType newOperation, NotificationChain msgs) void
DocumentRootImpl.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'.boolean
Ows11Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.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 OperationType
StrictWFS_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)