Uses of Class
org.apache.sis.metadata.iso.content.DefaultAttributeGroup
-
Packages that use DefaultAttributeGroup Package Description org.apache.sis.metadata.iso.content Description of the dataset content. -
-
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 DefaultAttributeGroup Modifier and Type Method Description Collection<DefaultAttributeGroup>DefaultCoverageDescription. getAttributeGroups()Returns information on attribute groups of the resource.Method parameters in org.apache.sis.metadata.iso.content with type arguments of type DefaultAttributeGroup Modifier and Type Method Description voidDefaultCoverageDescription. 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 DefaultAttributeGroup Constructor Description DefaultAttributeGroup(DefaultAttributeGroup object)Constructs a new instance initialized with the values from the specified metadata object.
-