Uses of Class
org.gvsig.timesupport.AbsoluteInstantTypeNotRegisteredException
Packages that use AbsoluteInstantTypeNotRegisteredException
-
Uses of AbsoluteInstantTypeNotRegisteredException in org.gvsig.timesupport
Methods in org.gvsig.timesupport that throw AbsoluteInstantTypeNotRegisteredExceptionModifier and TypeMethodDescriptionTimeSupportManager.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.getAbsoluteInstantType(int type) Gets anAbsoluteInstantTypeby code.