Uses of Interface
net.opengis.ows20.OperationType
-
Packages that use OperationType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of OperationType in net.opengis.ows20
Methods in net.opengis.ows20 that return OperationType Modifier and Type Method Description OperationType
Ows20Factory. createOperationType()
Returns a new object of class 'Operation Type'.OperationType
DocumentRoot. getOperation()
Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows20 that return types with arguments of type OperationType Modifier and Type Method Description EList<OperationType>
OperationsMetadataType. getOperation()
Returns the value of the 'Operation' containment reference list.Methods in net.opengis.ows20 with parameters of type OperationType Modifier and Type Method Description void
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 OperationType Modifier and Type Class Description class
OperationTypeImpl
An implementation of the model object 'Operation Type'.Fields in net.opengis.ows20.impl with type parameters of type OperationType Modifier and Type Field Description protected EList<OperationType>
OperationsMetadataTypeImpl. operation
The cached value of the 'Operation
' containment reference list.Methods in net.opengis.ows20.impl that return OperationType Modifier and Type Method Description OperationType
Ows20FactoryImpl. createOperationType()
OperationType
DocumentRootImpl. getOperation()
Methods in net.opengis.ows20.impl that return types with arguments of type OperationType Modifier and Type Method Description EList<OperationType>
OperationsMetadataTypeImpl. getOperation()
Methods in net.opengis.ows20.impl with parameters of type OperationType Modifier and Type Method Description NotificationChain
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 OperationType Modifier and Type Method Description T
Ows20Switch. 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 OperationType Modifier and Type Method Description boolean
DocumentRootValidator. validateOperation(OperationType value)
Method parameters in net.opengis.ows20.validation with type arguments of type OperationType Modifier and Type Method Description boolean
OperationsMetadataTypeValidator. validateOperation(EList<OperationType> value)
-