Uses of Interface
org.opengis.metadata.identification.Keywords
Packages that use Keywords
Package
Description
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of Keywords in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement KeywordsModifier and TypeClassDescriptionclassKeywords, their type and reference source.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type KeywordsModifier and TypeMethodDescriptionAbstractIdentification.getDescriptiveKeywords()Provides category keywords, their type, and reference source.Methods in org.apache.sis.metadata.iso.identification with parameters of type KeywordsModifier and TypeMethodDescriptionstatic DefaultKeywordsDefaultKeywords.castOrCopy(Keywords object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type KeywordsModifier and TypeMethodDescriptionvoidAbstractIdentification.setDescriptiveKeywords(Collection<? extends Keywords> newValues) Sets category keywords, their type, and reference source.Constructors in org.apache.sis.metadata.iso.identification with parameters of type KeywordsModifierConstructorDescriptionDefaultKeywords(Keywords object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Keywords in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type KeywordsModifier and TypeMethodDescriptionCollection<? extends Keywords> Identification.getDescriptiveKeywords()Provides category keywords, their type, and reference source.