Uses of Interface
net.opengis.gml.MetaDataPropertyType
Packages that use MetaDataPropertyType
Package
Description
- 
Uses of MetaDataPropertyType in net.opengis.gml
Methods in net.opengis.gml that return MetaDataPropertyTypeModifier and TypeMethodDescriptionGmlFactory.createMetaDataPropertyType()Returns a new object of class 'Meta Data Property Type'.DocumentRoot.getMetaDataProperty()Returns the value of the 'Meta Data Property' containment reference.Methods in net.opengis.gml with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setMetaDataProperty(MetaDataPropertyType value) Sets the value of the 'Meta Data Property' containment reference. - 
Uses of MetaDataPropertyType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement MetaDataPropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Meta Data Property Type'.Methods in net.opengis.gml.impl that return MetaDataPropertyTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createMetaDataPropertyType()DocumentRootImpl.getMetaDataProperty()Methods in net.opengis.gml.impl with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetMetaDataProperty(MetaDataPropertyType newMetaDataProperty, NotificationChain msgs) voidDocumentRootImpl.setMetaDataProperty(MetaDataPropertyType newMetaDataProperty)  - 
Uses of MetaDataPropertyType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionGmlSwitch.caseMetaDataPropertyType(MetaDataPropertyType object) Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.booleanGmlValidator.validateMetaDataPropertyType(MetaDataPropertyType metaDataPropertyType, DiagnosticChain diagnostics, Map context)  - 
Uses of MetaDataPropertyType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateMetaDataProperty(MetaDataPropertyType value)  - 
Uses of MetaDataPropertyType in net.opengis.wcs10
Subinterfaces of MetaDataPropertyType in net.opengis.wcs10Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Metadata Association Type'.interfaceA representation of the model object 'Metadata Link Type'. - 
Uses of MetaDataPropertyType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement MetaDataPropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Metadata Association Type'.classAn implementation of the model object 'Metadata Link Type'. - 
Uses of MetaDataPropertyType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionWcs10Switch.caseMetaDataPropertyType(MetaDataPropertyType object) Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.