649650651652653654655656657658659
// // // // Setting temporal Extent // // // final TemporalObject timeExtent; if (startInstant != null){ if (endInstant != null) timeExtent = new DefaultPeriod(startInstant, endInstant); else timeExtent = startInstant;