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 MetaDataPropertyType
GmlFactory. createMetaDataPropertyType()
Returns a new object of class 'Meta Data Property Type'.MetaDataPropertyType
DocumentRoot. 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 void
DocumentRoot. 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 class
MetaDataPropertyTypeImpl
An implementation of the model object 'Meta Data Property Type'.Methods in net.opengis.gml.impl that return MetaDataPropertyType Modifier and Type Method Description MetaDataPropertyType
GmlFactoryImpl. createMetaDataPropertyType()
MetaDataPropertyType
DocumentRootImpl. getMetaDataProperty()
Methods in net.opengis.gml.impl with parameters of type MetaDataPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMetaDataProperty(MetaDataPropertyType newMetaDataProperty, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
GmlSwitch. caseMetaDataPropertyType(MetaDataPropertyType object)
Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.boolean
GmlValidator. 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 boolean
DocumentRootValidator. validateMetaDataProperty(MetaDataPropertyType value)
-
Uses of MetaDataPropertyType in net.opengis.wcs10
Subinterfaces of MetaDataPropertyType in net.opengis.wcs10 Modifier and Type Interface Description interface
MetadataAssociationType
A representation of the model object 'Metadata Association Type'.interface
MetadataLinkType
A 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 class
MetadataAssociationTypeImpl
An implementation of the model object 'Metadata Association Type'.class
MetadataLinkTypeImpl
An 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 Object
Wcs10Switch. caseMetaDataPropertyType(MetaDataPropertyType object)
Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.
-