public class Coverage extends HypermediaEnabledData
extensionElements, transientProperties| Constructor and Description |
|---|
Coverage() |
| Modifier and Type | Method and Description |
|---|---|
RecordType |
getKnownRecordType()
The type of record being covered in this collection, if any.
|
URI |
getRecordType()
The type of record being covered, if any.
|
PlaceReference |
getSpatial()
Spatial coverage.
|
Date |
getTemporal()
Temporal coverage.
|
Coverage |
recordType(RecordType recordType)
Build out this coverage with a record type.
|
Coverage |
recordType(URI recordType)
Build out this coverage with a record type.
|
void |
setKnownRecordType(RecordType type)
The type of record being covered in this collection, if any.
|
void |
setRecordType(URI recordType)
The type of record being covered, if any.
|
void |
setSpatial(PlaceReference spatial)
Spatial coverage.
|
void |
setTemporal(Date temporal)
Temporal coverage.
|
Coverage |
spatial(PlaceReference spatial)
Build out this coverage with spatial coverage.
|
Coverage |
temporal(Date temporal)
Build out this coverage with temporal coverage.
|
addLink, addLink, addTemplatedLink, embed, getLink, getLinks, getLinks, link, link, setLinksaddExtensionElement, embed, extensionElement, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, id, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toStringpublic PlaceReference getSpatial()
public void setSpatial(PlaceReference spatial)
spatial - Spatial coverage.public Coverage spatial(PlaceReference spatial)
spatial - The spatial coverage.public Date getTemporal()
public void setTemporal(Date temporal)
temporal - Temporal coverage.public Coverage temporal(Date temporal)
temporal - The temporal coverage.public URI getRecordType()
public void setRecordType(URI recordType)
recordType - The type of record being covered.public Coverage recordType(URI recordType)
recordType - The record type.public Coverage recordType(RecordType recordType)
recordType - The record type.public RecordType getKnownRecordType()
public void setKnownRecordType(RecordType type)
type - The type of record being covered in this collection, if any.Copyright © 2016. All rights reserved.