- LabelDrawPriorityDefault - Static variable in class com.mousebird.maply.RenderController
-
- LabelInfo - Class in com.mousebird.maply
-
We use this class to designate attribute shared by a group of labels.
- LabelInfo() - Constructor for class com.mousebird.maply.LabelInfo
-
- LabelInfo.TextJustify - Enum in com.mousebird.maply
-
Justification values for text.
- labelInfoForFont(String, float) - Method in class com.mousebird.maply.MapboxVectorStyleSet
-
- labelManager - Variable in class com.mousebird.maply.RenderController
-
- LabelPriorityDefault - Static variable in class com.mousebird.maply.LabelInfo
-
Default priority for labels.
- largestLoopCenter(Point2d, Point2d) - Method in class com.mousebird.maply.VectorObject
-
Find the largest loop and return its center.
- Layer - Class in com.mousebird.maply
-
The Layer subclass is used by the LayerThread to track Maply
objects that need to be updated on a regular basis.
- Layer() - Constructor for class com.mousebird.maply.Layer
-
- layerShouldDisplay(String, TileID) - Method in class com.mousebird.maply.MapboxVectorStyleSet
-
- layerShouldDisplay(String, TileID) - Method in class com.mousebird.maply.sld.sldstyleset.SLDStyleSet
-
- layerShouldDisplay(String, TileID) - Method in interface com.mousebird.maply.VectorStyleInterface
-
Returns true if the given layer (by name) should be displayed at all.
- layerShouldDisplay(String, TileID) - Method in class com.mousebird.maply.VectorStyleSimpleGenerator
-
We'll display all layers
- layerThread - Variable in class com.mousebird.maply.Layer
-
- LayerThread - Class in com.mousebird.maply
-
The layer thread runs tasks we want off the UI thread, but still need
some control over.
- LayerThread.ViewWatcherInterface - Interface in com.mousebird.maply
-
Objects that want to be called when the view updates its position
fill out this interface and register with the layer thread.
- LayoutAbove - Static variable in class com.mousebird.maply.LabelInfo
-
- LayoutBelow - Static variable in class com.mousebird.maply.LabelInfo
-
- LayoutCenter - Static variable in class com.mousebird.maply.LabelInfo
-
- layoutImportance - Variable in class com.mousebird.maply.LabelInfo
-
- layoutImportance - Variable in class com.mousebird.maply.ScreenLabel
-
The layout engine controls how text is displayed.
- layoutImportance - Variable in class com.mousebird.maply.ScreenMarker
-
This is the importance value passed to the layout engine.
- layoutLayer - Variable in class com.mousebird.maply.RenderController
-
- LayoutLeft - Static variable in class com.mousebird.maply.LabelInfo
-
- layoutManager - Variable in class com.mousebird.maply.RenderController
-
- LayoutNone - Static variable in class com.mousebird.maply.LabelInfo
-
- layoutPlacement - Variable in class com.mousebird.maply.LabelInfo
-
- layoutPlacement - Variable in class com.mousebird.maply.ScreenLabel
-
The layout placement controls where we can put the label relative to
its point.
- LayoutRight - Static variable in class com.mousebird.maply.LabelInfo
-
- layoutSize - Variable in class com.mousebird.maply.ScreenLabel
-
If set, this is the size of the object as seen by the layout engine.
- layoutSize - Variable in class com.mousebird.maply.ScreenMarker
-
If set, this is the size of the object as seen by the layout engine.
- length() - Method in class com.mousebird.maply.Point3d
-
Calculate the length of this as a vector.
- level - Variable in class com.mousebird.maply.TileID
-
Level refers to the level within the quad tree.
- Light - Class in com.mousebird.maply
-
The Light provides a simple interface to basic lighting within the toolkit.
- Light() - Constructor for class com.mousebird.maply.Light
-
- linearMiddle(Point2d) - Method in class com.mousebird.maply.VectorObject
-
Calculate the midpoint of a multi-point line.
- linearMiddle(Point2d, CoordSystem) - Method in class com.mousebird.maply.VectorObject
-
Calculate the midpoint of a multi-point line.
- linearsToAreals() - Method in class com.mousebird.maply.VectorObject
-
Convert any linears features into areals, by closing them and return
a new vector object or null.
- LinearTextureBuilder - Class in com.mousebird.maply
-
The Maply Linear Texture Builder is used to construct linear textures
for use on widened vectors.
- LinearTextureBuilder() - Constructor for class com.mousebird.maply.LinearTextureBuilder
-
- ll - Variable in class com.mousebird.maply.CoordSystem
-
Lower left corner of the bounding box in local coordinates.
- ll - Variable in class com.mousebird.maply.Mbr
-
Lower left corner of the bounding box.
- ll - Variable in class com.mousebird.maply.ScreenObject.BoundingBox
-
- LoaderInterpreter - Interface in com.mousebird.maply
-
Loader Interpreter converts raw data into images and objects.
- LoaderReturn - Class in com.mousebird.maply
-
Passed in to and returned by the Loader Interpreter.
- LoaderReturn() - Constructor for class com.mousebird.maply.LoaderReturn
-
- loadInterp - Variable in class com.mousebird.maply.QuadLoaderBase
-
- loadLibraryName - Variable in class com.mousebird.maply.BaseController.Settings
-
If set, we'll use a different library name rather than the default.
- loadLibraryName() - Method in class com.mousebird.maply.GlobeMapFragment
-
Override this if you've got a different name for the core WG-Maply library.
- loadSldInputStream() - Method in class com.mousebird.maply.sld.sldstyleset.SLDStyleSet
-
Parses the desired SLD document tree and create the corresponding symbolizers.
- loc - Variable in class com.mousebird.maply.Marker
-
The location in geographic (WGS84) radians.
- loc - Variable in class com.mousebird.maply.ScreenLabel
-
The location in geographic (WGS84) radians.
- loc - Variable in class com.mousebird.maply.ScreenMarker
-
The location in geographic (WGS84) radians.
- localData - Variable in class com.mousebird.maply.RemoteTileFetcher.Stats
-
- localToGeocentric(Point3d) - Method in class com.mousebird.maply.CoordSystem
-
Convert from the local coordinate system to Geocentric
- localToGeographic(Point3d) - Method in class com.mousebird.maply.CoordSystem
-
Convert from the local coordinate system to WGS84 longitude/latitude in radians.
- LoftedPolyInfo - Class in com.mousebird.maply
-
Used to describe how we want to build lofted polygons, including side and top,
colors and such.
- LoftedPolyInfo() - Constructor for class com.mousebird.maply.LoftedPolyInfo
-
Construct the lofted polyg info with default values.
- LoftedPolyPriorityDefault - Static variable in class com.mousebird.maply.LoftedPolyInfo
-
- loftManager - Variable in class com.mousebird.maply.RenderController
-