Uses of Interface
com.luciad.format.gml3.model.temporal.ILcdGML3TimePosition
Package
Description
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
-
Uses of ILcdGML3TimePosition in com.luciad.ogc.wcs.common.model
Modifier and TypeMethodDescriptionTLcdWCSTimePeriod.getBeginPosition()
Gets the begin position.TLcdWCSTimePeriod.getEndPosition()
Gets the end position.TLcdWCSLonLatEnvelope.getTimePosition
(int aIndex) Gets the time position at a given position.TLcdWCSTimeSequence.getTimePosition
(int aIndex) Gets the time position at a given position.Modifier and TypeMethodDescriptionvoid
TLcdWCSLonLatEnvelope.addTimePosition
(ILcdGML3TimePosition aTimePosition) Adds a time position.void
TLcdWCSTimeSequence.addTimePosition
(ILcdGML3TimePosition aTimePosition) Adds a time position.void
TLcdWCSTimePeriod.setBeginPosition
(ILcdGML3TimePosition aBeginPosition) Sets the begin position.void
TLcdWCSTimePeriod.setEndPosition
(ILcdGML3TimePosition aEndPosition) Sets the end position.