Uses of Enum Class
com.luciad.shape.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionTLcdKML22TimeSpan.getBeginTimeBoundedness()
TLcdKML22TimeStamp.getBeginTimeBoundedness()
TLcdKML22TimeSpan.getEndTimeBoundedness()
TLcdKML22TimeStamp.getEndTimeBoundedness()
Modifier 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
Modifier and TypeMethodDescriptionTLcdCSWTemporalExtent.getBeginTimeBoundedness()
TLcdCSWTemporalExtent.getEndTimeBoundedness()
-
Uses of ILcdTimeBounds.Boundedness in com.luciad.shape
Modifier 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.Modifier 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) ModifierConstructorDescriptionTLcdTimeBounds
(long aBeginTime, ILcdTimeBounds.Boundedness aBeginTimeBoundedness, long aEndTime, ILcdTimeBounds.Boundedness aEndTimeBoundedness) Creates a time bounds with the specified arguments.