Uses of Interface
net.opengis.gml311.AbstractMetaDataType
-
Packages that use AbstractMetaDataType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractMetaDataType in net.opengis.gml311
Subinterfaces of AbstractMetaDataType in net.opengis.gml311 Modifier and Type Interface Description interface
GenericMetaDataType
A representation of the model object 'Generic Meta Data Type'.Methods in net.opengis.gml311 that return AbstractMetaDataType Modifier and Type Method Description AbstractMetaDataType
DocumentRoot. getMetaData()
Returns the value of the 'Meta Data' containment reference. -
Uses of AbstractMetaDataType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractMetaDataType Modifier and Type Class Description class
AbstractMetaDataTypeImpl
An implementation of the model object 'Abstract Meta Data Type'.class
GenericMetaDataTypeImpl
An implementation of the model object 'Generic Meta Data Type'.Methods in net.opengis.gml311.impl that return AbstractMetaDataType Modifier and Type Method Description AbstractMetaDataType
DocumentRootImpl. getMetaData()
Methods in net.opengis.gml311.impl with parameters of type AbstractMetaDataType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMetaData(AbstractMetaDataType newMetaData, NotificationChain msgs)
-
Uses of AbstractMetaDataType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractMetaDataType Modifier and Type Method Description T
Gml311Switch. caseAbstractMetaDataType(AbstractMetaDataType object)
Returns the result of interpreting the object as an instance of 'Abstract Meta Data Type'.boolean
Gml311Validator. validateAbstractMetaDataType(AbstractMetaDataType abstractMetaDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-