AttributeGroup interface.
Limitations:
XML instead.Defined in the sis-metadata module
identifiers, LOGGER| Constructor and Description |
|---|
DefaultAttributeGroup()
Constructs an initially empty attribute group.
|
DefaultAttributeGroup(CoverageContentType contentType,
RangeDimension attribute)
Constructs an attribute group initialized to the given values.
|
DefaultAttributeGroup(DefaultAttributeGroup object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RangeDimension> |
getAttributes()
Returns information on an attribute of the resource.
|
Collection<CoverageContentType> |
getContentTypes()
Returns the types of information represented by the value(s).
|
void |
setAttributes(Collection<? extends RangeDimension> newValues)
Sets information on an attribute of the resource.
|
void |
setContentTypes(Collection<? extends CoverageContentType> newValues)
Sets the types of information represented by the value(s).
|
getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultAttributeGroup()
public DefaultAttributeGroup(CoverageContentType contentType, RangeDimension attribute)
contentType - Type of information represented by the value, or null.attribute - The attribute, or null.public DefaultAttributeGroup(DefaultAttributeGroup object)
object - The metadata to copy values from, or null if none.#castOrCopy(AttributeGroup)public void setContentTypes(Collection<? extends CoverageContentType> newValues)
newValues - The new types of information.public void setAttributes(Collection<? extends RangeDimension> newValues)
newValues - The new attributes.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.