Uses of Interface
com.luciad.view.map.multilevelgrid.ILcdMultilevelGrid
Packages that use ILcdMultilevelGrid
Package
Description
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
-
Uses of ILcdMultilevelGrid in com.luciad.view.map.multilevelgrid
Methods in com.luciad.view.map.multilevelgrid that return ILcdMultilevelGridModifier and TypeMethodDescriptionTLcdMultilevelGridCoordinateModel.getMultilevelGrid()
Returns the grid on which this model is based.TLcdMultilevelGridLayer.getMultilevelGrid()
Returns theILcdMultilevelGrid
on which this layer is based.Methods in com.luciad.view.map.multilevelgrid with parameters of type ILcdMultilevelGridModifier and TypeMethodDescriptionstatic int
TLcdMultilevelGridUtil.applyOnInteract
(ILcdBounds aBounds, ILcdFunction aFunction, int aLevel, ILcdMultilevelGrid aGrid, ILcdGeoReference aGeoReference) Finds allILcdMultilevelGridCoordinate
defined with regard to aILcdMultilevelGrid
passed at a given level that are inside the bounds passed and applies the function passed on them.static void
TLcdMultilevelGridUtil.multilevelCoordinateAtSFCT
(ILcdPoint aPoint, int aNumberOfLevels, ILcdMultilevelGrid aMultilevelGrid, ILcdGeoReference aGeoReference, ILcdEditableMultilevelGridCoordinate aEditableMultilevelCoordinateSFCT) Finds the multilevel coordinate with the given number of levels specified that covers the point passed.static void
TLcdMultilevelGridUtil.multilevelCoordinateBoundsSFCT
(ILcdMultilevelGridCoordinate aMultilevelGridCoordinate, ILcdMultilevelGrid aMultilevelGrid, ILcd2DEditableBounds a2DEditableBoundsSFCT) Moves a bounds, expressed with regard to the reference on which a coordinates grid is based, so that it coincides with the multilevel coordinate given.static void
TLcdMultilevelGridUtil.pointAtSFCT
(ILcdMultilevelGridCoordinate aMultilevelGridCoordinate, ILcdMultilevelGrid aMultilevelGrid, int aRelativeLocation, ILcd2DEditablePoint aPointSFCT) Moves a point to the lower left corner of theILcdMultilevelGridCoordinate
passed.Constructors in com.luciad.view.map.multilevelgrid with parameters of type ILcdMultilevelGridModifierConstructorDescriptionTLcdMultilevelGridCoordinateModel
(ILcdMultilevelGrid aMultilevelGrid, ILcdModelReference aModelReference) Constructs a multilevel model to containILcdMultilevelCoordinate
which are defined with regard to the multilevel grid passed, which is based on the model reference passed.TLcdMultilevelGridLayer
(ILcdMultilevelGrid aMultilevelGrid, ILcdModelReference aModelReference) Constructs aTLcdMultilevelGridLayer
that will render a multilevel grid in anILcdGXYView
.