Uses of Interface
net.opengis.ows20.OperationsMetadataType
Packages that use OperationsMetadataType
Package
Description
-
Uses of OperationsMetadataType in net.opengis.ows20
Methods in net.opengis.ows20 that return OperationsMetadataTypeModifier and TypeMethodDescriptionOws20Factory.createOperationsMetadataType()
Returns a new object of class 'Operations Metadata Type'.CapabilitiesBaseType.getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference.DocumentRoot.getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference.Methods in net.opengis.ows20 with parameters of type OperationsMetadataTypeModifier and TypeMethodDescriptionvoid
CapabilitiesBaseType.setOperationsMetadata
(OperationsMetadataType value) Sets the value of the 'Operations Metadata
' containment reference.void
DocumentRoot.setOperationsMetadata
(OperationsMetadataType value) Sets the value of the 'Operations Metadata
' containment reference. -
Uses of OperationsMetadataType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement OperationsMetadataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operations Metadata Type'.Fields in net.opengis.ows20.impl declared as OperationsMetadataTypeModifier and TypeFieldDescriptionprotected OperationsMetadataType
CapabilitiesBaseTypeImpl.operationsMetadata
The cached value of the 'Operations Metadata
' containment reference.Methods in net.opengis.ows20.impl that return OperationsMetadataTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createOperationsMetadataType()
CapabilitiesBaseTypeImpl.getOperationsMetadata()
DocumentRootImpl.getOperationsMetadata()
Methods in net.opengis.ows20.impl with parameters of type OperationsMetadataTypeModifier and TypeMethodDescriptionNotificationChain
CapabilitiesBaseTypeImpl.basicSetOperationsMetadata
(OperationsMetadataType newOperationsMetadata, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetOperationsMetadata
(OperationsMetadataType newOperationsMetadata, NotificationChain msgs) void
CapabilitiesBaseTypeImpl.setOperationsMetadata
(OperationsMetadataType newOperationsMetadata) void
DocumentRootImpl.setOperationsMetadata
(OperationsMetadataType newOperationsMetadata) -
Uses of OperationsMetadataType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type OperationsMetadataTypeModifier and TypeMethodDescriptionOws20Switch.caseOperationsMetadataType
(OperationsMetadataType object) Returns the result of interpreting the object as an instance of 'Operations Metadata Type'.boolean
Ows20Validator.validateOperationsMetadataType
(OperationsMetadataType operationsMetadataType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of OperationsMetadataType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type OperationsMetadataTypeModifier and TypeMethodDescriptionboolean
CapabilitiesBaseTypeValidator.validateOperationsMetadata
(OperationsMetadataType value) boolean
DocumentRootValidator.validateOperationsMetadata
(OperationsMetadataType value)