public class DefaultCoverageDescription extends AbstractContentInformation implements CoverageDescription
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers, LOGGER
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.
|
castOrCopy
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public 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 CoverageDescription
public void setAttributeDescription(RecordType newValue)
newValue
- The new attribute description.public Identifier getProcessingLevelCode()
null
if none.null
if none.public void setProcessingLevelCode(Identifier newValue)
newValue
- The new identifier for the level of processing.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 CoverageDescription
null
.@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 CoverageDescription
public void setRangeElementDescriptions(Collection<? extends RangeElementDescription> newValues)
newValues
- The new range element description.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.