Uses of Interface
net.opengis.wcs10.MetadataAssociationType
-
Packages that use MetadataAssociationType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of MetadataAssociationType in net.opengis.wcs10
Subinterfaces of MetadataAssociationType in net.opengis.wcs10 Modifier and Type Interface Description interface
MetadataLinkType
A representation of the model object 'Metadata Link Type'.Methods in net.opengis.wcs10 that return MetadataAssociationType Modifier and Type Method Description MetadataAssociationType
Wcs10Factory. createMetadataAssociationType()
Returns a new object of class 'Metadata Association Type'. -
Uses of MetadataAssociationType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement MetadataAssociationType 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'.Methods in net.opengis.wcs10.impl that return MetadataAssociationType Modifier and Type Method Description MetadataAssociationType
Wcs10FactoryImpl. createMetadataAssociationType()
-
Uses of MetadataAssociationType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type MetadataAssociationType Modifier and Type Method Description Object
Wcs10Switch. caseMetadataAssociationType(MetadataAssociationType object)
Returns the result of interpreting the object as an instance of 'Metadata Association Type'.
-