Uses of Class
org.gvsig.timesupport.AbsoluteIntervalTypeNotRegisteredException
Packages that use AbsoluteIntervalTypeNotRegisteredException
-
Uses of AbsoluteIntervalTypeNotRegisteredException in org.gvsig.timesupport
Methods in org.gvsig.timesupport that throw AbsoluteIntervalTypeNotRegisteredExceptionModifier and TypeMethodDescriptionTimeSupportManager.createAbsoluteInterval(int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis) Creates anAbsoluteIntervalfrom individual fields.TimeSupportManager.createAbsoluteInterval(int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis, Chronology chronology) Creates anAbsoluteIntervalfrom individual fields and a chronology.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startAbsoluteInstant, int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis) Creates anAbsoluteIntervalfrom a start instant and an increment of the time fields.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startAbsoluteInstant, int years, int months, int weeks, int days, int hours, int minutes, int seconds, int millis, Chronology chronology) Creates anAbsoluteIntervalfrom a start instant and an increment of the time fields and a chronology.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startInstant, AbsoluteInstant endInstant) Creates anAbsoluteIntervalfrom a start and an end instants.TimeSupportManager.createAbsoluteInterval(AbsoluteInstant startInstant, AbsoluteInstant endInstant, Chronology chronology) Creates anAbsoluteIntervalfrom a start and an end instants and a chronology.TimeSupportManager.getAbsoluteIntervalType(int type) Gets anAbsoluteIntervalTypeby code.