public class DefaultCoverageDescription extends AbstractContentInformation implements CoverageDescription
MD_CoverageDescription
└─attributeDescription…… Description of the attribute described by the measurement value.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultCoverageDescription()
Constructs an empty coverage description.
|
DefaultCoverageDescription(CoverageDescription object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultCoverageDescription |
castOrCopy(CoverageDescription object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
RecordType |
getAttributeDescription()
Returns the description of the attribute described by the measurement value.
|
Collection<DefaultAttributeGroup> |
getAttributeGroups()
Returns information on attribute groups of the resource.
|
CoverageContentType |
getContentType()
Deprecated.
As of ISO 19115:2014, moved to
DefaultAttributeGroup.getContentTypes(). |
Collection<RangeDimension> |
getDimensions()
Deprecated.
As of ISO 19115:2014, moved to
DefaultAttributeGroup.getAttributes(). |
Identifier |
getProcessingLevelCode()
Returns an identifier for the level of processing that has been applied to the resource, or
null if none. |
Collection<RangeElementDescription> |
getRangeElementDescriptions()
Provides the description of the specific range elements of a coverage.
|
void |
setAttributeDescription(RecordType newValue)
Sets the description of the attribute described by the measurement value.
|
void |
setAttributeGroups(Collection<? extends DefaultAttributeGroup> newValues)
Sets information on attribute groups of the resource.
|
void |
setContentType(CoverageContentType newValue)
Deprecated.
As of ISO 19115:2014, moved to
DefaultAttributeGroup.setContentTypes(Collection). |
void |
setDimensions(Collection<? extends RangeDimension> newValues)
Deprecated.
As of ISO 19115:2014, moved to
DefaultAttributeGroup.setAttributes(Collection). |
void |
setProcessingLevelCode(Identifier newValue)
Sets the identifier for the level of processing that has been applied to the resource.
|
void |
setRangeElementDescriptions(Collection<? extends RangeElementDescription> newValues)
Sets the description of the specific range elements of a coverage.
|
castOrCopyfreeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultCoverageDescription()
public DefaultCoverageDescription(CoverageDescription object)
object - the metadata to copy values from, or null if none.castOrCopy(CoverageDescription)public static DefaultCoverageDescription castOrCopy(CoverageDescription object)
null, then this method returns null.ImageDescription, then this
method delegates to the castOrCopy(…) method of the corresponding SIS subclass.DefaultCoverageDescription, then it is returned unchanged.DefaultCoverageDescription instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public RecordType getAttributeDescription()
getAttributeDescription in interface CoverageDescriptionpublic void setAttributeDescription(RecordType newValue)
newValue - the new attribute description.@UML(identifier="processingLevelCode", obligation=OPTIONAL, specification=ISO_19115) public Identifier getProcessingLevelCode()
null if none.null if none.public void setProcessingLevelCode(Identifier newValue)
newValue - the new identifier for the level of processing.@UML(identifier="attributeGroup", obligation=OPTIONAL, specification=ISO_19115) public Collection<DefaultAttributeGroup> getAttributeGroups()
AttributeGroup interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
public void setAttributeGroups(Collection<? extends DefaultAttributeGroup> newValues)
AttributeGroup interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValues - the new information on attribute groups of the resource.@Deprecated public CoverageContentType getContentType()
DefaultAttributeGroup.getContentTypes().getContentType in interface CoverageDescriptionnull.@Deprecated public void setContentType(CoverageContentType newValue)
DefaultAttributeGroup.setContentTypes(Collection).newValue - the new content type.@Deprecated public final Collection<RangeDimension> getDimensions()
DefaultAttributeGroup.getAttributes().getDimensions in interface CoverageDescription@Deprecated public void setDimensions(Collection<? extends RangeDimension> newValues)
DefaultAttributeGroup.setAttributes(Collection).newValues - the new dimensions.public Collection<RangeElementDescription> getRangeElementDescriptions()
getRangeElementDescriptions in interface CoverageDescriptionpublic void setRangeElementDescriptions(Collection<? extends RangeElementDescription> newValues)
newValues - the new range element description.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.