Uses of Interface
net.opengis.ows11.OperationType
-
Packages that use OperationType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation org.geotools.data.wfs.internal.v2_0 -
-
Uses of OperationType in net.opengis.ows11
Methods in net.opengis.ows11 that return OperationType Modifier and Type Method Description OperationTypeOws11Factory. createOperationType()Returns a new object of class 'Operation Type'.OperationTypeDocumentRoot. getOperation()Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows11 with parameters of type OperationType Modifier and Type Method Description voidDocumentRoot. 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 OperationType Modifier and Type Class Description classOperationTypeImplAn implementation of the model object 'Operation Type'.Methods in net.opengis.ows11.impl that return OperationType Modifier and Type Method Description OperationTypeOws11FactoryImpl. createOperationType()OperationTypeDocumentRootImpl. getOperation()Methods in net.opengis.ows11.impl with parameters of type OperationType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOperation(OperationType newOperation, NotificationChain msgs)voidDocumentRootImpl. setOperation(OperationType newOperation) -
Uses of OperationType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type OperationType Modifier and Type Method Description ObjectOws11Switch. caseOperationType(OperationType object)Returns the result of interpreting the object as an instance of 'Operation Type'.booleanOws11Validator. 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 OperationType Modifier and Type Method Description booleanDocumentRootValidator. 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 OperationType Modifier and Type Method Description protected OperationTypeStrictWFS_2_0_Strategy. getOperationMetadata(WFSOperationType operation)Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type OperationType Modifier and Type Method Description protected Set<String>StrictWFS_2_0_Strategy. findParameters(OperationType operationMetadata, String parameterName)
-