Uses of Interface
com.luciad.shape.ILcdTimeBounds
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
Provides classes and interfaces for decoding and displaying ASTERIX data.
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 and its subpackages provide a domain model for the KML 2.2 data format.
This package contains all feature classes of KML.
This package contains all time-related information contained in KML files.
Provides support for decoding NetCDF files.
This package contains a domain model to represent an NVG 2.0 data source.
Provides API for modeling OGC Catalog Service domain concepts.
Additional support for implementing CSW server profiles, such as ISO or Inspire.
Everything related to representing three-dimensional shapes.
-
Uses of ILcdTimeBounds in com.luciad.format.aixm51.model.abstractfeature
-
Uses of ILcdTimeBounds in com.luciad.format.asdi
Modifier and TypeMethodDescriptionTLcdASDIFlightPlanHistory.getTimeBounds()
TLcdASDITrajectory.getTimeBounds()
-
Uses of ILcdTimeBounds in com.luciad.format.asterix
Modifier and TypeMethodDescriptionTLcdASTERIXFilteredModel.getTimeBounds()
TLcdASTERIXPlot.getTimeBounds()
TLcdASTERIXTrajectory.getTimeBounds()
TLcdASTERIXWeatherPicture.getTimeBounds()
-
Uses of ILcdTimeBounds in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
A GML period acts as a one-dimensional geometric primitive that represents an identifiable extent in time, usually defined by two time positions or time instants. -
Uses of ILcdTimeBounds in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
A GML period acts as a one-dimensional geometric primitive that represents an identifiable extent in time, usually defined by two time positions or time instants. -
Uses of ILcdTimeBounds in com.luciad.format.kml22.model
Modifier and TypeMethodDescriptionTLcdKML22RenderableModel.getDefaultFilterTimeBounds()
Returns the content type ordering to apply when performing a call to aapplyOnInteract
orelements
method that does not take a content type parameter.TLcdKML22DynamicModel.getTimeBounds
(ILcdBounds aSpatialBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, ILcdFilter aElementFilter, boolean aIgnoreUnboundedTimeBounds) Returns the union of all time bounds of the elements in this model that meet the specified filter.TLcdKML22RenderableModel.getTimeBounds()
TLcdKML22RenderableModel.getTimeBounds
(ILcdBounds aSpatialBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, ILcdFilter aElementFilter, boolean aIgnoreUnboundedTimeBounds) Returns the union of all time bounds of the elements in the hierarchy of the delegate model that meet the specified filter.Modifier and TypeMethodDescriptionint
TLcdKML22DynamicModel.applyOnInteract2DBounds
(ILcdBounds aBounds, ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aFilterOnAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, boolean aForceDrawingOrder, boolean aStrictInteract, ILcdFunction aFunctionToApply, double aPrecisionX, double aPrecisionY) Applies the specified function to all the model elements that meet the specified filter.int
TLcdKML22DynamicModel.applyOnInteract2DBounds
(ILcdBounds aBounds, ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aFilterOnAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, boolean aForceDrawingOrder, boolean aStrictInteract, ILcdFunction aFunctionToApply, double aPrecisionX, double aPrecisionY, double aMinSizeX, double aMinSizeY, boolean aIncludePoints) Applies the specified function to all the model elements that meet the specified filter.int
TLcdKML22RenderableModel.applyOnInteract2DBounds
(ILcdBounds aBounds, ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aFilterOnAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, boolean aForceDrawingOrder, boolean aStrictInteract, ILcdFunction aFunctionToApply, double aPrecisionX, double aPrecisionY) Applies the specified function to all the model elements that meet the specified filter.int
TLcdKML22RenderableModel.applyOnInteract2DBounds
(ILcdBounds aBounds, ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aFilterOnAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, boolean aForceDrawingOrder, boolean aStrictInteract, ILcdFunction aFunctionToApply, double aPrecisionX, double aPrecisionY, double aMinSizeX, double aMinSizeY, boolean aIncludePoints) Applies the specified function to all the model elements that meet the specified filter.TLcdKML22DynamicModel.elements
(ILcdBounds aBounds, ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, boolean aForceDrawingOrder) Returns an enumeration over all elements of this model that meet the specified filter.TLcdKML22RenderableModel.elements
(ILcdBounds aBounds, ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aAltitudeModes, boolean aFilterOnVisibility, boolean aFilterOnRegion, boolean aForceDrawingOrder) Returns an enumeration over all elements of this model that meet the specified filter.TLcdKML22DynamicModel.getBounds
(ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aAltitudeModes, boolean aFilterOnVisibility, ILcdFilter aElementFilter) Returns the union of all spatial bounds of the elements in this model that meet the specified filter.TLcdKML22RenderableModel.getBounds
(ILcdTimeBounds aTimeBounds, Set<ELcdKML22ContentType> aContentTypes, Set<ELcdKML22AltitudeMode> aAltitudeModes, boolean aFilterOnVisibility, ILcdFilter aElementFilter) Returns the union of all spatial bounds of the elements in this model that meet the specified filter.void
TLcdKML22RenderableModel.setDefaultFilterTimeBounds
(ILcdTimeBounds aFilterTimeBounds) Sets the time bounds to restrict to when performing a call to aapplyOnInteract
orelements
method that does not take a time bounds parameter. -
Uses of ILcdTimeBounds in com.luciad.format.kml22.model.feature
Modifier and TypeMethodDescriptionTLcdKML22AbstractFeature.getTimeBounds()
TLcdKML22PaintableGroundOverlay.getTimeBounds()
Returns the original, unaltered time bounds of theTLcdKML22GroundOverlay
wrapped by this object. -
Uses of ILcdTimeBounds in com.luciad.format.kml22.model.time
Modifier and TypeClassDescriptionclass
Domain class modeling the KML TimeSpanType type.class
Domain class modeling the KML TimeStampType type. -
Uses of ILcdTimeBounds in com.luciad.format.netcdf
-
Uses of ILcdTimeBounds in com.luciad.format.nvg.nvg20.model
-
Uses of ILcdTimeBounds in com.luciad.ogc.csw.model
Modifier and TypeClassDescriptionclass
Specifies the temporal extent of the data item that a metadata record describes. -
Uses of ILcdTimeBounds in com.luciad.ogc.csw.server.profile
Modifier and TypeMethodDescriptionTLcdCSWInspireProfile.InspireConfiguration.getTemporalExtent()
Returns the time range of the metadataModifier and TypeMethodDescriptionvoid
TLcdCSWInspireProfile.InspireConfiguration.setTemporalExtent
(ILcdTimeBounds aTemporalExtent) Sets the time range of the metadata -
Uses of ILcdTimeBounds in com.luciad.shape
Modifier and TypeInterfaceDescriptioninterface
AnILcdEditableTimeBounds
object is anILcdTimeBounds
object that can be changed.Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdTimeBounds
.Modifier and TypeMethodDescriptionILcdTimeBounded.getTimeBounds()
Returns theILcdTimeBounds
by which this object is bounded.static ILcdTimeBounds
TLcdTimeBoundsUtil.intersection
(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the intersection between specifiedaTimeBounds1
argument and the specifiedaTimeBounds2
argument.static ILcdTimeBounds
TLcdTimeBoundsUtil.union
(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the union of specifiedaTimeBounds1
argument and the specifiedaTimeBounds2
argument.static ILcdTimeBounds
TLcdTimeBoundsUtil.union
(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2, boolean aIgnoreUnbounded) Returns the union of two time bounds.Modifier and TypeMethodDescriptionstatic boolean
TLcdTimeBoundsUtil.contains
(ILcdTimeBounds aOuterTimeBounds, ILcdTimeBounds aInnerTimeBounds) Checks whether the specifiedaOuterTimeBounds
argument contains the specifiedaInnerTimeBounds
argument.static boolean
TLcdTimeBoundsUtil.interacts
(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Checks whether the specifiedaTimeBounds1
argument interacts with the specifiedaTimeBounds2
argument.static ILcdTimeBounds
TLcdTimeBoundsUtil.intersection
(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the intersection between specifiedaTimeBounds1
argument and the specifiedaTimeBounds2
argument.void
TLcdTimeBounds.set
(ILcdTimeBounds aTimeBounds) A convenience method that sets the properties of this timebounds to match the properties of a given timeboundsdefault void
ILcdEditableTimeBounds.setToUnion
(ILcdTimeBounds aTimeBounds) Adjusts the time bounds so it contains the given time bounds.static ILcdTimeBounds
TLcdTimeBoundsUtil.union
(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the union of specifiedaTimeBounds1
argument and the specifiedaTimeBounds2
argument.static ILcdTimeBounds
TLcdTimeBoundsUtil.union
(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2, boolean aIgnoreUnbounded) Returns the union of two time bounds.ModifierConstructorDescriptionTLcdTimeBounds
(ILcdTimeBounds aTimeBounds) Creates a time bounds with the same arguments as the givenILcdTimeBounds