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 theILcdMultilevelGridon which this layer is based.Methods in com.luciad.view.map.multilevelgrid with parameters of type ILcdMultilevelGridModifier and TypeMethodDescriptionstatic intTLcdMultilevelGridUtil.applyOnInteract(ILcdBounds aBounds, ILcdFunction aFunction, int aLevel, ILcdMultilevelGrid aGrid, ILcdGeoReference aGeoReference) Finds allILcdMultilevelGridCoordinatedefined with regard to aILcdMultilevelGridpassed at a given level that are inside the bounds passed and applies the function passed on them.static voidTLcdMultilevelGridUtil.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 voidTLcdMultilevelGridUtil.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 voidTLcdMultilevelGridUtil.pointAtSFCT(ILcdMultilevelGridCoordinate aMultilevelGridCoordinate, ILcdMultilevelGrid aMultilevelGrid, int aRelativeLocation, ILcd2DEditablePoint aPointSFCT) Moves a point to the lower left corner of theILcdMultilevelGridCoordinatepassed.Constructors in com.luciad.view.map.multilevelgrid with parameters of type ILcdMultilevelGridModifierConstructorDescriptionTLcdMultilevelGridCoordinateModel(ILcdMultilevelGrid aMultilevelGrid, ILcdModelReference aModelReference) Constructs a multilevel model to containILcdMultilevelCoordinatewhich are defined with regard to the multilevel grid passed, which is based on the model reference passed.TLcdMultilevelGridLayer(ILcdMultilevelGrid aMultilevelGrid, ILcdModelReference aModelReference) Constructs aTLcdMultilevelGridLayerthat will render a multilevel grid in anILcdGXYView.