- GeneralDisplayAdapter - Class in com.mousebird.maply
-
Created by sjg on 2/13/16.
- GeneralDisplayAdapter() - Constructor for class com.mousebird.maply.GeneralDisplayAdapter
-
- GeneralDisplayAdapter(CoordSystem, Point3d, Point3d, Point3d, Point3d) - Constructor for class com.mousebird.maply.GeneralDisplayAdapter
-
- genID() - Static method in class com.mousebird.maply.Identifiable
-
Generate a new ID.
- geoBoundsForTile(TileID) - Method in class com.mousebird.maply.QuadLoaderBase
-
Calculate the bounding box for a single tile in geographic.
- geoBoundsForTileNative(int, int, int, Point2d, Point2d) - Method in class com.mousebird.maply.QuadLoaderBase
-
- geocentricToLocal(Point3d) - Method in class com.mousebird.maply.CoordSystem
-
Convert from geocentric to the local coordinate system.
- GeoCoordSystem - Class in com.mousebird.maply
-
A wrapper around Maply's geo (Plate Carree) coordinate system implementation.
- GeoCoordSystem() - Constructor for class com.mousebird.maply.GeoCoordSystem
-
Construct a spherical mercator system that covers the full
extents of the earth.
- geographicToLocal(Point3d) - Method in class com.mousebird.maply.CoordSystem
-
Convert from WGS84 longitude/latitude coordinates to the local coordinate system.
- GeoJSONSource - Class in com.mousebird.maply
-
The GeoJSONSource will load vector features from a GeoJSON document, style them with an
SLD document, and add them to the globe or map.
- GeoJSONSource() - Constructor for class com.mousebird.maply.GeoJSONSource
-
- geomAdditive - Variable in class com.mousebird.maply.VectorTileStyle
-
- GeometryInfo - Class in com.mousebird.maply
-
Parameters used for Geometry display.
- GeometryInfo() - Constructor for class com.mousebird.maply.GeometryInfo
-
- GeometryInstance - Class in com.mousebird.maply
-
Represents a single Geometry Instance
- GeometryInstance() - Constructor for class com.mousebird.maply.GeometryInstance
-
- GeometryManager - Class in com.mousebird.maply
-
The geometry manager interfaces to the Maply C++/JNI side of things
and is invisible to toolkit users.
- GeometryRaw - Class in com.mousebird.maply
-
Raw Geometry object.
- GeometryRaw() - Constructor for class com.mousebird.maply.GeometryRaw
-
- GeometryRaw.GeometryType - Enum in com.mousebird.maply
-
- GeometryRawPoints - Class in com.mousebird.maply
-
Raw points passed to geometry manager.
- GeometryRawPoints() - Constructor for class com.mousebird.maply.GeometryRawPoints
-
- GeometryRawPoints.Type - Enum in com.mousebird.maply
-
- GeometryUtils - Class in com.mousebird.maply
-
A collection or random geometry utilities that aren't associated with particular objects.
- geomIsAdditive() - Method in interface com.mousebird.maply.VectorStyle
-
Set if this geometry is additive (e.g.
- geomIsAdditive() - Method in class com.mousebird.maply.VectorStyleSimpleGenerator.VectorStyleSimple
-
Set if this geometry is additive (e.g.
- geomIsAdditive() - Method in class com.mousebird.maply.VectorTileStyle
-
- geomManager - Variable in class com.mousebird.maply.RenderController
-
- GeomTypeLineString - Static variable in class com.mousebird.maply.MapboxVectorTileParser
-
- GeomTypePoint - Static variable in class com.mousebird.maply.MapboxVectorTileParser
-
- GeomTypePolygon - Static variable in class com.mousebird.maply.MapboxVectorTileParser
-
- GeomTypeUnknown - Static variable in class com.mousebird.maply.MapboxVectorTileParser
-
- geoPointFromScreen(Point2d) - Method in class com.mousebird.maply.BaseController
-
- geoPointFromScreen(Point2d) - Method in class com.mousebird.maply.GlobeController
-
Return the geographic point (radians) corresponding to the screen point.
- geoPointFromScreen(Point2d) - Method in class com.mousebird.maply.MapController
-
Return the geographic point (radians) corresponding to the screen point.
- geoPointFromScreenBatch(double[], double[], double[], double[]) - Method in class com.mousebird.maply.BaseController
-
Batch version of the geoPointFromScreen method.
- gestureDelegate - Variable in class com.mousebird.maply.GlobeController
-
Set the gesture delegate to get callbacks when the user taps somewhere.
- gestureDelegate - Variable in class com.mousebird.maply.MapController
-
Set the gesture delegate to get callbacks when the user taps somewhere.
- get(String) - Method in class com.mousebird.maply.AttrDictionary
-
Fetch an Object corresponding to the given attribute name.
- getActivity() - Method in class com.mousebird.maply.BaseController
-
Activity for the whole app.
- getAmbient() - Method in class com.mousebird.maply.Light
-
Ambient color for the light.
- getArray(String) - Method in class com.mousebird.maply.AttrDictionary
-
Return an array of Entry objects, if the given attribute name
corresponds to an array.
- getArray() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
Return an array of Entry objects, if this is compatible.
- getAssetWrapper() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getAttributes() - Method in class com.mousebird.maply.VectorObject
-
Return attributes for the feature.
- getBackgroundColor() - Method in class com.mousebird.maply.LabelInfo
-
Return the background text color in a form suitable for Android.
- getBaseController() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getBaseDrawPriority() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getBasePath() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getBasetime() - Method in class com.mousebird.maply.ParticleSystem
-
Particles move over time, but current time is a large number.
- getBatchSize() - Method in class com.mousebird.maply.ParticleSystem
-
Size of the individual batches you add when adding particles.
- getBitmap() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDGraphicParams
-
- getBoolean(String) - Method in class com.mousebird.maply.AttrDictionary
-
Convert the given attribute to a boolean or return false if it's not there.
- getBounds() - Method in class com.mousebird.maply.CoordSystem
-
Return the valid bounding box for the coordinate system.
- getBounds() - Method in class com.mousebird.maply.VectorTileData
-
Bounding box in local coordinates.
- getCategory() - Method in interface com.mousebird.maply.VectorStyle
-
If there is a category, return it.
- getCategory() - Method in class com.mousebird.maply.VectorStyleSimpleGenerator.VectorStyleSimple
-
- getCategory() - Method in class com.mousebird.maply.VectorTileStyle
-
- getCenter() - Method in class com.mousebird.maply.Billboard
-
- getChangeSet() - Method in class com.mousebird.maply.VectorTileData
-
Return any changes put into the change set rather than ComponentObjects.
- getComponentObjects() - Method in class com.mousebird.maply.VectorTileData
-
Return the component objects created for this tile.
- getComponentObjects(String) - Method in class com.mousebird.maply.VectorTileData
-
Return the component objects associated with the given category, if any.
- getContentView() - Method in class com.mousebird.maply.BaseController
-
Return the main content view used to represent the Maply Control.
- getController() - Method in class com.mousebird.maply.QuadLoaderBase
-
Controller associated with this quad loader.
- getCoordSystem() - Method in class com.mousebird.maply.BaseController
-
Return the current coordinate system.
- getCoordSystem() - Method in class com.mousebird.maply.MBTiles
-
- getCoordSystem() - Method in class com.mousebird.maply.RenderController
-
Return the current coordinate system.
- getCoordSystem() - Method in interface com.mousebird.maply.RenderControllerInterface
-
- getCoordSystem() - Method in class com.mousebird.maply.SamplingParams
-
Return the coordinate system used for the sampling.
- getCoverPoles() - Method in class com.mousebird.maply.SamplingParams
-
If set, we'll generate geometry to cover the poles on a globe.
- getCrossSymbolizerParams() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getCurrentImage() - Method in class com.mousebird.maply.QuadImageFrameLoader
-
Return the interpolated location within the array of frames.
- getCurrentImage(int) - Method in class com.mousebird.maply.QuadImageFrameLoader
-
Return the interpolated location for a given focus within the array of frames.
- getCurrentViewGeo() - Method in class com.mousebird.maply.GlobeController
-
Returns what the user is currently looking at in geographic extents.
- getCurrentViewGeo() - Method in class com.mousebird.maply.MapController
-
Returns what the user is currently looking at in geographic extents.
- getDashPatternScale() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getDataTile(TileID) - Method in class com.mousebird.maply.MBTiles
-
Fetch the data blog for a given tile.
- getDebugFlags() - Method in class com.mousebird.maply.GLTextureView
-
Get the current value of the debug flags.
- getDict(String) - Method in class com.mousebird.maply.AttrDictionary
-
Fetch a dictionary corresponding to the given attribute name.
- getDict() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
Return a dictionary, if this is a dictionary.
- getDiffuse() - Method in class com.mousebird.maply.Light
-
Diffuse light color.
- getDirection() - Method in class com.mousebird.maply.Sun
-
Return the vector corresponding to the sun location from the earth.
- getDistIn3d() - Method in class com.mousebird.maply.SelectedObject
-
The distanced in 3D from the tap point to the selected object.
- getDouble(String) - Method in class com.mousebird.maply.AttrDictionary
-
Fetch a double corresponding to the given attribute name.
- getDouble() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
Return a double, if compatible.
- getDrawOffset() - Method in class com.mousebird.maply.BaseInfo
-
- getDrawPriority() - Method in class com.mousebird.maply.BaseInfo
-
Get the drawPriority for the geometry.
- getDrawPriorityPerLevel() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getEdgeMatching() - Method in class com.mousebird.maply.SamplingParams
-
If set, we'll generate skirt geometry between the edges of tiles.
- getEGLContext() - Static method in class com.mousebird.maply.RenderController
-
- getEnable() - Method in class com.mousebird.maply.BaseInfo
-
- getEntry(String) - Method in class com.mousebird.maply.AttrDictionary
-
Return a generic dictionary entry for the given attribute.
- geteSun() - Method in class com.mousebird.maply.Atmosphere
-
Brightness of the sun (20.0 by default)
- getExposure() - Method in class com.mousebird.maply.Atmosphere
-
Exposure constant in fragment shader.
- getEyePos() - Method in class com.mousebird.maply.ViewState
-
Return the eye position.
- getFadeIn() - Method in class com.mousebird.maply.BaseInfo
-
The amount of time (in seconds) it takes for new geometry
to fade in.
- getFadeOut() - Method in class com.mousebird.maply.BaseInfo
-
The amount of time (in seconds) it takes for geometry
to fade out when removed.
- getFadeOutTime() - Method in class com.mousebird.maply.BaseInfo
-
- getFetcherName() - Method in class com.mousebird.maply.RemoteTileFetcher
-
Name of this tile fetcher.
- getFetcherName() - Method in class com.mousebird.maply.SimpleTileFetcher
-
Name of this tile fetcher.
- getFetcherName() - Method in interface com.mousebird.maply.TileFetcher
-
Name of this tile fetcher.
- getFillColor() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDGraphicParams
-
- getFirstData() - Method in class com.mousebird.maply.LoaderReturn
-
Return the first data object.
- getFlipY() - Method in class com.mousebird.maply.QuadLoaderBase
-
Control how tiles are indexed, either from the lower left or the upper left.
- getFontName() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getFontSize() - Method in class com.mousebird.maply.LabelInfo
-
- getFraction(int, double) - Static method in class com.mousebird.maply.MaplyStarModel
-
- getFrame() - Method in class com.mousebird.maply.LoaderReturn
-
If we're loading multi-frame data, which frame this is.
- getFrameBufferSize() - Method in class com.mousebird.maply.BaseController
-
Return the current framebuffer size as ints.
- getFrameBufferSize() - Method in class com.mousebird.maply.RenderController
-
Returns the framebuffer size as ints.
- getFrameBufferSize() - Method in interface com.mousebird.maply.RenderControllerInterface
-
- getFrameID(int) - Method in class com.mousebird.maply.QuadLoaderBase
-
Each frame has a 64 bit frame ID (other than just 0 through whatever)
- getFrameSize() - Method in class com.mousebird.maply.BaseController
-
Return the frame size we're rendering to.
- getG() - Method in class com.mousebird.maply.Atmosphere
-
Constant used in the fragment shader.
- getGeneration() - Method in class com.mousebird.maply.LoaderReturn
-
Return the generation this LoaderReturn has been given.
- getGeneration() - Method in class com.mousebird.maply.QuadLoaderBase
-
When you refresh the loader, we get a new generation.
- getGeoBounds() - Method in class com.mousebird.maply.VectorTileData
-
Bounding box in geographic.
- getGlobeView() - Method in class com.mousebird.maply.GlobeController
-
- getGroundShader() - Method in class com.mousebird.maply.Atmosphere
-
The ground shader we set up.
- getHeading() - Method in class com.mousebird.maply.MapController
-
Return the current heading.
- getHeight() - Method in class com.mousebird.maply.GlobeView
-
- getHeight() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDGraphicParams
-
- getHttpClient() - Method in class com.mousebird.maply.BaseController
-
Return an HTTP Client for use in fetching data, probably tiles.
- getIconDirectory() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getID() - Method in class com.mousebird.maply.ComponentObject
-
- getID() - Method in class com.mousebird.maply.ParticleSystem
-
Returns the unique ID used by the renderer.
- getID() - Method in class com.mousebird.maply.Shader
-
Returns the internal Maply ID for the shader.
- getIdentity(String) - Method in class com.mousebird.maply.AttrDictionary
-
Fetch an identity corresponding to the given name.
- getIdentity() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
Return a identity, which is a long64, if compatible.
- getIlluminatedFractionAndPhaseNative() - Method in class com.mousebird.maply.Moon
-
- getImages() - Method in class com.mousebird.maply.ImageLoaderReturn
-
Return the images in this loader return.
- getInt(String) - Method in class com.mousebird.maply.AttrDictionary
-
Return an Integer corresponding to the given attribute name.
- getInt() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
Return an integer, if compatible.
- getInteger(int, double) - Static method in class com.mousebird.maply.MaplyStarModel
-
- getJulianDateDouble(long) - Static method in class com.mousebird.maply.MaplyStarModel
-
- getKeepNorthUp() - Method in class com.mousebird.maply.GlobeController
-
True if the globe is keeping north facing up on the screen.
- getKeys() - Method in class com.mousebird.maply.AttrDictionary
-
Return all the top level attribute names.
- getKm() - Method in class com.mousebird.maply.Atmosphere
-
Mie scattering constant (0.0010 by default)
- getKr() - Method in class com.mousebird.maply.Atmosphere
-
- getLabelImportance() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getLastUpdatedTime() - Method in class com.mousebird.maply.View
-
When the view was last changed.
- getLayerThread() - Method in class com.mousebird.maply.BaseController
-
Returns the layer thread we used for processing requests.
- getLineScale() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getLiteral() - Method in class com.mousebird.maply.sld.sldexpressions.SLDLiteralExpression
-
- getLoc() - Method in class com.mousebird.maply.GlobeView
-
- getLoc() - Method in class com.mousebird.maply.MapView
-
- getMapScaleScale() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getMarkerImportance() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getMarkerScale() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getMarkerSize() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getMat() - Method in class com.mousebird.maply.StringWrapper
-
- getMaxLagTime() - Method in interface com.mousebird.maply.LayerThread.ViewWatcherInterface
-
How long the layer can go without a viewUpdated() call.
- getMaxLagTime() - Method in class com.mousebird.maply.QuadSamplingLayer
-
- getMaxLagTime() - Method in class com.mousebird.maply.UpdateLayer
-
- getMaxLineWidth() - Method in class com.mousebird.maply.BaseController
-
Returns the maximum line width on the current device.
- getMaxScaleDenominator() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getMaxTiles() - Method in class com.mousebird.maply.SamplingParams
-
Maximum number of tiles to display at once.
- getMaxZoom() - Method in class com.mousebird.maply.MBTiles
-
The maximum zoom level you'll be called about to create a tile for.
- getMaxZoom() - Method in class com.mousebird.maply.SamplingParams
-
Max zoom level for sampling.
- getMinImportance() - Method in class com.mousebird.maply.SamplingParams
-
Size of a tile in scren space (pixels^2).
- getMinImportanceTop() - Method in class com.mousebird.maply.SamplingParams
-
Normally we always load the lowest level, but this can
be set to a screen importance as in setMinImportance.
- getMinScaleDenominator() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getMinTime() - Method in interface com.mousebird.maply.LayerThread.ViewWatcherInterface
-
This minimum time before unique viewUpdated() calls.
- getMinTime() - Method in class com.mousebird.maply.QuadSamplingLayer
-
- getMinTime() - Method in class com.mousebird.maply.UpdateLayer
-
- getMinZoom() - Method in class com.mousebird.maply.MBTiles
-
The minimum zoom level you'll be called about to create a tile for.
- getMinZoom() - Method in class com.mousebird.maply.SamplingParams
-
Min zoom level for sampling.
- getName() - Method in class com.mousebird.maply.Shader
-
Returns the shader's name.
- getName() - Method in class com.mousebird.maply.sld.sldstyleset.SLDNamedLayer
-
- getNumFocus() - Method in class com.mousebird.maply.QuadImageFrameLoader
-
Return the number of focii.
- getNumFrames() - Method in class com.mousebird.maply.QuadImageFrameLoader
-
Number of tile sources passed in as individual frames.
- getNumSamples() - Method in class com.mousebird.maply.Atmosphere
-
Number of samples for the ray through the atmosphere (3 by default)
- getObjectAtScreenLoc(Point2d) - Method in class com.mousebird.maply.BaseController
-
Returns an object (if any) at a given screen location
- getObjectsAtScreenLoc(Point2d) - Method in class com.mousebird.maply.BaseController
-
- getOfflineMode() - Method in class com.mousebird.maply.BaseController
-
True if the renderer was set up as offline.
- getOfflineMode() - Method in class com.mousebird.maply.RenderController
-
If true, the renderer was set up as offline.
- getOfflineMode() - Method in interface com.mousebird.maply.RenderControllerInterface
-
- getOldVecWidthScale() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getOperator() - Method in class com.mousebird.maply.sld.sldstyleset.SLDFilter
-
- getOrient() - Method in class com.mousebird.maply.BillboardInfo
-
Return the billboard orientation.
- getOuterRadius() - Method in class com.mousebird.maply.Atmosphere
-
Outer radius of the atmosphere (1.05 by default).
- getOutlineColor() - Method in class com.mousebird.maply.LabelInfo
-
Return the outline color in a form suitable for Android.
- getOutlineSize() - Method in class com.mousebird.maply.LabelInfo
-
Return the outline size
- getPos() - Method in class com.mousebird.maply.Light
-
The location of this particular light in display space.
- getPositionGeo() - Method in class com.mousebird.maply.GlobeController
-
Returns the position in on the globe in terms of longitude and latitude in radians and height.
- getPositionGeo() - Method in class com.mousebird.maply.MapController
-
Return the position in lat/lon in radians.
- getPreserveEGLContextOnPause() - Method in class com.mousebird.maply.GLTextureView
-
- getRelativeDrawPriority() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getRenderController() - Method in class com.mousebird.maply.BaseController
-
The underlying render controller.
- getRenderMode() - Method in class com.mousebird.maply.GLTextureView
-
Get the current rendering mode.
- getScale() - Method in class com.mousebird.maply.ShapeExtruded
-
Amount to scale the outline coordinates by before creating geometry.
- getScene() - Method in class com.mousebird.maply.BaseController
-
Return the current scene.
- getScene() - Method in class com.mousebird.maply.RenderController
-
Return the current scene.
- getScene() - Method in interface com.mousebird.maply.RenderControllerInterface
-
- getScreenDist() - Method in class com.mousebird.maply.SelectedObject
-
Distance in screen space from the tap to the selected object.
- getScreenObject() - Method in class com.mousebird.maply.Billboard
-
- getSelectable() - Method in class com.mousebird.maply.Billboard
-
- getSelectable() - Method in class com.mousebird.maply.VectorObject
-
On if this features is selectable.
- getSelectable() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getSelectID() - Method in class com.mousebird.maply.Billboard
-
- getSelectID() - Method in class com.mousebird.maply.Shape
-
- getSelectIDs() - Method in class com.mousebird.maply.ComponentObject
-
- getShader(String) - Method in class com.mousebird.maply.BaseController
-
Find a shader by name
- getShader(String) - Method in class com.mousebird.maply.RenderController
-
Find a shader by name
- getShader(String) - Method in interface com.mousebird.maply.RenderControllerInterface
-
- getShaderID() - Method in class com.mousebird.maply.BaseInfo
-
Return the unique ID for the shader or 0 if there is none.
- getSingleLevel() - Method in class com.mousebird.maply.SamplingParams
-
If set, we'll concentrate on loading a single level of detail,
with restrictions based on the level loads.
- getSize() - Method in class com.mousebird.maply.Billboard
-
- getSize() - Method in class com.mousebird.maply.ClusterGroup
-
- getSize() - Method in class com.mousebird.maply.ScreenObject
-
Calculate and return the current bounding box of the screen object.
- getSize() - Method in class com.mousebird.maply.StringWrapper
-
- getSizeNative(Point2d, Point2d) - Method in class com.mousebird.maply.ScreenObject
-
- getStats() - Method in class com.mousebird.maply.QuadImageFrameLoader
-
Pull out the per-frame instantaneous stats.
- getStats(boolean) - Method in class com.mousebird.maply.RemoteTileFetcher
-
Return the stats (recent or for all time
- getStickerIDs() - Method in class com.mousebird.maply.ComponentObject
-
- getString(String) - Method in class com.mousebird.maply.AttrDictionary
-
Return a string corresponding to the given attribute name.
- getString() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
Return a string, if this a string
- getStrokeColor() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDGraphicParams
-
- getStyles() - Method in class com.mousebird.maply.sld.sldstyleset.SLDFeatureTypeStyle
-
- getStyles() - Method in class com.mousebird.maply.sld.sldstyleset.SLDNamedLayer
-
- getStyles() - Method in class com.mousebird.maply.sld.sldstyleset.SLDRule
-
- getStyles() - Method in class com.mousebird.maply.sld.sldstyleset.SLDUserStyle
-
- getStyles() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDLineSymbolizer
-
- getStyles() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDPointSymbolizer
-
- getStyles() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDPolygonSymbolizer
-
- getStyles() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizer
-
- getStyles() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDTextSymbolizer
-
- getTesselationX() - Method in class com.mousebird.maply.SamplingParams
-
Return the tesselation in X for a single tile.
- getTesselationY() - Method in class com.mousebird.maply.SamplingParams
-
Return the tesselation in Y for a single tile
- getTextColor() - Method in class com.mousebird.maply.LabelInfo
-
Return the text color in a form suitable for Android.
- getTextScale() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getTileData() - Method in class com.mousebird.maply.LoaderReturn
-
Return the tile data objects as an array
- getTileFetcher() - Method in class com.mousebird.maply.QuadImageLoaderBase
-
Return the tile fetcher being used.
- getTileID() - Method in class com.mousebird.maply.LoaderReturn
-
Tile this data belongs to.
- getTileID() - Method in class com.mousebird.maply.VectorTileData
-
Tile ID for this tile
- getTileInfo() - Method in class com.mousebird.maply.SimpleTileFetcher
-
The tile info is used by the quad paging logic to figure out
min/max zoom level and such.
- getTilt() - Method in class com.mousebird.maply.GlobeView
-
- getTime() - Method in class com.mousebird.maply.ParticleBatch
-
The time basis is used to offset times passed into the particle batch.
- getTotalParticles() - Method in class com.mousebird.maply.ParticleSystem
-
Total number of particles to display at once.
- getType() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
Return the type of this entry.
- getTypeface() - Method in class com.mousebird.maply.LabelInfo
-
Return the typeface used for the labels.
- getTypeNative() - Method in class com.mousebird.maply.AttrDictionaryEntry
-
- getUseWideVectors() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getUseZoomLevels() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getUuid() - Method in interface com.mousebird.maply.VectorStyle
-
Return a unique identifier for your style.
- getUuid() - Method in class com.mousebird.maply.VectorStyleSimpleGenerator.VectorStyleSimple
-
- getUuid() - Method in class com.mousebird.maply.VectorTileStyle
-
- getUuidField() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getValue() - Method in enum com.mousebird.maply.VectorObject.MaplyVectorObjectType
-
- getVectorIDs() - Method in class com.mousebird.maply.ComponentObject
-
- getVectors() - Method in class com.mousebird.maply.VectorTileData
-
Return all the vector objects parsed for this tile, assuming they were set
to be preserved.
- getVectorStyleSettings() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizerParams
-
- getVectorType() - Method in class com.mousebird.maply.VectorObject
-
The vector type is one of point, linear, linear3d, areal, or a combination.
- getVertexAttributes() - Method in class com.mousebird.maply.Billboard
-
Vertex attributes to apply to this billboard.
- getViewDistRangeMax() - Method in class com.mousebird.maply.BaseInfo
-
- getViewDistRangeMin() - Method in class com.mousebird.maply.BaseInfo
-
- getViewerCenter() - Method in class com.mousebird.maply.BaseInfo
-
- getViewSize() - Method in class com.mousebird.maply.BaseController
-
Return the Android view size, rather than the frame size.
- getViewState() - Method in class com.mousebird.maply.GlobeController
-
Return a simple description of the view state parameters.
- getVisibleCorners() - Method in class com.mousebird.maply.GlobeController
-
Calculate visible corners for what's currently being seen.
- getVisibleCorners() - Method in class com.mousebird.maply.MapController
-
Calculate visible corners for what's currently being seen.
- getVisibleHeightMax() - Method in class com.mousebird.maply.BaseInfo
-
Returns the minimum cutoff for visibility of the feature.
- getVisibleHeightMin() - Method in class com.mousebird.maply.BaseInfo
-
Returns the minimum cutoff for visibility of the feature.
- getW() - Method in class com.mousebird.maply.Point4d
-
Return the W value.
- getWaveLength() - Method in class com.mousebird.maply.Atmosphere
-
Wavelengths of the light (RGB).
- getWavelengthForComponent(short) - Method in class com.mousebird.maply.Atmosphere
-
Wavelengths of the light (RGB).
- getWellKnownName() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDGraphicParams
-
- getWideVecCutoff() - Method in class com.mousebird.maply.VectorStyleSettings
-
- getWideVectorIDs() - Method in class com.mousebird.maply.ComponentObject
-
- getWidth() - Method in class com.mousebird.maply.sld.sldsymbolizers.SLDGraphicParams
-
- getWorkingThread() - Method in class com.mousebird.maply.BaseController
-
Returns a layer thread you can do whatever you like on.
- getX() - Method in class com.mousebird.maply.Point2d
-
Return the X value.
- getX() - Method in class com.mousebird.maply.Point3d
-
Return the X value.
- getX() - Method in class com.mousebird.maply.Point4d
-
Return the X value.
- getY() - Method in class com.mousebird.maply.Point2d
-
Return the Y value.
- getY() - Method in class com.mousebird.maply.Point3d
-
Return the Y value.
- getY() - Method in class com.mousebird.maply.Point4d
-
Return the Y value.
- getZ() - Method in class com.mousebird.maply.Point3d
-
Return the Z value.
- getZ() - Method in class com.mousebird.maply.Point4d
-
Return the Z value.
- GlobeAnimateMomentum - Class in com.mousebird.maply
-
Implements a rotation with momentum on the globe.
- GlobeAnimateMomentum(GlobeView, RenderController, double, double, Point3d, boolean) - Constructor for class com.mousebird.maply.GlobeAnimateMomentum
-
- GlobeAnimateRotation - Class in com.mousebird.maply
-
Implements a rotation with momentum on the globe.
- GlobeAnimateRotation(GlobeView, RenderController, Quaternion, double, double) - Constructor for class com.mousebird.maply.GlobeAnimateRotation
-
- globeControl - Variable in class com.mousebird.maply.GlobeMapFragment
-
- GlobeController - Class in com.mousebird.maply
-
The GlobeController is the main object in the Maply library when using a 3D globe.
- GlobeController(Activity, GlobeController.Settings) - Constructor for class com.mousebird.maply.GlobeController
-
- GlobeController(Activity) - Constructor for class com.mousebird.maply.GlobeController
-
- GlobeController.GestureDelegate - Interface in com.mousebird.maply
-
Use this delegate when you want user interface feedback from the maply controller.
- GlobeController.Settings - Class in com.mousebird.maply
-
Settings needed on startup so we can create the proper elements.
- GlobeController.ViewState - Class in com.mousebird.maply
-
This encapulates the entire view state.
- globeDidMove(GlobeController, Point3d[], boolean) - Method in interface com.mousebird.maply.GlobeController.GestureDelegate
-
Called for every single visible frame of movement.
- globeDidMove(GlobeController, Point3d[], boolean) - Method in class com.mousebird.maply.GlobeMapFragment
-
Called for every single visible frame of movement.
- globeDidStartMoving(GlobeController, boolean) - Method in interface com.mousebird.maply.GlobeController.GestureDelegate
-
Called when the globe first starts moving.
- globeDidStartMoving(GlobeController, boolean) - Method in class com.mousebird.maply.GlobeMapFragment
-
Called when the globe first starts moving.
- globeDidStopMoving(GlobeController, Point3d[], boolean) - Method in interface com.mousebird.maply.GlobeController.GestureDelegate
-
Called when the globe stops moving.
- globeDidStopMoving(GlobeController, Point3d[], boolean) - Method in class com.mousebird.maply.GlobeMapFragment
-
Called when the globe stops moving.
- GlobeGestureHandler - Class in com.mousebird.maply
-
Implements the various gestures we need and handles conflict between them.
- GlobeGestureHandler(GlobeController, View) - Constructor for class com.mousebird.maply.GlobeGestureHandler
-
- GlobeMapFragment - Class in com.mousebird.maply
-
A fragment that instantiates either a map or a globe.
- GlobeMapFragment() - Constructor for class com.mousebird.maply.GlobeMapFragment
-
- GlobeMapFragment.MapDisplayType - Enum in com.mousebird.maply
-
- globeSettings - Variable in class com.mousebird.maply.GlobeMapFragment
-
- GlobeView - Class in com.mousebird.maply
-
The Globe View handles math related to user position and orientation.
- GlobeViewState - Class in com.mousebird.maply
-
The map view state encapsulates what's in a view at a certain point in time.
- GlobeViewState() - Constructor for class com.mousebird.maply.GlobeViewState
-
- GLTextureView - Class in com.mousebird.maply
-
An implementation of SurfaceView that uses the dedicated surface for
displaying OpenGL rendering.
- GLTextureView(Context) - Constructor for class com.mousebird.maply.GLTextureView
-
Standard View constructor.
- GLTextureView(Context, AttributeSet) - Constructor for class com.mousebird.maply.GLTextureView
-
Standard View constructor.
- GLTextureView.EGLConfigChooser - Interface in com.mousebird.maply
-
An interface for choosing an EGLConfig configuration from a list of
potential configurations.
- GLTextureView.EGLContextFactory - Interface in com.mousebird.maply
-
An interface for customizing the eglCreateContext and eglDestroyContext calls.
- GLTextureView.EGLWindowSurfaceFactory - Interface in com.mousebird.maply
-
An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
- GLTextureView.GLWrapper - Interface in com.mousebird.maply
-
An interface used to wrap a GL interface.
- GLTextureView.Renderer - Interface in com.mousebird.maply
-
A generic renderer interface.
- graphicParamsForGraphicNode(XmlPullParser, SLDSymbolizerParams) - Static method in class com.mousebird.maply.sld.sldsymbolizers.SLDSymbolizer
-
- Greenwich_Mean_Sidereal_Deg(double) - Static method in class com.mousebird.maply.MaplyStarModel
-
- group - Variable in class com.mousebird.maply.TileFetchRequest
-
If all other values are equal, sort by this.