Uses of Interface
net.opengis.ows10.OperationsMetadataType
-
Packages that use OperationsMetadataType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of OperationsMetadataType in net.opengis.ows10
Methods in net.opengis.ows10 that return OperationsMetadataType Modifier and Type Method Description OperationsMetadataType
Ows10Factory. 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.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement OperationsMetadataType Modifier and Type Class Description class
OperationsMetadataTypeImpl
An implementation of the model object 'Operations Metadata Type'.Fields in net.opengis.ows10.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.ows10.impl that return OperationsMetadataType Modifier and Type Method Description OperationsMetadataType
Ows10FactoryImpl. createOperationsMetadataType()
OperationsMetadataType
CapabilitiesBaseTypeImpl. getOperationsMetadata()
OperationsMetadataType
DocumentRootImpl. getOperationsMetadata()
Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type OperationsMetadataType Modifier and Type Method Description boolean
CapabilitiesBaseTypeValidator. validateOperationsMetadata(OperationsMetadataType value)
boolean
DocumentRootValidator. validateOperationsMetadata(OperationsMetadataType value)
-