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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetMetaData(AbstractMetaDataType newMetaData, NotificationChain msgs) NotificationChainMetaDataPropertyTypeImpl.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'.booleanGmlValidator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateMetaData(AbstractMetaDataType value) booleanMetaDataPropertyTypeValidator.validateMetaData(AbstractMetaDataType value)