public class Dataset extends Description
Constructor and Description |
---|
Dataset(String title,
String identifier,
IBoundingBox[] boundingBoxes) |
Dataset(String title,
String identifier,
IBoundingBox[] boundingBoxes,
String[] outputFormats,
String[] availableCRSs,
String fees,
Locale[] language,
String pointOfContactString,
IDiscreteValueDomain<ITime> temporalDomain,
String abstractDescription,
String[] keywords) |
Modifier and Type | Method and Description |
---|---|
String[] |
getAvailableCRSs() |
IBoundingBox[] |
getBoundingBoxes() |
String |
getFees() |
String |
getIdentifier() |
Locale[] |
getLanguage() |
String[] |
getOutputFormats() |
String |
getPointOfContactString() |
IDiscreteValueDomain<ITime> |
getTemporalDomain() |
protected void |
setAvailableCRSs(String[] availableCRS) |
protected void |
setBoundingBoxes(IBoundingBox[] boundingBox) |
protected void |
setFees(String fees) |
protected void |
setIdentifier(String identifier) |
protected void |
setLanguage(Locale[] language) |
protected void |
setOutputFormats(String[] outputFormat) |
protected void |
setPointOfContactString(String pointOfContactString) |
protected void |
setTemporalDomain(IDiscreteValueDomain<ITime> temporalDomain) |
String |
toString() |
String |
toXML() |
getAbstractDescription, getKeywords, getTitle, setAbstractDescription, setKeywords, setTitle
public Dataset(String title, String identifier, IBoundingBox[] boundingBoxes)
public String toXML()
public String[] getAvailableCRSs()
protected void setAvailableCRSs(String[] availableCRS)
public IBoundingBox[] getBoundingBoxes()
protected void setBoundingBoxes(IBoundingBox[] boundingBox) throws IllegalArgumentException
boundingBox
- the bounding box to setIllegalArgumentException
- if the boundingBoxes[] is empty.public String getFees()
protected void setFees(String fees)
public String getIdentifier()
protected void setIdentifier(String identifier) throws IllegalArgumentException
identifier
- the identifier to setIllegalArgumentException
- if the identifier is empty.public Locale[] getLanguage()
protected void setLanguage(Locale[] language)
public String[] getOutputFormats()
protected void setOutputFormats(String[] outputFormat)
public String getPointOfContactString()
protected void setPointOfContactString(String pointOfContactString)
public IDiscreteValueDomain<ITime> getTemporalDomain()
protected void setTemporalDomain(IDiscreteValueDomain<ITime> temporalDomain)
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.