Uses of Interface
net.opengis.ows11.OperationsMetadataType
-
Packages that use OperationsMetadataType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation -
-
Uses of OperationsMetadataType in net.opengis.ows11
Methods in net.opengis.ows11 that return OperationsMetadataType Modifier and Type Method Description OperationsMetadataType
Ows11Factory. createOperationsMetadataType()
Returns a new object of class 'Operations Metadata Type'.OperationsMetadataType
CapabilitiesBaseType. getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference.OperationsMetadataType
DocumentRoot. getOperationsMetadata()
Returns the value of the 'Operations Metadata' containment reference.Methods in net.opengis.ows11 with parameters of type OperationsMetadataType Modifier and Type Method Description void
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.ows11.impl
Classes in net.opengis.ows11.impl that implement OperationsMetadataType Modifier and Type Class Description class
OperationsMetadataTypeImpl
An implementation of the model object 'Operations Metadata Type'.Fields in net.opengis.ows11.impl declared as OperationsMetadataType Modifier and Type Field Description protected OperationsMetadataType
CapabilitiesBaseTypeImpl. operationsMetadata
The cached value of the 'Operations Metadata
' containment reference.Methods in net.opengis.ows11.impl that return OperationsMetadataType Modifier and Type Method Description OperationsMetadataType
Ows11FactoryImpl. createOperationsMetadataType()
OperationsMetadataType
CapabilitiesBaseTypeImpl. getOperationsMetadata()
OperationsMetadataType
DocumentRootImpl. getOperationsMetadata()
Methods in net.opengis.ows11.impl with parameters of type OperationsMetadataType Modifier and Type Method Description NotificationChain
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.ows11.util
Methods in net.opengis.ows11.util with parameters of type OperationsMetadataType Modifier and Type Method Description Object
Ows11Switch. caseOperationsMetadataType(OperationsMetadataType object)
Returns the result of interpreting the object as an instance of 'Operations Metadata Type'.boolean
Ows11Validator. validateOperationsMetadataType(OperationsMetadataType operationsMetadataType, DiagnosticChain diagnostics, Map context)
-
Uses of OperationsMetadataType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type OperationsMetadataType Modifier and Type Method Description boolean
CapabilitiesBaseTypeValidator. validateOperationsMetadata(OperationsMetadataType value)
boolean
DocumentRootValidator. validateOperationsMetadata(OperationsMetadataType value)
-