Uses of Interface
net.opengis.ows10.OperationType
Packages that use OperationType
Package
Description
-
Uses of OperationType in net.opengis.ows10
Methods in net.opengis.ows10 that return OperationTypeModifier and TypeMethodDescriptionOws10Factory.createOperationType()
Returns a new object of class 'Operation Type'.DocumentRoot.getOperation()
Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows10 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.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement OperationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operation Type'.Fields in net.opengis.ows10.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.ows10.impl that return OperationTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createOperationType()
DocumentRootImpl.getOperation()
Methods in net.opengis.ows10.impl that return types with arguments of type OperationTypeMethods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type OperationTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateOperation
(OperationType value) -
Uses of OperationType in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return OperationTypeModifier and TypeMethodDescriptionprotected OperationType
StrictWFS_1_x_Strategy.getOperationMetadata
(WFSOperationType operation) Methods in org.geotools.data.wfs.internal.v1_x with parameters of type OperationTypeModifier and TypeMethodDescriptionStrictWFS_1_x_Strategy.findParameters
(OperationType operationMetadata, String parameterName)