Uses of Interface
net.opengis.gml.MetaDataPropertyType
-
Packages that use MetaDataPropertyType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of MetaDataPropertyType in net.opengis.gml
Methods in net.opengis.gml that return MetaDataPropertyType Modifier and Type Method Description MetaDataPropertyTypeGmlFactory. createMetaDataPropertyType()Returns a new object of class 'Meta Data Property Type'.MetaDataPropertyTypeDocumentRoot. getMetaDataProperty()Returns the value of the 'Meta Data Property' containment reference.Methods in net.opengis.gml with parameters of type MetaDataPropertyType Modifier and Type Method Description voidDocumentRoot. 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 MetaDataPropertyType Modifier and Type Class Description classMetaDataPropertyTypeImplAn implementation of the model object 'Meta Data Property Type'.Methods in net.opengis.gml.impl that return MetaDataPropertyType Modifier and Type Method Description MetaDataPropertyTypeGmlFactoryImpl. createMetaDataPropertyType()MetaDataPropertyTypeDocumentRootImpl. getMetaDataProperty()Methods in net.opengis.gml.impl with parameters of type MetaDataPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 MetaDataPropertyType Modifier and Type Method Description ObjectGmlSwitch. 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 MetaDataPropertyType Modifier and Type Method Description booleanDocumentRootValidator. validateMetaDataProperty(MetaDataPropertyType value) -
Uses of MetaDataPropertyType in net.opengis.wcs10
Subinterfaces of MetaDataPropertyType in net.opengis.wcs10 Modifier and Type Interface Description interfaceMetadataAssociationTypeA representation of the model object 'Metadata Association Type'.interfaceMetadataLinkTypeA representation of the model object 'Metadata Link Type'. -
Uses of MetaDataPropertyType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement MetaDataPropertyType Modifier and Type Class Description classMetadataAssociationTypeImplAn implementation of the model object 'Metadata Association Type'.classMetadataLinkTypeImplAn 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 MetaDataPropertyType Modifier and Type Method Description ObjectWcs10Switch. caseMetaDataPropertyType(MetaDataPropertyType object)Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.
-