Uses of Class
org.apache.sis.metadata.iso.content.DefaultAttributeGroup
Packages that use DefaultAttributeGroup
Package
Description
JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
Description of the dataset content.
-
Uses of DefaultAttributeGroup in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultAttributeGroupModifier and TypeMethodDescriptionMD_AttributeGroup.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrc:MD_AttributeGroup>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultAttributeGroupModifier and TypeMethodDescriptionprotected Class
<DefaultAttributeGroup> MD_AttributeGroup.getBoundType()
Returns the type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultAttributeGroupModifier and TypeMethodDescriptionvoid
MD_AttributeGroup.setElement
(DefaultAttributeGroup value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_AttributeGroup
MD_AttributeGroup.wrap
(DefaultAttributeGroup value) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<mrc:MD_AttributeGroup>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultAttributeGroupModifierConstructorDescriptionprivate
Constructor for theMD_AttributeGroup.wrap(org.apache.sis.metadata.iso.content.DefaultAttributeGroup)
method only. -
Uses of DefaultAttributeGroup in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultAttributeGroupModifier and TypeFieldDescriptionprivate DefaultAttributeGroup
MetadataBuilder.attributeGroup
Information about content type for groups of attributes for a specific range dimension, ornull
if none.Methods in org.apache.sis.internal.storage that return DefaultAttributeGroupModifier and TypeMethodDescriptionprivate DefaultAttributeGroup
MetadataBuilder.attributeGroup()
Creates the attribute group object if it does not already exists, then returns it. -
Uses of DefaultAttributeGroup in org.apache.sis.metadata.iso.content
Fields in org.apache.sis.metadata.iso.content with type parameters of type DefaultAttributeGroupModifier and TypeFieldDescriptionprivate Collection
<DefaultAttributeGroup> DefaultCoverageDescription.attributeGroups
Information on attribute groups of the resource.Methods in org.apache.sis.metadata.iso.content that return types with arguments of type DefaultAttributeGroupModifier and TypeMethodDescriptionprivate Collection
<DefaultAttributeGroup> DefaultCoverageDescription.getAttributeGroup()
Invoked by JAXB at both marshalling and unmarshalling time.DefaultCoverageDescription.getAttributeGroups()
Returns information on attribute groups of the resource.Method parameters in org.apache.sis.metadata.iso.content with type arguments of type DefaultAttributeGroupModifier and TypeMethodDescriptionvoid
DefaultCoverageDescription.setAttributeGroups
(Collection<? extends DefaultAttributeGroup> newValues) Sets information on attribute groups of the resource.Constructors in org.apache.sis.metadata.iso.content with parameters of type DefaultAttributeGroupModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.