Uses of Interface
org.gvsig.timesupport.AbsoluteInstant
Packages that use AbsoluteInstant
-
Uses of AbsoluteInstant in org.gvsig.timesupport
Methods in org.gvsig.timesupport that return AbsoluteInstantModifier and TypeMethodDescriptionTimeSupportManager.createAbsoluteInstant()Creates anAbsoluteInstantwithout any value.TimeSupportManager.createAbsoluteInstant(int[] types, int[] values) Creates anAbsoluteInstantwith a set of types and an array of values.TimeSupportManager.createAbsoluteInstant(int[] typess, int[] values, Chronology chronology) Creates anAbsoluteInstantwith a set of types and an array of values.TimeSupportManager.createAbsoluteInstant(int type, int value) Creates anAbsoluteInstantwith a type and a value.TimeSupportManager.createAbsoluteInstant(int type, int value, Chronology chronology) Creates anAbsoluteInstantwith a type and a value and using a chronology.TimeSupportManager.createAbsoluteInstant(Chronology chronology) Creates anAbsoluteInstantwithout any value and using a chronology.AbsoluteInterval.getEnd()Gets the end of this time interval, which is exclusive, as an Instant.AbsoluteInterval.getStart()Gets the start of this time interval, which is inclusive, as an Instant.AbsoluteInstant.minus(AbsoluteInterval interval) Gets a copy of this instance with the specified period take away.AbsoluteInstant.plus(AbsoluteInterval interval) Gets a copy of this instance with the specified period added.Methods in org.gvsig.timesupport with parameters of type AbsoluteInstantModifier and TypeMethodDescriptionTimeSupportManager.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.