Uses of Interface
net.opengis.gml.AbstractMetaDataType
Packages that use AbstractMetaDataType
Package
Description
-
Uses of AbstractMetaDataType in net.opengis.gml
Methods in net.opengis.gml that return AbstractMetaDataTypeModifier and TypeMethodDescriptionDocumentRoot.getMetaData()
Returns the value of the 'Meta Data' containment reference.MetaDataPropertyType.getMetaData()
Returns the value of the 'Meta Data' containment reference. -
Uses of AbstractMetaDataType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractMetaDataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Meta Data Type'.Methods in net.opengis.gml.impl that return AbstractMetaDataTypeModifier and TypeMethodDescriptionDocumentRootImpl.getMetaData()
MetaDataPropertyTypeImpl.getMetaData()
Methods in net.opengis.gml.impl with parameters of type AbstractMetaDataTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMetaData
(AbstractMetaDataType newMetaData, NotificationChain msgs) NotificationChain
MetaDataPropertyTypeImpl.basicSetMetaData
(AbstractMetaDataType newMetaData, NotificationChain msgs) -
Uses of AbstractMetaDataType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractMetaDataTypeModifier and TypeMethodDescriptionGmlSwitch.caseAbstractMetaDataType
(AbstractMetaDataType object) Returns the result of interpreting the object as an instance of 'Abstract Meta Data Type'.boolean
GmlValidator.validateAbstractMetaDataType
(AbstractMetaDataType abstractMetaDataType, DiagnosticChain diagnostics, Map context) -
Uses of AbstractMetaDataType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractMetaDataTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateMetaData
(AbstractMetaDataType value) boolean
MetaDataPropertyTypeValidator.validateMetaData
(AbstractMetaDataType value)