Uses of Class
org.apache.sis.metadata.iso.content.DefaultAttributeGroup
Packages that use DefaultAttributeGroup
Package
Description
JAXB adapters for metadata.
Description of the dataset content.
-
Uses of DefaultAttributeGroup in org.apache.sis.internal.jaxb.metadata
Subclasses with type arguments of type DefaultAttributeGroup in org.apache.sis.internal.jaxb.metadataModifier and TypeClassDescriptionfinal classJAXB adapter mapping implementing class to the GeoAPI interface.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. -
Uses of DefaultAttributeGroup in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return types with arguments of type DefaultAttributeGroupModifier and TypeMethodDescriptionDefaultCoverageDescription.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.