Uses of Enum Class
com.luciad.shape.ILcdTimeBounds.Boundedness
Packages that use ILcdTimeBounds.Boundedness
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package contains all time-related information contained in KML files.
Provides API for modeling OGC Catalog Service domain concepts.
Everything related to representing three-dimensional shapes.
-
Uses of ILcdTimeBounds.Boundedness in com.luciad.format.gml31.model
Methods in com.luciad.format.gml31.model that return ILcdTimeBounds.BoundednessModifier and TypeMethodDescriptionTLcdGML31TimePeriod.getBeginTimeBoundedness()
Returns the boundedness of the begin time.TLcdGML31TimePeriod.getEndTimeBoundedness()
Returns the boundedness of the end time. -
Uses of ILcdTimeBounds.Boundedness in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return ILcdTimeBounds.BoundednessModifier and TypeMethodDescriptionTLcdGML32TimePeriod.getBeginTimeBoundedness()
Returns the boundedness of the begin time.TLcdGML32TimePeriod.getEndTimeBoundedness()
Returns the boundedness of the end time. -
Uses of ILcdTimeBounds.Boundedness in com.luciad.format.kml22.model.time
Methods in com.luciad.format.kml22.model.time that return ILcdTimeBounds.BoundednessModifier and TypeMethodDescriptionTLcdKML22TimeSpan.getBeginTimeBoundedness()
TLcdKML22TimeStamp.getBeginTimeBoundedness()
TLcdKML22TimeSpan.getEndTimeBoundedness()
TLcdKML22TimeStamp.getEndTimeBoundedness()
Methods in com.luciad.format.kml22.model.time with parameters of type ILcdTimeBounds.BoundednessModifier and TypeMethodDescriptionvoid
TLcdKML22TimeSpan.setBeginTimeBoundedness
(ILcdTimeBounds.Boundedness aBoundedness) void
TLcdKML22TimeStamp.setBeginTimeBoundedness
(ILcdTimeBounds.Boundedness aBoundedness) void
TLcdKML22TimeSpan.setEndTimeBoundedness
(ILcdTimeBounds.Boundedness aBoundedness) void
TLcdKML22TimeStamp.setEndTimeBoundedness
(ILcdTimeBounds.Boundedness aBoundedness) -
Uses of ILcdTimeBounds.Boundedness in com.luciad.ogc.csw.model
Methods in com.luciad.ogc.csw.model that return ILcdTimeBounds.BoundednessModifier and TypeMethodDescriptionTLcdCSWTemporalExtent.getBeginTimeBoundedness()
TLcdCSWTemporalExtent.getEndTimeBoundedness()
-
Uses of ILcdTimeBounds.Boundedness in com.luciad.shape
Methods in com.luciad.shape that return ILcdTimeBounds.BoundednessModifier and TypeMethodDescriptionILcdTimeBounds.getBeginTimeBoundedness()
Returns the boundedness of the begin time.TLcdTimeBounds.getBeginTimeBoundedness()
ILcdTimeBounds.getEndTimeBoundedness()
Returns the boundedness of the end time.TLcdTimeBounds.getEndTimeBoundedness()
static ILcdTimeBounds.Boundedness
Returns the enum constant of this class with the specified name.static ILcdTimeBounds.Boundedness[]
ILcdTimeBounds.Boundedness.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.shape with parameters of type ILcdTimeBounds.BoundednessModifier and TypeMethodDescriptionvoid
ILcdEditableTimeBounds.setBeginTimeBoundedness
(ILcdTimeBounds.Boundedness aBeginTimeBoundedness) Adjusts the boundedness of the begin time.void
TLcdTimeBounds.setBeginTimeBoundedness
(ILcdTimeBounds.Boundedness aBeginTimeBoundedness) void
ILcdEditableTimeBounds.setEndTimeBoundedness
(ILcdTimeBounds.Boundedness aEndTimeBoundedness) Adjusts the boundedness of the end time.void
TLcdTimeBounds.setEndTimeBoundedness
(ILcdTimeBounds.Boundedness aEndTimeBoundedness) Constructors in com.luciad.shape with parameters of type ILcdTimeBounds.BoundednessModifierConstructorDescriptionTLcdTimeBounds
(long aBeginTime, ILcdTimeBounds.Boundedness aBeginTimeBoundedness, long aEndTime, ILcdTimeBounds.Boundedness aEndTimeBoundedness) Creates a time bounds with the specified arguments.