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 MetadataLinkTypeWcs10Factory. createMetadataLinkType()Returns a new object of class 'Metadata Link Type'.MetadataLinkTypeDocumentRoot. 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 voidDocumentRoot. 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 classMetadataLinkTypeImplAn implementation of the model object 'Metadata Link Type'.Methods in net.opengis.wcs10.impl that return MetadataLinkType Modifier and Type Method Description MetadataLinkTypeWcs10FactoryImpl. createMetadataLinkType()MetadataLinkTypeDocumentRootImpl. getMetadataLink()Methods in net.opengis.wcs10.impl with parameters of type MetadataLinkType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMetadataLink(MetadataLinkType newMetadataLink, NotificationChain msgs)voidDocumentRootImpl. 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 ObjectWcs10Switch. 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 booleanDocumentRootValidator. validateMetadataLink(MetadataLinkType value)
-