Uses of Interface
com.luciad.format.gml3.model.temporal.ILcdGML3TimePosition
Packages that use 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
Methods in com.luciad.ogc.wcs.common.model that return ILcdGML3TimePositionModifier 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.Methods in com.luciad.ogc.wcs.common.model with parameters of type ILcdGML3TimePositionModifier and TypeMethodDescriptionvoidTLcdWCSLonLatEnvelope.addTimePosition(ILcdGML3TimePosition aTimePosition) Adds a time position.voidTLcdWCSTimeSequence.addTimePosition(ILcdGML3TimePosition aTimePosition) Adds a time position.voidTLcdWCSTimePeriod.setBeginPosition(ILcdGML3TimePosition aBeginPosition) Sets the begin position.voidTLcdWCSTimePeriod.setEndPosition(ILcdGML3TimePosition aEndPosition) Sets the end position.