Uses of Interface
net.opengis.wfs.OperationsType
Packages that use OperationsType
-
Uses of OperationsType in net.opengis.wfs
Methods in net.opengis.wfs that return OperationsTypeModifier and TypeMethodDescriptionWfsFactory.createOperationsType()
Returns a new object of class 'Operations Type'.FeatureTypeListType.getOperations()
Returns the value of the 'Operations' containment reference.FeatureTypeType.getOperations()
Returns the value of the 'Operations' containment reference.Methods in net.opengis.wfs with parameters of type OperationsTypeModifier and TypeMethodDescriptionvoid
FeatureTypeListType.setOperations
(OperationsType value) Sets the value of the 'Operations
' containment reference.void
FeatureTypeType.setOperations
(OperationsType value) Sets the value of the 'Operations
' containment reference. -
Uses of OperationsType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement OperationsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operations Type'.Fields in net.opengis.wfs.impl declared as OperationsTypeModifier and TypeFieldDescriptionprotected OperationsType
FeatureTypeListTypeImpl.operations
The cached value of the 'Operations
' containment reference.protected OperationsType
FeatureTypeTypeImpl.operations
The cached value of the 'Operations
' containment reference.Methods in net.opengis.wfs.impl that return OperationsTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createOperationsType()
FeatureTypeListTypeImpl.getOperations()
FeatureTypeTypeImpl.getOperations()
Methods in net.opengis.wfs.impl with parameters of type OperationsTypeModifier and TypeMethodDescriptionNotificationChain
FeatureTypeListTypeImpl.basicSetOperations
(OperationsType newOperations, NotificationChain msgs) NotificationChain
FeatureTypeTypeImpl.basicSetOperations
(OperationsType newOperations, NotificationChain msgs) void
FeatureTypeListTypeImpl.setOperations
(OperationsType newOperations) void
FeatureTypeTypeImpl.setOperations
(OperationsType newOperations) -
Uses of OperationsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type OperationsTypeModifier and TypeMethodDescriptionboolean
FeatureTypeListTypeValidator.validateOperations
(OperationsType value) boolean
FeatureTypeTypeValidator.validateOperations
(OperationsType value)