Uses of Interface
net.opengis.wcs10.MetadataLinkType
-
Packages that use MetadataLinkType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of MetadataLinkType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return MetadataLinkType Modifier and Type Method Description MetadataLinkType
Wcs10Factory. createMetadataLinkType()
Returns a new object of class 'Metadata Link Type'.MetadataLinkType
DocumentRoot. getMetadataLink()
Returns the value of the 'Metadata Link' containment reference.Methods in net.opengis.wcs10 with parameters of type MetadataLinkType Modifier and Type Method Description void
DocumentRoot. setMetadataLink(MetadataLinkType value)
Sets the value of the 'Metadata Link
' containment reference. -
Uses of MetadataLinkType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement MetadataLinkType Modifier and Type Class Description class
MetadataLinkTypeImpl
An implementation of the model object 'Metadata Link Type'.Methods in net.opengis.wcs10.impl that return MetadataLinkType Modifier and Type Method Description MetadataLinkType
Wcs10FactoryImpl. createMetadataLinkType()
MetadataLinkType
DocumentRootImpl. getMetadataLink()
Methods in net.opengis.wcs10.impl with parameters of type MetadataLinkType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMetadataLink(MetadataLinkType newMetadataLink, NotificationChain msgs)
void
DocumentRootImpl. setMetadataLink(MetadataLinkType newMetadataLink)
-
Uses of MetadataLinkType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type MetadataLinkType Modifier and Type Method Description Object
Wcs10Switch. caseMetadataLinkType(MetadataLinkType object)
Returns the result of interpreting the object as an instance of 'Metadata Link Type'. -
Uses of MetadataLinkType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type MetadataLinkType Modifier and Type Method Description boolean
DocumentRootValidator. validateMetadataLink(MetadataLinkType value)
-