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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Operation Type'.Fields in net.opengis.ows20.impl with type parameters of type OperationTypeModifier and TypeFieldDescriptionprotected EList<OperationType>OperationsMetadataTypeImpl.operationThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetOperation(OperationType newOperation, NotificationChain msgs) voidDocumentRootImpl.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'.booleanOws20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateOperation(OperationType value) Method parameters in net.opengis.ows20.validation with type arguments of type OperationTypeModifier and TypeMethodDescriptionbooleanOperationsMetadataTypeValidator.validateOperation(EList<OperationType> value)