Uses of Interface
com.luciad.shape.ILcdTimeBounds
Packages that use 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
Methods in com.luciad.format.aixm51.model.abstractfeature that return ILcdTimeBounds -
Uses of ILcdTimeBounds in com.luciad.format.asdi
Methods in com.luciad.format.asdi that return ILcdTimeBoundsModifier and TypeMethodDescriptionTLcdASDIFlightPlanHistory.getTimeBounds()TLcdASDITrajectory.getTimeBounds() -
Uses of ILcdTimeBounds in com.luciad.format.asterix
Methods in com.luciad.format.asterix that return ILcdTimeBoundsModifier and TypeMethodDescriptionTLcdASTERIXFilteredModel.getTimeBounds()TLcdASTERIXPlot.getTimeBounds()TLcdASTERIXTrajectory.getTimeBounds()TLcdASTERIXWeatherPicture.getTimeBounds() -
Uses of ILcdTimeBounds in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdTimeBoundsModifier and TypeClassDescriptionclassA 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
Classes in com.luciad.format.gml32.model that implement ILcdTimeBoundsModifier and TypeClassDescriptionclassA 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
Methods in com.luciad.format.kml22.model that return ILcdTimeBoundsModifier and TypeMethodDescriptionTLcdKML22RenderableModel.getDefaultFilterTimeBounds()Returns the content type ordering to apply when performing a call to aapplyOnInteractorelementsmethod 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.Methods in com.luciad.format.kml22.model with parameters of type ILcdTimeBoundsModifier and TypeMethodDescriptionintTLcdKML22DynamicModel.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.intTLcdKML22DynamicModel.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.intTLcdKML22RenderableModel.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.intTLcdKML22RenderableModel.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.voidTLcdKML22RenderableModel.setDefaultFilterTimeBounds(ILcdTimeBounds aFilterTimeBounds) Sets the time bounds to restrict to when performing a call to aapplyOnInteractorelementsmethod that does not take a time bounds parameter. -
Uses of ILcdTimeBounds in com.luciad.format.kml22.model.feature
Methods in com.luciad.format.kml22.model.feature that return ILcdTimeBoundsModifier and TypeMethodDescriptionTLcdKML22AbstractFeature.getTimeBounds()TLcdKML22PaintableGroundOverlay.getTimeBounds()Returns the original, unaltered time bounds of theTLcdKML22GroundOverlaywrapped by this object. -
Uses of ILcdTimeBounds in com.luciad.format.kml22.model.time
Classes in com.luciad.format.kml22.model.time that implement ILcdTimeBoundsModifier and TypeClassDescriptionclassDomain class modeling the KML TimeSpanType type.classDomain class modeling the KML TimeStampType type. -
Uses of ILcdTimeBounds in com.luciad.format.netcdf
Methods in com.luciad.format.netcdf that return ILcdTimeBounds -
Uses of ILcdTimeBounds in com.luciad.format.nvg.nvg20.model
Methods in com.luciad.format.nvg.nvg20.model that return ILcdTimeBounds -
Uses of ILcdTimeBounds in com.luciad.ogc.csw.model
Classes in com.luciad.ogc.csw.model that implement ILcdTimeBoundsModifier and TypeClassDescriptionclassSpecifies the temporal extent of the data item that a metadata record describes. -
Uses of ILcdTimeBounds in com.luciad.ogc.csw.server.profile
Methods in com.luciad.ogc.csw.server.profile that return ILcdTimeBoundsModifier and TypeMethodDescriptionTLcdCSWInspireProfile.InspireConfiguration.getTemporalExtent()Returns the time range of the metadataMethods in com.luciad.ogc.csw.server.profile with parameters of type ILcdTimeBoundsModifier and TypeMethodDescriptionvoidTLcdCSWInspireProfile.InspireConfiguration.setTemporalExtent(ILcdTimeBounds aTemporalExtent) Sets the time range of the metadata -
Uses of ILcdTimeBounds in com.luciad.shape
Subinterfaces of ILcdTimeBounds in com.luciad.shapeModifier and TypeInterfaceDescriptioninterfaceAnILcdEditableTimeBoundsobject is anILcdTimeBoundsobject that can be changed.Classes in com.luciad.shape that implement ILcdTimeBoundsModifier and TypeClassDescriptionclassThis class provides an implementation ofILcdTimeBounds.Methods in com.luciad.shape that return ILcdTimeBoundsModifier and TypeMethodDescriptionILcdTimeBounded.getTimeBounds()Returns theILcdTimeBoundsby which this object is bounded.static ILcdTimeBoundsTLcdTimeBoundsUtil.intersection(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the intersection between specifiedaTimeBounds1argument and the specifiedaTimeBounds2argument.static ILcdTimeBoundsTLcdTimeBoundsUtil.union(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the union of specifiedaTimeBounds1argument and the specifiedaTimeBounds2argument.static ILcdTimeBoundsTLcdTimeBoundsUtil.union(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2, boolean aIgnoreUnbounded) Returns the union of two time bounds.Methods in com.luciad.shape with parameters of type ILcdTimeBoundsModifier and TypeMethodDescriptionstatic booleanTLcdTimeBoundsUtil.contains(ILcdTimeBounds aOuterTimeBounds, ILcdTimeBounds aInnerTimeBounds) Checks whether the specifiedaOuterTimeBoundsargument contains the specifiedaInnerTimeBoundsargument.static booleanTLcdTimeBoundsUtil.interacts(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Checks whether the specifiedaTimeBounds1argument interacts with the specifiedaTimeBounds2argument.static ILcdTimeBoundsTLcdTimeBoundsUtil.intersection(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the intersection between specifiedaTimeBounds1argument and the specifiedaTimeBounds2argument.voidTLcdTimeBounds.set(ILcdTimeBounds aTimeBounds) A convenience method that sets the properties of this timebounds to match the properties of a given timeboundsdefault voidILcdEditableTimeBounds.setToUnion(ILcdTimeBounds aTimeBounds) Adjusts the time bounds so it contains the given time bounds.static ILcdTimeBoundsTLcdTimeBoundsUtil.union(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2) Returns the union of specifiedaTimeBounds1argument and the specifiedaTimeBounds2argument.static ILcdTimeBoundsTLcdTimeBoundsUtil.union(ILcdTimeBounds aTimeBounds1, ILcdTimeBounds aTimeBounds2, boolean aIgnoreUnbounded) Returns the union of two time bounds.Constructors in com.luciad.shape with parameters of type ILcdTimeBoundsModifierConstructorDescriptionTLcdTimeBounds(ILcdTimeBounds aTimeBounds) Creates a time bounds with the same arguments as the givenILcdTimeBounds