Uses of Interface
org.opengis.metadata.identification.Keywords
-
Packages that use Keywords Package Description org.geotools.metadata.iso.identification Identification implementation.org.opengis.metadata.identification Identification information (includes data and service identification). -
-
Uses of Keywords in org.geotools.metadata.iso.identification
Classes in org.geotools.metadata.iso.identification that implement Keywords Modifier and Type Class Description class
KeywordsImpl
Keywords, their type and reference source.Methods in org.geotools.metadata.iso.identification that return types with arguments of type Keywords Modifier and Type Method Description Collection<Keywords>
IdentificationImpl. getDescriptiveKeywords()
Provides category keywords, their type, and reference source.Method parameters in org.geotools.metadata.iso.identification with type arguments of type Keywords Modifier and Type Method Description void
IdentificationImpl. setDescriptiveKeywords(Collection<? extends Keywords> newValues)
Set category keywords, their type, and reference source.Constructors in org.geotools.metadata.iso.identification with parameters of type Keywords Constructor Description KeywordsImpl(Keywords source)
Constructs a metadata entity initialized with the values from the specified metadata. -
Uses of Keywords in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type Keywords Modifier and Type Method Description Collection<? extends Keywords>
Identification. getDescriptiveKeywords()
Provides category keywords, their type, and reference source.
-