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.gmlMethods in net.opengis.gml that return AbstractMetaDataType Modifier and Type Method Description AbstractMetaDataTypeDocumentRoot. getMetaData()Returns the value of the 'Meta Data' containment reference.AbstractMetaDataTypeMetaDataPropertyType. getMetaData()Returns the value of the 'Meta Data' containment reference.
- 
Uses of AbstractMetaDataType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement AbstractMetaDataType Modifier and Type Class Description classAbstractMetaDataTypeImplAn implementation of the model object 'Abstract Meta Data Type'.Methods in net.opengis.gml.impl that return AbstractMetaDataType Modifier and Type Method Description AbstractMetaDataTypeDocumentRootImpl. getMetaData()AbstractMetaDataTypeMetaDataPropertyTypeImpl. getMetaData()Methods in net.opengis.gml.impl with parameters of type AbstractMetaDataType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMetaData(AbstractMetaDataType newMetaData, NotificationChain msgs)NotificationChainMetaDataPropertyTypeImpl. basicSetMetaData(AbstractMetaDataType newMetaData, NotificationChain msgs)
- 
Uses of AbstractMetaDataType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type AbstractMetaDataType Modifier and Type Method Description ObjectGmlSwitch. 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.validationMethods in net.opengis.gml.validation with parameters of type AbstractMetaDataType Modifier and Type Method Description booleanDocumentRootValidator. validateMetaData(AbstractMetaDataType value)booleanMetaDataPropertyTypeValidator. validateMetaData(AbstractMetaDataType value)
 
-