Uses of Interface
net.opengis.gml.AbstractMetaDataType
-
Packages that use AbstractMetaDataType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of AbstractMetaDataType in net.opengis.gml
Methods in net.opengis.gml that return AbstractMetaDataType Modifier and Type Method Description AbstractMetaDataType
DocumentRoot. getMetaData()
Returns the value of the 'Meta Data' containment reference.AbstractMetaDataType
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 AbstractMetaDataType Modifier and Type Class Description class
AbstractMetaDataTypeImpl
An implementation of the model object 'Abstract Meta Data Type'.Methods in net.opengis.gml.impl that return AbstractMetaDataType Modifier and Type Method Description AbstractMetaDataType
DocumentRootImpl. getMetaData()
AbstractMetaDataType
MetaDataPropertyTypeImpl. getMetaData()
Methods in net.opengis.gml.impl with parameters of type AbstractMetaDataType Modifier and Type Method Description NotificationChain
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 AbstractMetaDataType Modifier and Type Method Description Object
GmlSwitch. 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 AbstractMetaDataType Modifier and Type Method Description boolean
DocumentRootValidator. validateMetaData(AbstractMetaDataType value)
boolean
MetaDataPropertyTypeValidator. validateMetaData(AbstractMetaDataType value)
-