Uses of Interface
net.opengis.ows20.OperationType
Packages that use OperationType
Package
Description
-
Uses of OperationType in net.opengis.ows20
Methods in net.opengis.ows20 that return OperationTypeModifier and TypeMethodDescriptionOws20Factory.createOperationType()
Returns a new object of class 'Operation Type'.DocumentRoot.getOperation()
Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows20 that return types with arguments of type OperationTypeModifier and TypeMethodDescriptionEList<OperationType>
OperationsMetadataType.getOperation()
Returns the value of the 'Operation' containment reference list.Methods in net.opengis.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement OperationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operation Type'.Fields in net.opengis.ows20.impl with type parameters of type OperationTypeModifier and TypeFieldDescriptionprotected EList<OperationType>
OperationsMetadataTypeImpl.operation
The cached value of the 'Operation
' containment reference list.Methods in net.opengis.ows20.impl that return OperationTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createOperationType()
DocumentRootImpl.getOperation()
Methods in net.opengis.ows20.impl that return types with arguments of type OperationTypeMethods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type OperationTypeModifier and TypeMethodDescriptionOws20Switch.caseOperationType
(OperationType object) Returns the result of interpreting the object as an instance of 'Operation Type'.boolean
Ows20Validator.validateOperationType
(OperationType operationType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of OperationType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type OperationTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateOperation
(OperationType value) Method parameters in net.opengis.ows20.validation with type arguments of type OperationTypeModifier and TypeMethodDescriptionboolean
OperationsMetadataTypeValidator.validateOperation
(EList<OperationType> value)