Package | Description |
---|---|
org.n52.oxf.ows.capabilities | |
org.n52.oxf.valueDomains.time |
Modifier and Type | Method and Description |
---|---|
IDiscreteValueDomain<ITime> |
Dataset.getTemporalDomain() |
Modifier and Type | Method and Description |
---|---|
protected void |
Dataset.setTemporalDomain(IDiscreteValueDomain<ITime> temporalDomain) |
Constructor and Description |
---|
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 | Interface and Description |
---|---|
interface |
ITimePeriod |
interface |
ITimePosition
Specifies a position of time by defining year, month, day, hour, minute and second.
|
interface |
ITimeResolution
Specifies a resolution for time by defining
year, month, day, hours, minutes and seconds.
|
Modifier and Type | Class and Description |
---|---|
class |
TimePeriod
Represents a TimePeriod specified in OGC WCS spec 1.0.0 and consists of the TimePositions start and end and
the TimeResolution resolution.
|
class |
TimePosition
Represents a single timePosition.
|
class |
TimeResolution
Represents a TimeResolution as specified in ISO8601:2004.
|
Modifier and Type | Field and Description |
---|---|
(package private) List<ITime> |
TemporalValueDomain.timeList
a List of ITime objects; so either TimePosition or TimePeriod objects.
|
Modifier and Type | Method and Description |
---|---|
static ITime |
TimeFactory.createTime(String timeString) |
ITime |
TemporalValueDomain.produceValue(String... stringArray)
builds from the first element of the stringArray an ITime object.
|
Modifier and Type | Method and Description |
---|---|
List<ITime> |
TemporalValueDomain.getPossibleValues() |
Modifier and Type | Method and Description |
---|---|
void |
TemporalValueDomain.add(ITime time)
adds an ITime object to the timeList.
|
boolean |
TemporalValueDomain.containsValue(ITime time)
proofs whether the overgiven ITime object is contained in this TemporalValueDomain.
|
Constructor and Description |
---|
TemporalValueDomain(ITime time) |
TemporalValueDomain(ITime[] possibleValues) |
Constructor and Description |
---|
TemporalValueDomain(List<ITime> timeList) |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.