Uses of Class
org.apache.sis.metadata.iso.identification.DefaultKeywordClass
Packages that use DefaultKeywordClass
Package
Description
JAXB adapters for metadata.
Information to uniquely identify the data or service.
-
Uses of DefaultKeywordClass in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultKeywordClassModifier and TypeMethodDescriptionfinal DefaultKeywordClassMD_KeywordClass.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mri:MD_KeywordClass>XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultKeywordClassModifier and TypeMethodDescriptionprotected final Class<DefaultKeywordClass>MD_KeywordClass.getBoundType()Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultKeywordClassModifier and TypeMethodDescriptionfinal voidMD_KeywordClass.setElement(DefaultKeywordClass value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_KeywordClassMD_KeywordClass.Since2014.wrap(DefaultKeywordClass value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.protected MD_KeywordClassMD_KeywordClass.wrap(DefaultKeywordClass value) Invoked byPropertyTypeat marshalling time for wrapping the given metadata value in a<mri:MD_KeywordClass>XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultKeywordClassModifierConstructorDescriptionprivateConstructor for theMD_KeywordClass.wrap(org.apache.sis.metadata.iso.identification.DefaultKeywordClass)method only. -
Uses of DefaultKeywordClass in org.apache.sis.metadata.iso.identification
Fields in org.apache.sis.metadata.iso.identification declared as DefaultKeywordClassModifier and TypeFieldDescriptionprivate DefaultKeywordClassDefaultKeywords.keywordClassUser-defined categorization of groups of keywords that extend or are orthogonal to the standardized keyword type codes.Methods in org.apache.sis.metadata.iso.identification that return DefaultKeywordClassModifier and TypeMethodDescriptionDefaultKeywords.getKeywordClass()Returns the user-defined categorization of groups of keywords that extend or are orthogonal to the standardized keyword type codes.Methods in org.apache.sis.metadata.iso.identification with parameters of type DefaultKeywordClassModifier and TypeMethodDescriptionvoidDefaultKeywords.setKeywordClass(DefaultKeywordClass newValue) Sets the user-defined categorization of groups of keywords.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultKeywordClassModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.