Uses of Interface
net.opengis.ows10.OperationType
-
Packages that use OperationType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation org.geotools.data.wfs.internal.v1_x -
-
Uses of OperationType in net.opengis.ows10
Methods in net.opengis.ows10 that return OperationType Modifier and Type Method Description OperationType
Ows10Factory. createOperationType()
Returns a new object of class 'Operation Type'.OperationType
DocumentRoot. getOperation()
Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows10 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.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement OperationType Modifier and Type Class Description class
OperationTypeImpl
An implementation of the model object 'Operation Type'.Fields in net.opengis.ows10.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.ows10.impl that return OperationType Modifier and Type Method Description OperationType
Ows10FactoryImpl. createOperationType()
OperationType
DocumentRootImpl. getOperation()
Methods in net.opengis.ows10.impl that return types with arguments of type OperationType Modifier and Type Method Description EList<OperationType>
OperationsMetadataTypeImpl. getOperation()
Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.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.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return OperationType Modifier and Type Method Description protected OperationType
StrictWFS_1_x_Strategy. getOperationMetadata(WFSOperationType operation)
Methods in org.geotools.data.wfs.internal.v1_x with parameters of type OperationType Modifier and Type Method Description protected Set<String>
StrictWFS_1_x_Strategy. findParameters(OperationType operationMetadata, String parameterName)
-