Uses of Class
org.n52.shetland.ogc.gml.time.TimeInstant
-
-
Uses of TimeInstant in org.n52.shetland.inspire
Subclasses of TimeInstant in org.n52.shetland.inspire Modifier and Type Class Description classInspireDateOfCreationService internal representation of INSPIRE date of creationclassInspireDateOfLastRevisionService internal representation of INSPIRE date of last revisionclassInspireDateOfPublicationService internal representation of INSPIRE date of publication -
Uses of TimeInstant in org.n52.shetland.inspire.dls
Methods in org.n52.shetland.inspire.dls that return TimeInstant Modifier and Type Method Description TimeInstantFullInspireExtendedCapabilities. getMetadataDate()TimeInstantInspireCapabilities.InspireExtendedCapabilitiesMetadataDate. getMetadataDate()Get the metadata dateMethods in org.n52.shetland.inspire.dls with parameters of type TimeInstant Modifier and Type Method Description FullInspireExtendedCapabilitiesFullInspireExtendedCapabilities. setMetadataDate(TimeInstant metadataDate)InspireCapabilities.InspireExtendedCapabilitiesMetadataDateInspireCapabilities.InspireExtendedCapabilitiesMetadataDate. setMetadataDate(TimeInstant metadataDate)Set the metadata date -
Uses of TimeInstant in org.n52.shetland.inspire.ef
Methods in org.n52.shetland.inspire.ef that return TimeInstant Modifier and Type Method Description TimeInstantReportToLegalAct. getReportDate()Methods in org.n52.shetland.inspire.ef with parameters of type TimeInstant Modifier and Type Method Description voidReportToLegalAct. setReportDate(TimeInstant reportDate) -
Uses of TimeInstant in org.n52.shetland.ogc.gml.time
Methods in org.n52.shetland.ogc.gml.time with parameters of type TimeInstant Modifier and Type Method Description voidTimePeriod. extendToContain(TimeInstant instant)Extend TimePeriod to containTimeInstantConstructors in org.n52.shetland.ogc.gml.time with parameters of type TimeInstant Constructor Description TimePeriod(TimeInstant startTime, TimeInstant endTime)Constructor usingTimeInstants -
Uses of TimeInstant in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om that return TimeInstant Modifier and Type Method Description TimeInstantOmObservation. getResultTime()Get result time.TimeInstantStreamingValue. getResultTime()Methods in org.n52.shetland.ogc.om with parameters of type TimeInstant Modifier and Type Method Description voidOmObservation. setResultTime(TimeInstant resultTime)Set result time.protected voidStreamingValue. setResultTime(TimeInstant resultTime) -
Uses of TimeInstant in org.n52.shetland.ogc.sensorML.elements
Methods in org.n52.shetland.ogc.sensorML.elements that return TimeInstant Modifier and Type Method Description TimeInstantSmlDocumentation. getDate()Methods in org.n52.shetland.ogc.sensorML.elements with parameters of type TimeInstant Modifier and Type Method Description voidSmlDocumentation. setDate(TimeInstant date) -
Uses of TimeInstant in org.n52.shetland.ogc.sos.gda
Methods in org.n52.shetland.ogc.sos.gda that return types with arguments of type TimeInstant Modifier and Type Method Description List<TimeInstant>GetDataAvailabilityResponse.DataAvailability. getResultTimes()Methods in org.n52.shetland.ogc.sos.gda with parameters of type TimeInstant Modifier and Type Method Description GetDataAvailabilityResponse.DataAvailabilityGetDataAvailabilityResponse.DataAvailability. addResultTime(TimeInstant resultTime)Method parameters in org.n52.shetland.ogc.sos.gda with type arguments of type TimeInstant Modifier and Type Method Description GetDataAvailabilityResponse.DataAvailabilityGetDataAvailabilityResponse.DataAvailability. setResultTimes(List<TimeInstant> resultTimes)
-