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 TypeMethodDescriptionvoidMD_AttributeGroup.setElement(DefaultAttributeGroup value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_AttributeGroupMD_AttributeGroup.wrap(DefaultAttributeGroup value) Invoked byPropertyTypeat 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 DefaultAttributeGroupModifierConstructorDescriptionprivateConstructor 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 DefaultAttributeGroupMetadataBuilder.attributeGroupInformation about content type for groups of attributes for a specific range dimension, ornullif none.Methods in org.apache.sis.internal.storage that return DefaultAttributeGroupModifier and TypeMethodDescriptionprivate DefaultAttributeGroupMetadataBuilder.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.attributeGroupsInformation 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 TypeMethodDescriptionvoidDefaultCoverageDescription.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.