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 OperationType
Ows11Factory. createOperationType()
Returns a new object of class 'Operation Type'.OperationType
DocumentRoot. getOperation()
Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows11 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.ows11.impl
Classes in net.opengis.ows11.impl that implement OperationType Modifier and Type Class Description class
OperationTypeImpl
An implementation of the model object 'Operation Type'.Methods in net.opengis.ows11.impl that return OperationType Modifier and Type Method Description OperationType
Ows11FactoryImpl. createOperationType()
OperationType
DocumentRootImpl. getOperation()
Methods in net.opengis.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type OperationType Modifier and Type Method Description Object
Ows11Switch. caseOperationType(OperationType object)
Returns the result of interpreting the object as an instance of 'Operation Type'.boolean
Ows11Validator. 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 boolean
DocumentRootValidator. 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 OperationType
StrictWFS_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)
-