org.n52.oxf.valueDomains.time
Interface ITimeResolution
- All Superinterfaces:
- ITime
- All Known Implementing Classes:
- TimeResolution
public interface ITimeResolution
- extends ITime
Specifies a resolution for time by defining
year, month, day, hours, minutes and seconds.
Fields inherited from interface org.n52.oxf.ows.capabilities.ITime |
NOT_SET |
getYears
long getYears()
getMonths
int getMonths()
getDays
int getDays()
getHours
int getHours()
getMinutes
int getMinutes()
getSeconds
float getSeconds()
Copyright © 2012-2013 52north.org. All Rights Reserved.