- Camera - Class in gov.nasa.worldwind.geom
-
- Camera() - Constructor for class gov.nasa.worldwind.geom.Camera
-
- Camera(double, double, double, int, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Camera
-
- Camera(Camera) - Constructor for class gov.nasa.worldwind.geom.Camera
-
- camera - Variable in class gov.nasa.worldwind.render.RenderContext
-
- cameraPoint - Variable in class gov.nasa.worldwind.render.RenderContext
-
- CANCELLED - Static variable in class gov.nasa.worldwind.WorldWind
-
- cartesianToGeographic(Globe, double, double, double, Position) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
Converts a Cartesian point to a geographic position.
- cartesianToGeographic(double, double, double, Position) - Method in class gov.nasa.worldwind.globe.Globe
-
Converts a Cartesian point to a geographic position.
- cartesianToGeographic(Globe, double, double, double, Position) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- cartesianToLocalTransform(Globe, double, double, double, Matrix4) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
- cartesianToLocalTransform(double, double, double, Matrix4) - Method in class gov.nasa.worldwind.globe.Globe
-
- cartesianToLocalTransform(Globe, double, double, double, Matrix4) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- cartesianToScreenPoint(double, double, double, PointF) - Method in class gov.nasa.worldwind.WorldWindow
-
Transforms a Cartesian coordinate point to Android screen coordinates.
- center - Variable in class gov.nasa.worldwind.geom.BoundingSphere
-
The sphere's center point.
- center() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset used for anchoring a rectangle to its center.
- centerTransform - Variable in class gov.nasa.worldwind.draw.DrawableSightline
-
- centroid(Location) - Method in class gov.nasa.worldwind.geom.Sector
-
Computes the location of the angular center of this sector, which is the mid-angle of each of this sector's
latitude and longitude dimensions.
- centroidLatitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns the angle midway between this sector's minimum and maximum latitudes.
- centroidLongitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns the angle midway between this sector's minimum and maximum longitudes.
- CHANGED - Static variable in class gov.nasa.worldwind.WorldWind
-
- clamp(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts a value to the range [min, max] degrees, clamping values outside the range.
- CLAMP - Static variable in class gov.nasa.worldwind.WorldWind
-
WorldWind.WrapMode
constant indicating that the image's edge pixels should be displayed outside of the image
bounds.
- CLAMP_TO_GROUND - Static variable in class gov.nasa.worldwind.WorldWind
-
- clampAngle180(double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts an angle to the range [-180, +180] degrees, clamping angles outside the range.
- clampAngle360(double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Restricts an angle to the range [0, 360] degrees, clamping angles outside the range.
- clampLatitude(double) - Static method in class gov.nasa.worldwind.geom.Location
-
Restricts an angle to the range [-90, +90] degrees, clamping angles outside the range.
- clampLongitude(double) - Static method in class gov.nasa.worldwind.geom.Location
-
Restricts an angle to the range [-180, +180] degrees, clamping angles outside the range.
- clear() - Method in class gov.nasa.worldwind.globe.BasicTerrain
-
- clear() - Method in class gov.nasa.worldwind.render.RenderResourceCache
-
- clear() - Method in class gov.nasa.worldwind.util.FloatArray
-
- clear() - Method in class gov.nasa.worldwind.util.LruMemoryCache
-
- clear() - Method in class gov.nasa.worldwind.util.ShortArray
-
- clear() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- clearBoundaries() - Method in class gov.nasa.worldwind.shape.Polygon
-
- clearCoverages() - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- clearDrawables() - Method in class gov.nasa.worldwind.draw.DrawableList
-
- clearDrawables() - Method in class gov.nasa.worldwind.draw.DrawableQueue
-
- clearLayers() - Method in class gov.nasa.worldwind.layer.LayerList
-
- clearPickedObjects() - Method in class gov.nasa.worldwind.PickedObjectList
-
- clearRenderables() - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- clip(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Plane
-
Clips a line segment to this plane, returning an two-point array indicating the clipped segment.
- closeSilently(Closeable) - Static method in class gov.nasa.worldwind.util.WWUtil
-
Closes a specified Closeable, suppressing any checked exceptions.
- color - Variable in class gov.nasa.worldwind.draw.DrawableLines
-
- color - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
-
- color - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceColor
-
- color - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- color - Variable in class gov.nasa.worldwind.draw.DrawableTessellation
-
- color(Color) - Method in class gov.nasa.worldwind.draw.DrawShapeState
-
- Color - Class in gov.nasa.worldwind.render
-
Color with red, green, blue and alpha components.
- Color() - Constructor for class gov.nasa.worldwind.render.Color
-
Constructs a color with red, green, blue and alpha all 1.0.
- Color(float, float, float, float) - Constructor for class gov.nasa.worldwind.render.Color
-
Constructs a color with specified red, green, blue and alpha components.
- Color(int) - Constructor for class gov.nasa.worldwind.render.Color
-
Constructs a color with components stored in a color int.
- Color(Color) - Constructor for class gov.nasa.worldwind.render.Color
-
Constructs a color with the components of a specified color.
- column - Variable in class gov.nasa.worldwind.util.Tile
-
The tile's column within its level.
- combine(double[], Object[], float[], Object[]) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The combine callback method is called to create a new vertex when
the tessellation detects an intersection, or wishes to merge features.
- combine(double[], Object[], float[], Object[]) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
-
- combineData(double[], Object[], float[], Object[], Object) - Method in interface gov.nasa.worldwind.util.glu.GLUtessellatorCallback
-
The same as the
combine
callback method except
that it takes an additional reference argument.
- combineData(double[], Object[], float[], Object[], Object) - Method in class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
-
- COMPRESSION_PREDICTOR_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- COMPRESSION_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- computeColumn(double, double) - Static method in class gov.nasa.worldwind.util.Tile
-
Computes a column number for a tile within a level given the tile's longitude.
- computeLastColumn(double, double) - Static method in class gov.nasa.worldwind.util.Tile
-
Computes the last column number for a tile within a level given the tile's maximum longitude.
- computeLastRow(double, double) - Static method in class gov.nasa.worldwind.util.Tile
-
Computes the last row number for a tile within a level given the tile's maximum latitude.
- computeRow(double, double) - Static method in class gov.nasa.worldwind.util.Tile
-
Computes a row number for a tile within a level given the tile's latitude.
- contains(double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector contains a specified geographic location.
- contains(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector fully contains a specified sector.
- contains(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector fully contains a specified sector.
- contains(int, int) - Method in class gov.nasa.worldwind.geom.Viewport
-
Indicates whether this viewport contains a specified point.
- containsKey(K) - Method in class gov.nasa.worldwind.util.LruMemoryCache
-
- containsKey(K) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- containsPoint(Vec3) - Method in class gov.nasa.worldwind.geom.Frustum
-
- contextLost() - Method in class gov.nasa.worldwind.draw.DrawContext
-
- coordinateSystem - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The coordinate reference system to use when requesting layers.
- count() - Method in class gov.nasa.worldwind.draw.DrawableList
-
- count() - Method in class gov.nasa.worldwind.draw.DrawableQueue
-
- count() - Method in class gov.nasa.worldwind.geom.TileMatrixSet
-
Returns the number of matrices in this tile matrix set.
- count() - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- count() - Method in class gov.nasa.worldwind.layer.LayerList
-
- count() - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- count() - Method in class gov.nasa.worldwind.PickedObjectList
-
- createBitmap() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgBitmapFactory
-
- createBitmap() - Method in interface gov.nasa.worldwind.render.ImageSource.BitmapFactory
-
Returns the bitmap associated with this factory.
- createFromGeoPackage(String, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
-
- createFromWms(String, String, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
-
- createFromWms(String, List<String>, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
-
- createFromWmsLayerCapabilities(WmsLayer, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
-
- createFromWmsLayerCapabilities(List<WmsLayer>, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
-
- createFromWmts(String, String, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
-
- createFromWmtsLayer(WmtsLayer, LayerFactory.Callback) - Method in class gov.nasa.worldwind.layer.LayerFactory
-
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.globe.BasicTessellator
-
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.layer.BlueMarbleLandsatLayer
-
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileFactory
-
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
- createTile(Sector, Level, int, int) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- createTile(Sector, Level, int, int) - Method in interface gov.nasa.worldwind.util.TileFactory
-
Returns a tile for a specified sector, level within a
LevelSet
, and row and column within that level.
- createTileSource(TileMatrix, int, int) - Method in interface gov.nasa.worldwind.globe.TiledElevationCoverage.TileFactory
-
- createTileSource(TileMatrix, int, int) - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
- createTileSource(TileMatrix, int, int) - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
- createWithColorAndSize(Position, Color, int) - Static method in class gov.nasa.worldwind.shape.Placemark
-
This factory method creates a Placemark and an associated PlacemarkAttributes bundle that draws a simple square
centered on the supplied position with the given size and color.
- createWithImage(Position, ImageSource) - Static method in class gov.nasa.worldwind.shape.Placemark
-
This factory method creates a Placemark and an associated PlacemarkAttributes bundle that draws the given image
centered on the supplied position.
- createWithImage(ImageSource) - Static method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
- createWithImageAndLeader(ImageSource) - Static method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
- creationFailed(LayerFactory, Layer, Throwable) - Method in interface gov.nasa.worldwind.layer.LayerFactory.Callback
-
- creationSucceeded(LayerFactory, Layer) - Method in interface gov.nasa.worldwind.layer.LayerFactory.Callback
-
- cross(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the cross product of this vector and a specified vector, modifying this vector.
- cross(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the cross product of two vectors, setting this vector to the result.
- currentBuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL buffer object bound to the specified target buffer.
- currentFramebuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL framebuffer object that is currently active.
- currentLayer - Variable in class gov.nasa.worldwind.render.RenderContext
-
- currentProgram() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL program object that is currently active.
- currentTexture() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL texture 2D object currently bound to the active multitexture unit.
- currentTexture(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the name of the OpenGL texture 2D object currently bound to the specified multitexture unit.
- currentTextureUnit() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns the OpenGL multitexture unit that is currently active.
- GeographicProjection - Interface in gov.nasa.worldwind.globe
-
Represents transformations between geographic coordinates and Cartesian coordinates.
- geographicToCartesian(Globe, double, double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
Converts a geographic position to Cartesian coordinates.
- geographicToCartesian(double, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.Globe
-
Converts a geographic position to Cartesian coordinates.
- geographicToCartesian(Globe, double, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- geographicToCartesian(double, double, double, int, Vec3) - Method in class gov.nasa.worldwind.render.RenderContext
-
- geographicToCartesianBorder(Globe, Sector, int, int, float, Vec3, float[]) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
- geographicToCartesianBorder(Sector, int, int, float, Vec3, float[]) - Method in class gov.nasa.worldwind.globe.Globe
-
- geographicToCartesianBorder(Globe, Sector, int, int, float, Vec3, float[]) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- geographicToCartesianGrid(Globe, Sector, int, int, float[], float, Vec3, float[], int, int) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
- geographicToCartesianGrid(Sector, int, int, float[], float, Vec3, float[], int, int) - Method in class gov.nasa.worldwind.globe.Globe
-
- geographicToCartesianGrid(Globe, Sector, int, int, float[], float, Vec3, float[], int, int) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- geographicToCartesianNormal(Globe, double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
- geographicToCartesianNormal(double, double, Vec3) - Method in class gov.nasa.worldwind.globe.Globe
-
- geographicToCartesianNormal(Globe, double, double, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- geographicToCartesianTransform(Globe, double, double, double, Matrix4) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
- geographicToCartesianTransform(double, double, double, Matrix4) - Method in class gov.nasa.worldwind.globe.Globe
-
- geographicToCartesianTransform(Globe, double, double, double, Matrix4) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- geographicToScreenPoint(double, double, double, PointF) - Method in class gov.nasa.worldwind.WorldWindow
-
Transforms a geographic position to Android screen coordinates.
- GeoPackage - Class in gov.nasa.worldwind.ogc.gpkg
-
- GeoPackage(String) - Constructor for class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- GestureListener - Interface in gov.nasa.worldwind.gesture
-
- GestureRecognizer - Class in gov.nasa.worldwind.gesture
-
- GestureRecognizer() - Constructor for class gov.nasa.worldwind.gesture.GestureRecognizer
-
- GestureRecognizer(GestureListener) - Constructor for class gov.nasa.worldwind.gesture.GestureRecognizer
-
- gestureStateChanged(MotionEvent, GestureRecognizer) - Method in class gov.nasa.worldwind.BasicWorldWindowController
-
- gestureStateChanged(MotionEvent, GestureRecognizer) - Method in interface gov.nasa.worldwind.gesture.GestureListener
-
- get(int) - Method in class gov.nasa.worldwind.util.FloatArray
-
- get(K) - Method in class gov.nasa.worldwind.util.LruMemoryCache
-
- get(int) - Method in class gov.nasa.worldwind.util.ShortArray
-
- get(K) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- getAbstract() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getAbstract() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getAbstract() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
-
- getAbstracts() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDescription
-
- getAccessConstraints() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getAccessConstraints() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
-
- getAction() - Method in class gov.nasa.worldwind.NavigatorEvent
-
- getAddress() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
-
- getAddress() - Method in class gov.nasa.worldwind.ogc.wmts.OwsContactInfo
-
- getAddressType() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
-
- getAdministrativeArea() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
-
- getAllowedValues() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAllowedValues
-
- getAllowedValues() - Method in class gov.nasa.worldwind.ogc.wmts.OwsConstraint
-
- getAltitude() - Method in class gov.nasa.worldwind.Navigator
-
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the altitude mode associated with this label's position.
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates the altitude mode associated with this sightline's position.
- getAltitudeMode() - Method in class gov.nasa.worldwind.shape.Placemark
-
Returns the placemark's altitude mode.
- getAsCamera(Globe, Camera) - Method in class gov.nasa.worldwind.Navigator
-
- getAsLookAt(Globe, LookAt) - Method in class gov.nasa.worldwind.Navigator
-
- getAsViewingMatrix(Globe, Matrix4) - Method in class gov.nasa.worldwind.Navigator
-
- getAttachedTexture(int) - Method in class gov.nasa.worldwind.render.Framebuffer
-
- getAttribBindings() - Method in class gov.nasa.worldwind.render.ShaderProgram
-
- getAttributes() - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- getAttributes() - Method in interface gov.nasa.worldwind.shape.Attributable
-
Indicates the shape's normal (non-highlight) attributes.
- getAttributes() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates this label's "normal" attributes, that is the attributes used when the label's highlighted flag is
false.
- getAttributes() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's "normal" attributes.
- getAttributes() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the placemark's "normal" attributes, that is the attributes used when the placemark's highlighted flag is
false.
- getAttribution() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getAuthority() - Method in class gov.nasa.worldwind.ogc.wms.WmsIdentifier
-
- getAuthorityUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
-
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
-
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
-
- getAxisLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
-
- getAxisNames() - Method in class gov.nasa.worldwind.ogc.gml.GmlGrid
-
- getBitsPerSample() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getBoundary(int) - Method in class gov.nasa.worldwind.shape.Polygon
-
- getBoundaryCount() - Method in class gov.nasa.worldwind.shape.Polygon
-
- getBoundedBy() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractFeature
-
- getBoundingBox() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
-
- getBoundingBoxes() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getBoundingBoxes() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getBuffer() - Method in class gov.nasa.worldwind.formats.tiff.Tiff
-
- getBufferByteCount() - Method in class gov.nasa.worldwind.render.BufferObject
-
- getBufferLength() - Method in class gov.nasa.worldwind.render.BufferObject
-
- getBufferObject(Object) - Method in class gov.nasa.worldwind.render.RenderContext
-
- getBufferTarget() - Method in class gov.nasa.worldwind.render.BufferObject
-
- getByteCount() - Method in class gov.nasa.worldwind.render.Texture
-
- getCapabilities(InputStream) - Static method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
- getCapabilities() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
-
- getCapabilities(InputStream) - Static method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getCapabilities() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getCapability() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
- getCapability() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getCapacity() - Method in class gov.nasa.worldwind.util.LruMemoryCache
-
- getCapacity() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- getCascaded() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getCenter() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the geographic position of this ellipse's center.
- getCity() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
-
- getCity() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
-
- getColor() - Method in class gov.nasa.worldwind.layer.ShowTessellationLayer
-
- getCompression() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getConstraints() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttpMethod
-
- getContactAddress() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
-
- getContactInfo() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceContact
-
- getContactInformation() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getContactOrganization() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactPersonPrimary
-
- getContactPerson() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactPersonPrimary
-
- getContactPersonPrimary() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
-
- getContainer() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
-
- getContent() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getContents() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getCoordinateSystem() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the coordinate reference system to use in Get Map URLs.
- getCountries() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
-
- getCountry() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
-
- getCoverage() - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Indicates the coverage name used to build Get Coverage URLs.
- getCoverageDescription(String) - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescriptions
-
- getCoverageDescriptions() - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescriptions
-
- getCoverageId() - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescription
-
- getCoverageId() - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Indicates the coverage name used to build Get Coverage URLs.
- getCoverageNamed(String) - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- getCoverageWithProperty(Object, Object) - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- getCRS() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- getCrs() - Method in class gov.nasa.worldwind.ogc.wmts.OwsBoundingBox
-
- getCrses() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getCurrent() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- getCurrent() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
-
- getData(ByteBuffer) - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
Writes the uncompressed data from the Tiff data associated with the Subfile to the provided
ByteBuffer.
- getDataBuffer() - Method in class gov.nasa.worldwind.formats.tiff.Field
-
- getDataSize() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
Calculates the uncompressed data size.
- getDataType() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getDataUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getDcps() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperation
-
- getDefaultValue() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- getDefinition() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- getDeliveryPoints() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
-
- getDescription() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getDescription() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- getDetailControl() - Method in class gov.nasa.worldwind.globe.BasicTessellator
-
- getDetailControl() - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- getDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlGrid
-
- getDimensions() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getDimensions() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getDisplayName() - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- getDisplayName() - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- getDisplayName() - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
This projection's display name.
- getDisplayName() - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- getDisplayName() - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- getDisplayName() - Method in interface gov.nasa.worldwind.layer.Layer
-
- getDisplayName() - Method in class gov.nasa.worldwind.render.AbstractRenderable
-
- getDisplayName() - Method in interface gov.nasa.worldwind.render.Renderable
-
- getDistanceToCamera() - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- getDomainSet() - Method in class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescription
-
- getDrawable(int) - Method in class gov.nasa.worldwind.draw.DrawableList
-
- getDrawable(int) - Method in class gov.nasa.worldwind.draw.DrawableQueue
-
- getDrawablePool(Class<T>) - Method in class gov.nasa.worldwind.render.RenderContext
-
- getDrawableTerrain(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
- getDrawableTerrainCount() - Method in class gov.nasa.worldwind.draw.DrawContext
-
- getDrawCount() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getDrawTime() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getDrawTimeAverage() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getDrawTimeStdDev() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getDrawTimeTotal() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getEccentricitySquared() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the eccentricity squared parameter of the globe's ellipsoid.
- getElectronicMailAddress() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
-
- getElectronicMailAddresses() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
-
- getElevationModel() - Method in class gov.nasa.worldwind.globe.Globe
-
- getEllipsoid() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the reference ellipsoid defining this globe's equatorial radius and polar radius.
- getEntryCount() - Method in class gov.nasa.worldwind.util.LruMemoryCache
-
- getEntryCount() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- getEnvelope() - Method in class gov.nasa.worldwind.ogc.gml.GmlBoundingShape
-
- getEquatorialRadius() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the radius in meters of the globe's ellipsoid at the equator.
- getException() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
-
- getExceptionCode() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
-
- getExceptionReport() - Method in exception gov.nasa.worldwind.ogc.OgcException
-
- getExceptions() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
-
- getExceptionText() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
-
- getExtents() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getEyeDistanceScalingLabelThreshold() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the eye altitude, in meters, above which this placemark's label is not displayed.
- getEyeDistanceScalingThreshold() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the eye distance above which to reduce the size of this placemark, in meters.
- getFacsimileTelephone() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
-
- getFax() - Method in class gov.nasa.worldwind.ogc.wmts.OwsPhone
-
- getFeatureListUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getFees() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getFees() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
-
- getField(String) - Method in class gov.nasa.worldwind.util.xml.DefaultXmlModel
-
- getFieldOfView() - Method in class gov.nasa.worldwind.WorldWindow
-
- getFields() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getFixedHeight() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getFixedWidth() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getFlags() - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
-
- getFormat() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsElementLink
-
- getFormat() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
-
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
-
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsException
-
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
-
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
-
- getFormats() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
-
- getFormats() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getFrameController() - Method in class gov.nasa.worldwind.WorldWindow
-
- getFrameMetrics() - Method in class gov.nasa.worldwind.WorldWindow
-
- getGeographicBoundingBox() - Method in class gov.nasa.worldwind.ogc.wms.WmsGeographicBoundingBox
-
- getGeographicBoundingBox() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getGeometry() - Method in class gov.nasa.worldwind.ogc.gml.GmlDomainSet
-
- getGetCapabilities() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequest
-
- getGetCapabilities() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperationsMetadata
-
- getGetFeatureInfo() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequest
-
- getGetHref() - Method in class gov.nasa.worldwind.ogc.wms.WmsDcpType
-
- getGetMap() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequest
-
- getGetMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDcp
-
- getGetMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttp
-
- getGetTile() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperationsMetadata
-
- getGetUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
-
- getGid() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
-
- getGlobe() - Method in class gov.nasa.worldwind.WorldWindow
-
Indicates the planet or celestial object displayed by this WorldWindow.
- getGridEnvelope() - Method in class gov.nasa.worldwind.ogc.gml.GmlGridLimits
-
- getHeading() - Method in class gov.nasa.worldwind.Navigator
-
- getHeading() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates this ellipse's heading.
- getHeight() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
-
- getHeight() - Method in class gov.nasa.worldwind.render.Texture
-
- getHeightGrid(Sector, int, int, float[]) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- getHeightGrid(Sector, int, int, float[]) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- getHeightGrid(Sector, int, int, float[]) - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- getHeightLimits(Sector, float[]) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- getHeightLimits(Sector, float[]) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- getHeightLimits(Sector, float[]) - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- getHeightLimits() - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- getHeights() - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- getHigh() - Method in class gov.nasa.worldwind.ogc.gml.GmlGridEnvelope
-
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- getHighlightAttributes() - Method in interface gov.nasa.worldwind.shape.Attributable
-
Indicates the shape's highlight attributes.
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.Label
-
Gets the attributes used when this label's highlighted flag is true.
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's "highlight" attributes.
- getHighlightAttributes() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets the attributes used when this placemark's highlighted flag is true.
- getId() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGml
-
- getId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wms.WmsIdentifier
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsStyle
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTheme
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
-
- getIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLink
-
- getIdentifier() - Method in class gov.nasa.worldwind.PickedObject
-
- getIdentifiers() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getImageColor() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the image color.
- getImageFormat() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the image content type to use in Get Map URLs, or null in which case the default format is assumed.
- getImageLength() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getImageOffset() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the location within the placemark's image to align with the placemark's geographic position.
- getImageOptions() - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- getImageOptions() - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- getImageRotation() - Method in class gov.nasa.worldwind.shape.Placemark
-
- getImageRotationReference() - Method in class gov.nasa.worldwind.shape.Placemark
-
- getImageScale() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the amount to scale the placemark's image.
- getImageSource() - Method in class gov.nasa.worldwind.render.ImageTile
-
- getImageSource() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the source of the placemark's image.
- getImageSource() - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- getImageTilt() - Method in class gov.nasa.worldwind.shape.Placemark
-
- getImageTiltReference() - Method in class gov.nasa.worldwind.shape.Placemark
-
- getImageWidth() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getIndividualName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceContact
-
- getInfoFormats() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getInteriorColor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the color and opacity of shape interiors.
- getInteriorImageSource() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the image source applied to shape interiors.
- getKeepAliveTime() - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
-
- getKeywordList() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getKeywordList() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getKeywords() - Method in class gov.nasa.worldwind.ogc.wms.WmsKeywords
-
- getKeywords() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDescription
-
- getKeywords() - Method in class gov.nasa.worldwind.ogc.wmts.OwsKeywords
-
- getLabelAttributes() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the attributes to apply to the placemark's label, if any.
- getLang() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
-
- getLang() - Method in class gov.nasa.worldwind.ogc.wmts.OwsLanguageString
-
- getLastChange() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getLastInputEvent() - Method in class gov.nasa.worldwind.NavigatorEvent
-
- getLatitude() - Method in class gov.nasa.worldwind.Navigator
-
- getLayer(int) - Method in class gov.nasa.worldwind.layer.LayerList
-
- getLayer(String) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getLayer() - Method in class gov.nasa.worldwind.PickedObject
-
- getLayerLimit() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getLayerNames() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the comma-separated list of WMS layer names.
- getLayerRefs() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTheme
-
- getLayers() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
-
- getLayers() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getLayers() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getLayers() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsContents
-
- getLayers() - Method in class gov.nasa.worldwind.WorldWindow
-
- getLayerSupportedTileMatrixSets() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getLeaderAttributes() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the attributes to apply to the leader line if it's drawn.
- getLegendUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
-
- getLegendUrls() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsStyle
-
- getLevelOfDetailSelector() - Method in class gov.nasa.worldwind.shape.Placemark
-
gets the current level-of-detail selector used to inject logic for selecting PlacemarkAttributes based on the the
camera distance and highlighted attribute.
- getLevelSet() - Method in class gov.nasa.worldwind.globe.BasicTessellator
-
- getLevelSet() - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- getLimitIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getLimits() - Method in class gov.nasa.worldwind.ogc.gml.GmlGrid
-
- getLinkIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
-
- getListeners() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- getLocator() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
-
- getLogoURL() - Method in class gov.nasa.worldwind.ogc.wms.WmsAttribution
-
- getLongitude() - Method in class gov.nasa.worldwind.Navigator
-
- getLow() - Method in class gov.nasa.worldwind.ogc.gml.GmlGridEnvelope
-
- getLowerCorner() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
-
- getLowerCorner() - Method in class gov.nasa.worldwind.ogc.wmts.OwsBoundingBox
-
- getMajorRadius() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the radius of this globe's semi-major axis.
- getMatrixHeight() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getMatrixHeight() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getMatrixWidth() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getMatrixWidth() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getMax() - Method in class gov.nasa.worldwind.ogc.wms.WmsScaleHint
-
- getMaxActiveAltitude() - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- getMaxActiveAltitude() - Method in interface gov.nasa.worldwind.layer.Layer
-
- getMaxHeight() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getMaximumIntermediatePoints() - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- getMaximumIntervals() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the maximum number of angular intervals that may be used to approximate this ellipse's geometry on
screen.
- getMaxNumberOfPointers() - Method in class gov.nasa.worldwind.gesture.PanRecognizer
-
- getMaxScaleDenominator() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getMaxTileCol() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
-
- getMaxTileRow() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
-
- getMaxWidth() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getMaxX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getMaxX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- getMaxx() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- getMaxY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getMaxY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- getMaxy() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- getMaxZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
-
- getMetadata() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getMetadataUrls() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getMin() - Method in class gov.nasa.worldwind.ogc.wms.WmsScaleHint
-
- getMinActiveAltitude() - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- getMinActiveAltitude() - Method in interface gov.nasa.worldwind.layer.Layer
-
- getMinimumImageScale() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns the minimum amount to scale the placemark's image.
- getMinNumberOfPointers() - Method in class gov.nasa.worldwind.gesture.PanRecognizer
-
- getMinorRadius() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates the radius of this globe's semi-minor axis.
- getMinScaleDenominator() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getMinTileCol() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
-
- getMinTileRow() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
-
- getMinX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getMinX() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- getMinx() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- getMinY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getMinY() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- getMiny() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- getMinZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
-
- getMultipleValues() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
-
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
-
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getName() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
-
- getName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsConstraint
-
- getName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperation
-
- getNamedLayer(String) - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
- getNamedLayers() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns all named layers in the capabilities document.
- getNavigator() - Method in class gov.nasa.worldwind.NavigatorEvent
-
- getNavigator() - Method in class gov.nasa.worldwind.WorldWindow
-
- getNavigatorStoppedDelay() - Method in class gov.nasa.worldwind.NavigatorEventSupport
-
- getNavigatorStoppedDelay() - Method in class gov.nasa.worldwind.WorldWindow
-
- getNearestValue() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- getNewSubfileType() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getNilReason() - Method in class gov.nasa.worldwind.ogc.gml.GmlBoundingShape
-
- getNilReason() - Method in class gov.nasa.worldwind.ogc.gml.GmlPointProperty
-
- getOccludeAttributes() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's "occlude" attributes.
- getOffset() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getOffsetVector() - Method in class gov.nasa.worldwind.ogc.gml.GmlRectifiedGrid
-
- getOpacity() - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- getOpacity() - Method in interface gov.nasa.worldwind.layer.Layer
-
- getOperations() - Method in class gov.nasa.worldwind.ogc.wmts.OwsOperationsMetadata
-
- getOperationsMetadata() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getOrganization() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- getOrganizationCoordSysId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- getOrigin() - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- getOrigin() - Method in class gov.nasa.worldwind.ogc.gml.GmlRectifiedGrid
-
- getOutlineColor() - Method in class gov.nasa.worldwind.render.TextRenderer
-
- getOutlineColor() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the color and opacity of shape outlines.
- getOutlineColor() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- getOutlineImageSource() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the image source applied to shape outlines.
- getOutlineWidth() - Method in class gov.nasa.worldwind.render.TextRenderer
-
- getOutlineWidth() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates the width of shape outlines.
- getOutlineWidth() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- getParent() - Method in class gov.nasa.worldwind.util.xml.XmlModel
-
- getPathName() - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
-
- getPathType() - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- getPhone() - Method in class gov.nasa.worldwind.ogc.wmts.OwsContactInfo
-
- getPhotometricInterpretation() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getPickDelegate() - Method in class gov.nasa.worldwind.render.AbstractRenderable
-
- getPickDelegate() - Method in interface gov.nasa.worldwind.render.Renderable
-
- getPixelXSize() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getPixelYSize() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getPlanarConfiguration() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getPointBuffer(RenderContext) - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- getPoints() - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- getPoints() - Method in class gov.nasa.worldwind.ogc.gml.GmlPointProperty
-
- getPolarRadius() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the radius in meters of the globe's ellipsoid at the poles.
- getPos() - Method in class gov.nasa.worldwind.ogc.gml.GmlPoint
-
- getPosition() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
-
- getPosition() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the geographic position where this label is displayed.
- getPosition() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates the geographic position where this sightline is centered.
- getPosition() - Method in class gov.nasa.worldwind.shape.Placemark
-
Gets this placemark's geographic position.
- getPositionName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceContact
-
- getPositions() - Method in class gov.nasa.worldwind.shape.Path
-
- getPostalCodes() - Method in class gov.nasa.worldwind.ogc.wmts.OwsAddress
-
- getPostCode() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
-
- getPostHref() - Method in class gov.nasa.worldwind.ogc.wms.WmsDcpType
-
- getPostMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDcp
-
- getPostMethods() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttp
-
- getPostUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
-
- getProgramLength() - Method in class gov.nasa.worldwind.render.ShaderProgram
-
- getProgramSources() - Method in class gov.nasa.worldwind.render.ShaderProgram
-
- getProjection() - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the geographic projection used by this globe.
- getProviderName() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceProvider
-
- getProviderSiteUrl() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceProvider
-
- getPullParser() - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
-
- getRadiusAt(double, double) - Method in class gov.nasa.worldwind.globe.Globe
-
Indicates the radius in meters of the globe's ellipsoid at a specified location.
- getRange() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates this sightline's range.
- getReferencePosition() - Method in class gov.nasa.worldwind.shape.Label
-
A position associated with the object that indicates its aggregate geographic position.
- getReferencePosition() - Method in interface gov.nasa.worldwind.shape.Movable
-
A position associated with the object that indicates its aggregate geographic position.
- getReferencePosition() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
A position associated with the object that indicates its aggregate geographic position.
- getReferencePosition() - Method in class gov.nasa.worldwind.shape.Placemark
-
A position associated with the object that indicates its aggregate geographic position.
- getReferenceSystems() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
Provides a WMS version agnostic reference system by returning the non-null reference system set.
- getRenderable(int) - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- getRenderCount() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRenderResourceCache() - Method in class gov.nasa.worldwind.WorldWindow
-
- getRenderResourceCacheCapacity() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRenderResourceCacheEntryCount() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRenderResourceCacheUsedCapacity() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRenderTime() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRenderTimeAverage() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRenderTimeStdDev() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRenderTimeTotal() - Method in class gov.nasa.worldwind.FrameMetrics
-
- getRequest() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapability
-
- getResolutionUnit() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getResources() - Method in class gov.nasa.worldwind.render.ImageRetriever
-
- getResources() - Method in class gov.nasa.worldwind.render.RenderResourceCache
-
- getResourceType() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
-
- getResourceUrls() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getResx() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- getResy() - Method in class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- getRoll() - Method in class gov.nasa.worldwind.Navigator
-
- getRotation() - Method in class gov.nasa.worldwind.gesture.RotationRecognizer
-
- getRotation() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the rotation applied to this label.
- getRotationMode() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the orientation mode used to interpret this label's rotation.
- getRowsPerStrip() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getSampleFormat() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getSamplesPerPixel() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getScale() - Method in class gov.nasa.worldwind.gesture.PinchRecognizer
-
- getScaleDenominator() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getScaleHint() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getSector() - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
-
- getSector() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- getSector() - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
-
- getSector() - Method in class gov.nasa.worldwind.globe.BasicTerrain
-
- getSector() - Method in interface gov.nasa.worldwind.globe.Terrain
-
Indicates the geographic rectangular region that contains this terrain.
- getSector() - Method in class gov.nasa.worldwind.ogc.wmts.OwsWgs84BoundingBox
-
- getSector() - Method in interface gov.nasa.worldwind.render.SurfaceTexture
-
- getSector() - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- getService() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns the document's service information.
- getServiceAddress() - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Indicates the WCS service address used to build Get Coverage URLs.
- getServiceAddress() - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Indicates the WCS service address used to build Get Coverage URLs.
- getServiceAddress() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the WMS service address used to build Get Map URLs.
- getServiceContact() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceProvider
-
- getServiceIdentification() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getServiceMetadataUrls() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getServiceProvider() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getServiceType() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
-
- getServiceTypeVersions() - Method in class gov.nasa.worldwind.ogc.wmts.OwsServiceIdentification
-
- getShaderProgram(Object) - Method in class gov.nasa.worldwind.render.RenderContext
-
- getSizeInBytes() - Method in enum gov.nasa.worldwind.formats.tiff.Type
-
- getSpatialReferenceSystem() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getSpatialReferenceSystem(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getSpecificationTag() - Method in enum gov.nasa.worldwind.formats.tiff.Type
-
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
-
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
-
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
-
- getSrsDimension() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
-
- getSrses() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getSrsId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getSrsId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- getSrsId() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
-
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
-
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
-
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
-
- getSrsName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- getState() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- getStateOrProvince() - Method in class gov.nasa.worldwind.ogc.wms.WmsAddress
-
- getStripByteCounts() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getStripOffsets() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getStyle(String) - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getStyleNames() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the comma-separated list of WMS style names, or null in which case the default style is assumed.
- getStyles() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getStyles() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getStyleSheetUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
-
- getStyleUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
-
- getSubfiles() - Method in class gov.nasa.worldwind.formats.tiff.Tiff
-
- getSupportedCrs() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
-
- getTableName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- getTableName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getTableName() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- getTemplate() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
-
- getTemplate() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- getTerrainPosition() - Method in class gov.nasa.worldwind.PickedObject
-
- getTessellator() - Method in class gov.nasa.worldwind.render.RenderContext
-
- getTessellator() - Method in class gov.nasa.worldwind.WorldWindow
-
- getTexCoordTransform() - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- getTexCoordTransform() - Method in interface gov.nasa.worldwind.render.SurfaceTexture
-
- getTexCoordTransform() - Method in class gov.nasa.worldwind.render.Texture
-
- getTexParameter(int) - Method in class gov.nasa.worldwind.render.Texture
-
- getText(String, TextAttributes) - Method in class gov.nasa.worldwind.render.RenderContext
-
- getText() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates the text displayed by this label.
- getText() - Method in class gov.nasa.worldwind.util.xml.DefaultXmlModel
-
- getTextColor() - Method in class gov.nasa.worldwind.render.TextRenderer
-
- getTextColor() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- getTextOffset() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- getTextSize() - Method in class gov.nasa.worldwind.render.TextRenderer
-
- getTextSize() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- getTexture(ImageSource) - Method in class gov.nasa.worldwind.render.RenderContext
-
- getTextureName(DrawContext) - Method in class gov.nasa.worldwind.render.Texture
-
- getThemes() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getThemes() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTheme
-
- getTiff() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getTileByteCounts() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getTileColumn() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- getTileData() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- getTileFactory() - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
-
- getTileFactory() - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- getTileHeight() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getTileHeight() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getTileLength() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getTileMatrices() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
-
- getTileMatrix() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getTileMatrix(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getTileMatrixIdentifier() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
-
- getTileMatrixIdentifiers() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- getTileMatrixLimits() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLimits
-
- getTileMatrixSet() - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
-
- getTileMatrixSet() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getTileMatrixSet(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getTileMatrixSet(String) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getTileMatrixSetLimits() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLink
-
- getTileMatrixSetLinks() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getTileMatrixSets() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getTileMatrixSets() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsContents
-
- getTileOffsets() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getTileRow() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- getTileUserMetrics() - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getTileUserMetrics(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GeoPackage
-
- getTileWidth() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getTileWidth() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getTileWidth() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getTilt() - Method in class gov.nasa.worldwind.Navigator
-
- getTimestamp() - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- getTimestamp() - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- getTimestamp() - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- getTimeString() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the time parameter to include in Get Map URLs, or null in which case no time parameter is included.
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsAttribution
-
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getTitle() - Method in class gov.nasa.worldwind.ogc.wms.WmsStyle
-
- getTitles() - Method in class gov.nasa.worldwind.ogc.wmts.OwsDescription
-
- getTopLeftCorner() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- getTranslationX() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- getTranslationY() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- getType() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
-
- getType() - Method in class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
-
- getType() - Method in class gov.nasa.worldwind.ogc.wms.WmsOnlineResource
-
- getTypeface() - Method in class gov.nasa.worldwind.render.TextRenderer
-
- getTypeface() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- getUnitOfMeasure() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
-
- getUnits() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- getUnitSymbol() - Method in class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- getUnitSymbol() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
-
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
-
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
-
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
-
- getUomLabels() - Method in class gov.nasa.worldwind.ogc.gml.GmlVector
-
- getUpdateSequence() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns the document's update sequence.
- getUpdateSequence() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getUpperCorner() - Method in class gov.nasa.worldwind.ogc.gml.GmlEnvelope
-
- getUpperCorner() - Method in class gov.nasa.worldwind.ogc.wmts.OwsBoundingBox
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsAttribution
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsOnlineResource
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wms.WmsService
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wmts.OwsHttpMethod
-
- getUrl() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsElementLink
-
- getUsedCapacity() - Method in class gov.nasa.worldwind.util.LruMemoryCache
-
- getUsedCapacity() - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- getUserObject() - Method in class gov.nasa.worldwind.PickedObject
-
- getUserProperty(Object) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- getUserProperty(Object) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- getUserProperty(Object) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- getUserProperty(Object) - Method in interface gov.nasa.worldwind.layer.Layer
-
- getUserProperty(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
-
- getUserProperty(Object) - Method in interface gov.nasa.worldwind.render.Renderable
-
- getUserProperty(Object) - Method in class gov.nasa.worldwind.render.RenderContext
-
- getValue() - Method in class gov.nasa.worldwind.ogc.wmts.OwsLanguageString
-
- getValueDefault() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
-
- getValues() - Method in class gov.nasa.worldwind.ogc.gml.GmlDoubleList
-
- getValues() - Method in class gov.nasa.worldwind.ogc.gml.GmlIntegerList
-
- getValues() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsDimension
-
- getVersion() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
-
- getVersion() - Method in class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
Returns the document's version number.
- getVersion() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- getVertexOrigin() - Method in class gov.nasa.worldwind.draw.BasicDrawableTerrain
-
- getVertexOrigin() - Method in interface gov.nasa.worldwind.draw.DrawableTerrain
-
- getVerticalExaggeration() - Method in class gov.nasa.worldwind.WorldWindow
-
- getVoice() - Method in class gov.nasa.worldwind.ogc.wmts.OwsPhone
-
- getVoiceTelephone() - Method in class gov.nasa.worldwind.ogc.wms.WmsContactInformation
-
- getWellKnownScaleSet() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
-
- getWgs84BoundingBox() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- getWidth() - Method in class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
-
- getWidth() - Method in class gov.nasa.worldwind.render.Texture
-
- getWmsVersion() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates the WMS protocol version.
- getWorldWindow() - Method in class gov.nasa.worldwind.BasicWorldWindowController
-
- getWorldWindow() - Method in interface gov.nasa.worldwind.WorldWindowController
-
- getWorldWindowController() - Method in class gov.nasa.worldwind.WorldWindow
-
- getX() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- getXResolution() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getY() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- getYResolution() - Method in class gov.nasa.worldwind.formats.tiff.Subfile
-
- getZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- getZoomLevel() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- getZoomLevels() - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
-
- Globe - Class in gov.nasa.worldwind.globe
-
Planet or celestial object approximated by a reference ellipsoid and elevation models.
- Globe(Ellipsoid, GeographicProjection) - Constructor for class gov.nasa.worldwind.globe.Globe
-
Constructs a globe with a specified reference ellipsoid and projection.
- globe - Variable in class gov.nasa.worldwind.render.RenderContext
-
- GLU - Class in gov.nasa.worldwind.util.glu
-
Provides access to the OpenGL Utility Library (GLU).
- GLU() - Constructor for class gov.nasa.worldwind.util.glu.GLU
-
- GLU_CCW - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_CW - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_EXTENSIONS - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_EXTERIOR - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_FALSE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_INTERIOR - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_INVALID_ENUM - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_INVALID_OPERATION - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_INVALID_VALUE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_OUT_OF_MEMORY - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_BEGIN - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_BEGIN_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_BOUNDARY_ONLY - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_COMBINE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_COMBINE_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_COORD_TOO_LARGE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_EDGE_FLAG - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_EDGE_FLAG_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_END - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_END_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR1 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR2 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR3 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR4 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR5 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR6 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR7 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR8 - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_ERROR_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_MAX_COORD - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_MISSING_BEGIN_CONTOUR - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_MISSING_BEGIN_POLYGON - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_MISSING_END_CONTOUR - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_MISSING_END_POLYGON - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_NEED_COMBINE_CALLBACK - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_TOLERANCE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_VERTEX - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_VERTEX_DATA - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_WINDING_ABS_GEQ_TWO - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_WINDING_NEGATIVE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_WINDING_NONZERO - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_WINDING_ODD - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_WINDING_POSITIVE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TESS_WINDING_RULE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_TRUE - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_UNKNOWN - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- GLU_VERSION - Static variable in class gov.nasa.worldwind.util.glu.GLU
-
- gluBeginPolygon() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluDeleteTess(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluDeleteTess destroys the indicated tessellation object (which was
created with
gluNewTess
).
- gluDeleteTess() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluEndPolygon() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluErrorString(int) - Static method in class gov.nasa.worldwind.util.glu.error.Error
-
- gluErrorString(int) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
- gluGetTessProperty(GLUtessellator, int, double[], int) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluGetTessProperty retrieves properties stored in a tessellation
object.
- gluGetTessProperty(int, double[], int) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluNewTess() - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluNewTess creates and returns a new tessellation object.
- gluNewTess() - Static method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluNextContour(int) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluTessBeginContour(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessBeginContour and
gluTessEndContour
delimit
the definition of a polygon contour.
- gluTessBeginContour() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluTessBeginPolygon(GLUtessellator, Object) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessBeginPolygon and
gluTessEndPolygon
delimit
the definition of a convex, concave or self-intersecting polygon.
- gluTessBeginPolygon(Object) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluTessCallback(GLUtessellator, int, GLUtessellatorCallback) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessCallback is used to indicate a callback to be used by a
tessellation object.
- gluTessCallback(int, GLUtessellatorCallback) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- GLUtessellator - Interface in gov.nasa.worldwind.util.glu
-
The GLUtessellator object is used to hold the data, such as the
vertices, edges and callback objects, to describe and tessellate complex
polygons.
- GLUtessellatorCallback - Interface in gov.nasa.worldwind.util.glu
-
GLUtessellatorCallback interface provides methods that the user will
override to define the callbacks for a tessellation object.
- GLUtessellatorCallbackAdapter - Class in gov.nasa.worldwind.util.glu
-
The
GLUtessellatorCallbackAdapter provides a default implementation of
GLUtessellatorCallback
with empty callback methods.
- GLUtessellatorCallbackAdapter() - Constructor for class gov.nasa.worldwind.util.glu.GLUtessellatorCallbackAdapter
-
- GLUtessellatorImpl - Class in gov.nasa.worldwind.util.glu.tessellator
-
- gluTessEndContour(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
- gluTessEndContour() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluTessEndPolygon(GLUtessellator) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessEndPolygon and
gluTessBeginPolygon
delimit the definition of a convex, concave or self-intersecting polygon.
- gluTessEndPolygon() - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluTessNormal(GLUtessellator, double, double, double) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessNormal describes a normal for a polygon that the program is
defining.
- gluTessNormal(double, double, double) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluTessProperty(GLUtessellator, int, double) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessProperty is used to control properites stored in a
tessellation object.
- gluTessProperty(int, double) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- gluTessVertex(GLUtessellator, double[], int, Object) - Static method in class gov.nasa.worldwind.util.glu.GLU
-
gluTessVertex describes a vertex on a polygon that the program
defines.
- gluTessVertex(double[], int, Object) - Method in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- GmlAbstractFeature - Class in gov.nasa.worldwind.ogc.gml
-
- GmlAbstractFeature() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractFeature
-
- GmlAbstractGeometricPrimitive - Class in gov.nasa.worldwind.ogc.gml
-
- GmlAbstractGeometricPrimitive() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometricPrimitive
-
- GmlAbstractGeometry - Class in gov.nasa.worldwind.ogc.gml
-
- GmlAbstractGeometry() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractGeometry
-
- GmlAbstractGml - Class in gov.nasa.worldwind.ogc.gml
-
- GmlAbstractGml() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlAbstractGml
-
- GmlBoundingShape - Class in gov.nasa.worldwind.ogc.gml
-
- GmlBoundingShape() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlBoundingShape
-
- GmlDirectPosition - Class in gov.nasa.worldwind.ogc.gml
-
- GmlDirectPosition() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlDirectPosition
-
- GmlDomainSet - Class in gov.nasa.worldwind.ogc.gml
-
- GmlDomainSet() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlDomainSet
-
- GmlDoubleList - Class in gov.nasa.worldwind.ogc.gml
-
- GmlDoubleList() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlDoubleList
-
- GmlEnvelope - Class in gov.nasa.worldwind.ogc.gml
-
- GmlEnvelope() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlEnvelope
-
- GmlGrid - Class in gov.nasa.worldwind.ogc.gml
-
- GmlGrid() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlGrid
-
- GmlGridEnvelope - Class in gov.nasa.worldwind.ogc.gml
-
- GmlGridEnvelope() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlGridEnvelope
-
- GmlGridLimits - Class in gov.nasa.worldwind.ogc.gml
-
- GmlGridLimits() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlGridLimits
-
- GmlIntegerList - Class in gov.nasa.worldwind.ogc.gml
-
- GmlIntegerList() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlIntegerList
-
- GmlParser - Class in gov.nasa.worldwind.ogc.gml
-
- GmlParser() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlParser
-
- GmlPoint - Class in gov.nasa.worldwind.ogc.gml
-
- GmlPoint() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlPoint
-
- GmlPointProperty - Class in gov.nasa.worldwind.ogc.gml
-
- GmlPointProperty() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlPointProperty
-
- GmlRectifiedGrid - Class in gov.nasa.worldwind.ogc.gml
-
- GmlRectifiedGrid() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlRectifiedGrid
-
- GmlVector - Class in gov.nasa.worldwind.ogc.gml
-
- GmlVector() - Constructor for class gov.nasa.worldwind.ogc.gml.GmlVector
-
- gov.nasa.worldwind - package gov.nasa.worldwind
-
- gov.nasa.worldwind.draw - package gov.nasa.worldwind.draw
-
- gov.nasa.worldwind.formats.tiff - package gov.nasa.worldwind.formats.tiff
-
- gov.nasa.worldwind.geom - package gov.nasa.worldwind.geom
-
- gov.nasa.worldwind.gesture - package gov.nasa.worldwind.gesture
-
- gov.nasa.worldwind.globe - package gov.nasa.worldwind.globe
-
- gov.nasa.worldwind.layer - package gov.nasa.worldwind.layer
-
- gov.nasa.worldwind.ogc - package gov.nasa.worldwind.ogc
-
- gov.nasa.worldwind.ogc.gml - package gov.nasa.worldwind.ogc.gml
-
- gov.nasa.worldwind.ogc.gpkg - package gov.nasa.worldwind.ogc.gpkg
-
- gov.nasa.worldwind.ogc.ows - package gov.nasa.worldwind.ogc.ows
-
- gov.nasa.worldwind.ogc.wcs - package gov.nasa.worldwind.ogc.wcs
-
- gov.nasa.worldwind.ogc.wms - package gov.nasa.worldwind.ogc.wms
-
- gov.nasa.worldwind.ogc.wmts - package gov.nasa.worldwind.ogc.wmts
-
- gov.nasa.worldwind.render - package gov.nasa.worldwind.render
-
- gov.nasa.worldwind.shape - package gov.nasa.worldwind.shape
-
- gov.nasa.worldwind.util - package gov.nasa.worldwind.util
-
- gov.nasa.worldwind.util.glu - package gov.nasa.worldwind.util.glu
-
- gov.nasa.worldwind.util.glu.error - package gov.nasa.worldwind.util.glu.error
-
- gov.nasa.worldwind.util.glu.tessellator - package gov.nasa.worldwind.util.glu.tessellator
-
- gov.nasa.worldwind.util.xml - package gov.nasa.worldwind.util.xml
-
- GpkgBitmapFactory - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgBitmapFactory(GpkgContent, int, int, int) - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgBitmapFactory
-
- GpkgContent - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgContent() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- GpkgEntry - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgEntry() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
-
- GpkgSpatialReferenceSystem - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgSpatialReferenceSystem() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- GpkgTileFactory - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgTileFactory(GpkgContent) - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileFactory
-
- GpkgTileMatrix - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgTileMatrix() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- GpkgTileMatrixSet - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgTileMatrixSet() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- GpkgTileUserData - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgTileUserData() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- GpkgTileUserMetrics - Class in gov.nasa.worldwind.ogc.gpkg
-
- GpkgTileUserMetrics() - Constructor for class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
-
- GREAT_CIRCLE - Static variable in class gov.nasa.worldwind.WorldWind
-
- greatCircleAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the azimuth angle (clockwise from North) for the great circle path between this location and a specified
location.
- greatCircleDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the angular distance of the great circle path between this location and a specified location.
- greatCircleLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the location on the great circle path starting at this location and traversing with the specified
azimuth and angular distance.
- green - Variable in class gov.nasa.worldwind.render.Color
-
The color's green component.
- identifierToUniqueColor(int, Color) - Static method in class gov.nasa.worldwind.PickedObject
-
- IMAGE_LENGTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- IMAGE_WIDTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- imageConfig - Variable in class gov.nasa.worldwind.render.ImageOptions
-
Indicates the in-memory configuration for images displayed by WorldWind components.
- imageFormat - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The image content type to use in Get Map requests.
- ImageOptions - Class in gov.nasa.worldwind.render
-
Options for images displayed by WorldWind components.
- ImageOptions() - Constructor for class gov.nasa.worldwind.render.ImageOptions
-
Constructs an image options with default values.
- ImageOptions(int) - Constructor for class gov.nasa.worldwind.render.ImageOptions
-
Constructs an image options with an image configuration.
- ImageRetriever - Class in gov.nasa.worldwind.render
-
- ImageRetriever(int) - Constructor for class gov.nasa.worldwind.render.ImageRetriever
-
- ImageSource - Class in gov.nasa.worldwind.render
-
Provides a mechanism for specifying images from a variety of sources.
- ImageSource.BitmapFactory - Interface in gov.nasa.worldwind.render
-
Factory for delegating construction of bitmap images.
- ImageTile - Class in gov.nasa.worldwind.render
-
- ImageTile(Sector, Level, int, int) - Constructor for class gov.nasa.worldwind.render.ImageTile
-
- indexOfLayer(Layer) - Method in class gov.nasa.worldwind.layer.LayerList
-
- indexOfLayerNamed(String) - Method in class gov.nasa.worldwind.layer.LayerList
-
- indexOfLayerWithProperty(Object, Object) - Method in class gov.nasa.worldwind.layer.LayerList
-
- indexOfMatrixNearest(double) - Method in class gov.nasa.worldwind.geom.TileMatrixSet
-
- indexOfRenderable(Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- indexOfRenderableNamed(String) - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- indexOfRenderableWithProperty(Object, Object) - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- infiniteProjection - Variable in class gov.nasa.worldwind.draw.DrawContext
-
- infiniteProjection - Variable in class gov.nasa.worldwind.Frame
-
- INFO - Static variable in class gov.nasa.worldwind.util.Logger
-
- interpolate(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Computes the linear interpolation of two values according to a specified fractional amount.
- interpolateAlongPath(Location, int, double, Location) - Method in class gov.nasa.worldwind.geom.Location
-
Compute a location along a path between two locations.
- interpolateAlongPath(Position, int, double, Position) - Method in class gov.nasa.worldwind.geom.Position
-
Compute a position along a path between two positions.
- interpolateAngle180(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Computes the linear interpolation of two angles in the range [-180, +180] degrees according to a specified
fractional amount.
- interpolateAngle360(double, double, double) - Static method in class gov.nasa.worldwind.util.WWMath
-
Computes the linear interpolation of two angles in the range [0, 360] degrees according to a specified fractional
amount.
- intersect(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Computes the intersection of this sector and a specified sector, storing the result in this sector and returning
whether or not the sectors intersect.
- intersect(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Computes the intersection of this sector and a specified sector, storing the result in this sector and returning
whether or not the sectors intersect.
- intersect(int, int, int, int) - Method in class gov.nasa.worldwind.geom.Viewport
-
Computes the intersection of this viewport and a specified viewport, storing the result in this viewport and
returning whether or not the viewport intersect.
- intersect(Viewport) - Method in class gov.nasa.worldwind.geom.Viewport
-
Computes the intersection of this viewport and a specified viewport, storing the result in this viewport and
returning whether or not the viewport intersect.
- intersect(Line, Vec3) - Method in class gov.nasa.worldwind.globe.BasicTerrain
-
- intersect(Globe, Line, Vec3) - Method in interface gov.nasa.worldwind.globe.GeographicProjection
-
Computes the first intersection of a specified globe and line.
- intersect(Line, Vec3) - Method in class gov.nasa.worldwind.globe.Globe
-
Computes the first intersection of this globe with a specified line.
- intersect(Globe, Line, Vec3) - Method in class gov.nasa.worldwind.globe.ProjectionWgs84
-
- intersect(Line, Vec3) - Method in interface gov.nasa.worldwind.globe.Terrain
-
Computes the first intersection of this terrain with a specified line in Cartesian coordinates.
- intersects(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector intersects a specified sector.
- intersects(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector intersects a specified sector.
- intersects(int, int, int, int) - Method in class gov.nasa.worldwind.geom.Viewport
-
Indicates whether this viewport intersects a specified viewport.
- intersects(Viewport) - Method in class gov.nasa.worldwind.geom.Viewport
-
Indicates whether this viewport intersects a specified viewport.
- intersectsFrustum(Frustum) - Method in class gov.nasa.worldwind.geom.BoundingBox
-
Indicates whether this bounding box intersects a specified frustum.
- intersectsFrustum(Frustum) - Method in class gov.nasa.worldwind.geom.BoundingSphere
-
Indicates whether this bounding sphere intersects a specified frustum.
- intersectsFrustum(RenderContext, Frustum) - Method in class gov.nasa.worldwind.util.Tile
-
Indicates whether this tile's Cartesian extent intersects a specified frustum.
- intersectsOrNextTo(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates if this sector is next to, or intersects, a specified sector.
- intersectsSector(Sector) - Method in class gov.nasa.worldwind.util.Tile
-
Indicates whether this tile intersects a specified sector.
- intersectsSegment(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Frustum
-
Determines whether a line segment intersects this frustum.
- intersectsSegment(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Plane
-
Determines whether a specified line segment intersects this plane.
- intersectsViewport(Viewport) - Method in class gov.nasa.worldwind.geom.Frustum
-
Determines whether a screen coordinate viewport intersects this frustum.
- inverseFlattening() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Computes this ellipsoid's inverse flattening, a measure of an ellipsoid's compression.
- invert() - Method in class gov.nasa.worldwind.geom.Matrix3
-
Inverts this matrix in place.
- invert() - Method in class gov.nasa.worldwind.geom.Matrix4
-
Inverts this matrix in place.
- invertMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Inverts the specified matrix and stores the result in this matrix.
- invertMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Inverts the specified matrix and stores the result in this matrix.
- invertOrthonormal() - Method in class gov.nasa.worldwind.geom.Matrix4
-
Inverts this orthonormal transform matrix in place.
- invertOrthonormalMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Inverts the specified orthonormal transform matrix and stores the result in 'this' matrix.
- isBitmap() - Method in class gov.nasa.worldwind.render.ImageSource
-
Indicates whether this image source is a Bitmap.
- isBitmapFactory() - Method in class gov.nasa.worldwind.render.ImageSource
-
Indicates whether this image source is a bitmap factory.
- isDefault() - Method in class gov.nasa.worldwind.ogc.wmts.WmtsStyle
-
- isDepthTest() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns whether the placemark should be depth-tested against other objects in the scene.
- isDepthTest() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape depth-testing is enabled.
- isDrawInterior() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape interiors are enabled.
- isDrawLeader() - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Returns whether to draw a line from the placemark's geographic position to the ground.
- isDrawOutline() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape outlines are enabled.
- isDrawVerticals() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Indicates whether shape vertical outlines are enabled.
- isEmpty() - Method in class gov.nasa.worldwind.geom.Range
-
Indicates whether or not this range is empty.
- isEmpty() - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector has non-zero width and height.
- isEmpty() - Method in class gov.nasa.worldwind.geom.Viewport
-
Indicates whether or not this viewport is empty.
- isEnabled() - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- isEnabled() - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- isEnabled() - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- isEnabled() - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- isEnabled() - Method in interface gov.nasa.worldwind.layer.Layer
-
- isEnabled() - Method in class gov.nasa.worldwind.render.AbstractRenderable
-
- isEnabled() - Method in interface gov.nasa.worldwind.render.Renderable
-
- isEnableDepthTest() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- isEnableLeaderPicking() - Method in class gov.nasa.worldwind.shape.Placemark
-
Indicates if picking is allowed on this placemark's (optional) leader.
- isEnableLighting() - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether shape lighting is enabled.
- isEnableOutline() - Method in class gov.nasa.worldwind.render.TextRenderer
-
- isEnableOutline() - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- isExtrude() - Method in class gov.nasa.worldwind.shape.Ellipse
-
- isExtrude() - Method in class gov.nasa.worldwind.shape.Path
-
- isExtrude() - Method in class gov.nasa.worldwind.shape.Polygon
-
- isEyeDistanceScaling() - Method in class gov.nasa.worldwind.shape.Placemark
-
Indicates whether this placemark's size is reduced at higher eye distances.
- isFilePath() - Method in class gov.nasa.worldwind.render.ImageSource
-
Indicates whether this image source is a file path.
- isFirstLevel() - Method in class gov.nasa.worldwind.util.Level
-
Indicates whether this level is the lowest resolution level (level 0) within the parent level set.
- isFollowTerrain() - Method in class gov.nasa.worldwind.shape.Ellipse
-
Indicates whether this ellipse's geometry follows the terrain surface or is fixed at a constant altitude.
- isFollowTerrain() - Method in class gov.nasa.worldwind.shape.Path
-
- isFollowTerrain() - Method in class gov.nasa.worldwind.shape.Polygon
-
- isFramebufferComplete(DrawContext) - Method in class gov.nasa.worldwind.render.Framebuffer
-
- isFullSphere() - Method in class gov.nasa.worldwind.geom.Sector
-
Indicates whether this sector contains the full range of latitude [90 to +90] and longitude [-180 to +180].
- isHighlighted() - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- isHighlighted() - Method in interface gov.nasa.worldwind.shape.Highlightable
-
Indicates whether the shape is highlighted.
- isHighlighted() - Method in class gov.nasa.worldwind.shape.Label
-
Indicates whether this label uses its highlight attributes rather than its normal attributes.
- isHighlighted() - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Indicates whether this sightline's overlay uses its highlight attributes rather than its normal attributes for
visible features.
- isHighlighted() - Method in class gov.nasa.worldwind.shape.Placemark
-
Indicates whether this placemark uses its highlight attributes rather than its normal attributes.
- isLastLevel() - Method in class gov.nasa.worldwind.util.Level
-
Indicates whether this level is the highest resolution level within the parent level set.
- isLoggable(int) - Static method in class gov.nasa.worldwind.util.Logger
-
- isNoSubsets() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- isOnTop() - Method in class gov.nasa.worldwind.PickedObject
-
- isOpaque() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- isPickEnabled() - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- isPickEnabled() - Method in interface gov.nasa.worldwind.layer.Layer
-
- isPowerOfTwo(int) - Static method in class gov.nasa.worldwind.util.WWMath
-
Indicates whether a specified value is a power of two.
- isQueryable() - Method in class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- isRedrawRequested() - Method in class gov.nasa.worldwind.render.RenderContext
-
- isResource() - Method in class gov.nasa.worldwind.render.ImageSource
-
Indicates whether this image source is an Android resource.
- isTerrain() - Method in class gov.nasa.worldwind.PickedObject
-
- isTransparent() - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Indicates whether Get Map URLs should include transparency.
- isUnitBox() - Method in class gov.nasa.worldwind.geom.BoundingBox
-
Indicates whether this bounding box is a unit box centered at the Cartesian origin (0, 0, 0).
- isUrl() - Method in class gov.nasa.worldwind.render.ImageSource
-
Indicates whether this image source is a URL string.
- isUrlString(String) - Static method in class gov.nasa.worldwind.util.WWUtil
-
Determines whether or not the specified string represents a URL.
- isWithinActiveAltitudes(RenderContext) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- isWithinActiveAltitudes(RenderContext) - Method in interface gov.nasa.worldwind.layer.Layer
-
- iterator() - Method in class gov.nasa.worldwind.globe.ElevationModel
-
- iterator() - Method in class gov.nasa.worldwind.layer.LayerList
-
- iterator() - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- Label - Class in gov.nasa.worldwind.shape
-
Represents a label at a geographic position.
- Label(Position, String) - Constructor for class gov.nasa.worldwind.shape.Label
-
Constructs a label that displays text at a geographic position.
- Label(Position, TextAttributes) - Constructor for class gov.nasa.worldwind.shape.Label
-
Constructs a label with specified attributes that displays at a geographic position once its text is set to a
non-null value.
- Label(Position, String, TextAttributes) - Constructor for class gov.nasa.worldwind.shape.Label
-
Constructs a label with specified attributes that displays text at a geographic position.
- LandsatLayer - Class in gov.nasa.worldwind.layer
-
Displays Landsat imagery at 15m resolution from an OGC Web Map Service (WMS).
- LandsatLayer() - Constructor for class gov.nasa.worldwind.layer.LandsatLayer
-
Constructs a Landsat image layer with the WMS at https://worldwind25.arc.nasa.gov/wms.
- LandsatLayer(String) - Constructor for class gov.nasa.worldwind.layer.LandsatLayer
-
Constructs a Landsat image layer with the WMS at a specified address.
- lastLevel() - Method in class gov.nasa.worldwind.util.LevelSet
-
Returns the last level (highest resolution) of this level set.
- latitude - Variable in class gov.nasa.worldwind.geom.Camera
-
- latitude - Variable in class gov.nasa.worldwind.geom.Location
-
The location's latitude in degrees.
- latitude - Variable in class gov.nasa.worldwind.geom.LookAt
-
- Layer - Interface in gov.nasa.worldwind.layer
-
- LayerFactory - Class in gov.nasa.worldwind.layer
-
- LayerFactory() - Constructor for class gov.nasa.worldwind.layer.LayerFactory
-
- LayerFactory.Callback - Interface in gov.nasa.worldwind.layer
-
- LayerList - Class in gov.nasa.worldwind.layer
-
- LayerList() - Constructor for class gov.nasa.worldwind.layer.LayerList
-
- LayerList(LayerList) - Constructor for class gov.nasa.worldwind.layer.LayerList
-
- LayerList(Iterable<? extends Layer>) - Constructor for class gov.nasa.worldwind.layer.LayerList
-
- layerNames - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The comma-separated list of WMS layer names.
- layers - Variable in class gov.nasa.worldwind.render.RenderContext
-
- length() - Method in class gov.nasa.worldwind.geom.Range
-
Returns the length of the interval between this range's lower bound and upper bound, or 0 if this range is empty.
- Level - Class in gov.nasa.worldwind.util
-
Represents a level of a specific resolution in a
LevelSet
.
- Level(LevelSet, int, double) - Constructor for class gov.nasa.worldwind.util.Level
-
- level(int) - Method in class gov.nasa.worldwind.util.LevelSet
-
Returns the
Level
for a specified level number.
- level - Variable in class gov.nasa.worldwind.util.Tile
-
The level at which this tile lies within a
LevelSet
.
- levelForResolution(double) - Method in class gov.nasa.worldwind.util.LevelSet
-
Returns the level that most closely approximates the specified resolution.
- levelHeight - Variable in class gov.nasa.worldwind.util.Level
-
The height in pixels of the image represented by all tiles in this level set, or the number of sample points in
the latitudinal direction of this level set.
- levelNumber - Variable in class gov.nasa.worldwind.util.Level
-
The level's ordinal in its parent level set.
- LevelSet - Class in gov.nasa.worldwind.util
-
Multi-resolution, hierarchical collection of tiles organized into levels of increasing resolution.
- LevelSet() - Constructor for class gov.nasa.worldwind.util.LevelSet
-
Constructs an empty level set with no levels.
- LevelSet(Sector, double, int, int, int) - Constructor for class gov.nasa.worldwind.util.LevelSet
-
Constructs a level set with specified parameters.
- LevelSet(LevelSetConfig) - Constructor for class gov.nasa.worldwind.util.LevelSet
-
Constructs a level set with parameters from a specified configuration.
- LevelSetConfig - Class in gov.nasa.worldwind.util
-
Configuration values for a multi-resolution, hierarchical collection of tiles organized into levels of increasing
resolution.
- LevelSetConfig() - Constructor for class gov.nasa.worldwind.util.LevelSetConfig
-
Constructs a level set configuration with default values.
- LevelSetConfig(Sector, double, int, int, int) - Constructor for class gov.nasa.worldwind.util.LevelSetConfig
-
Constructs a level set configuration with specified parameters.
- levelWidth - Variable in class gov.nasa.worldwind.util.Level
-
The width in pixels of the image represented by all tiles in this level set, or the number of sample points in
the longitudinal direction of this level set.
- Line - Class in gov.nasa.worldwind.geom
-
Represents a line in Cartesian coordinates.
- Line() - Constructor for class gov.nasa.worldwind.geom.Line
-
Constructs a line with origin and direction both zero.
- Line(Vec3, Vec3) - Constructor for class gov.nasa.worldwind.geom.Line
-
Constructs a line with a specified origin and direction.
- Line(Line) - Constructor for class gov.nasa.worldwind.geom.Line
-
Constructs a line with the origin and direction from a specified line.
- LINEAR - Static variable in class gov.nasa.worldwind.WorldWind
-
- linearAzimuth(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the azimuth angle (clockwise from North) for the linear path between this location and a specified
location.
- linearDistance(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the angular distance of the linear path between this location and a specified location.
- linearLocation(double, double, Location) - Method in class gov.nasa.worldwind.geom.Location
-
Computes the location on the linear path starting at this location and traversing with the specified azimuth and
angular distance.
- lineElementRange - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
-
- lineWidth - Variable in class gov.nasa.worldwind.draw.DrawableLines
-
- lineWidth(float) - Method in class gov.nasa.worldwind.draw.DrawShapeState
-
- loadColor(Color) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
-
- loadColor(Color, Color) - Method in class gov.nasa.worldwind.render.SightlineProgram
-
- loadColor(Color) - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
-
- loadModelviewProjection(Matrix4) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
-
- loadModelviewProjection(Matrix4) - Method in class gov.nasa.worldwind.render.SightlineProgram
-
- loadModelviewProjection() - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
-
- loadRange(float) - Method in class gov.nasa.worldwind.render.SightlineProgram
-
- loadSightlineProjection(Matrix4, Matrix4) - Method in class gov.nasa.worldwind.render.SightlineProgram
-
- loadTexCoordMatrix(Matrix3) - Method in class gov.nasa.worldwind.render.BasicShaderProgram
-
- loadTexCoordMatrix() - Method in class gov.nasa.worldwind.render.SurfaceTextureProgram
-
- Location - Class in gov.nasa.worldwind.geom
-
Geographic location with a latitude and longitude in degrees.
- Location() - Constructor for class gov.nasa.worldwind.geom.Location
-
Constructs a location with latitude and longitude both 0.
- Location(double, double) - Constructor for class gov.nasa.worldwind.geom.Location
-
Constructs a location with a specified latitude and longitude in degrees.
- Location(Location) - Constructor for class gov.nasa.worldwind.geom.Location
-
Constructs a location with the latitude and longitude of a specified location.
- locationsCrossAntimeridian(List<? extends Location>) - Static method in class gov.nasa.worldwind.geom.Location
-
Determines whether a list of locations crosses the antimeridian.
- log(int, String) - Static method in class gov.nasa.worldwind.util.Logger
-
- log(int, String, Throwable) - Static method in class gov.nasa.worldwind.util.Logger
-
- Logger - Class in gov.nasa.worldwind.util
-
- Logger() - Constructor for class gov.nasa.worldwind.util.Logger
-
- logMessage(int, String, String, String) - Static method in class gov.nasa.worldwind.util.Logger
-
- logMessage(int, String, String, String, Throwable) - Static method in class gov.nasa.worldwind.util.Logger
-
- longitude - Variable in class gov.nasa.worldwind.geom.Camera
-
- longitude - Variable in class gov.nasa.worldwind.geom.Location
-
The location's longitude in degrees.
- longitude - Variable in class gov.nasa.worldwind.geom.LookAt
-
- LookAt - Class in gov.nasa.worldwind.geom
-
- LookAt() - Constructor for class gov.nasa.worldwind.geom.LookAt
-
- LookAt(double, double, double, int, double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.LookAt
-
- LookAt(LookAt) - Constructor for class gov.nasa.worldwind.geom.LookAt
-
- lower - Variable in class gov.nasa.worldwind.geom.Range
-
The range's lower bound, inclusive.
- LruMemoryCache<K,V> - Class in gov.nasa.worldwind.util
-
- LruMemoryCache(int) - Constructor for class gov.nasa.worldwind.util.LruMemoryCache
-
- LruMemoryCache(int, int) - Constructor for class gov.nasa.worldwind.util.LruMemoryCache
-
- m - Variable in class gov.nasa.worldwind.geom.Matrix3
-
The matrix's components, stored in row-major order.
- m - Variable in class gov.nasa.worldwind.geom.Matrix4
-
The matrix's components, stored in row-major order.
- magnitude() - Method in class gov.nasa.worldwind.geom.Vec2
-
Computes the magnitude of this vector.
- magnitude() - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the magnitude of this vector.
- magnitudeSquared() - Method in class gov.nasa.worldwind.geom.Vec2
-
Computes the squared magnitude of this vector.
- magnitudeSquared() - Method in class gov.nasa.worldwind.geom.Vec3
-
Computes the squared magnitude of this vector.
- makeMessage(String, String, String) - Static method in class gov.nasa.worldwind.util.Logger
-
- matrix(int) - Method in class gov.nasa.worldwind.geom.TileMatrixSet
-
Returns the matrix for a specified ordinal.
- Matrix3 - Class in gov.nasa.worldwind.geom
-
3 x 3 matrix in row-major order.
- Matrix3() - Constructor for class gov.nasa.worldwind.geom.Matrix3
-
Constructs a 3 x 3 identity matrix.
- Matrix3(double, double, double, double, double, double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Matrix3
-
Constructs a 3 x 3 matrix with specified components.
- Matrix3(Matrix3) - Constructor for class gov.nasa.worldwind.geom.Matrix3
-
Constructs a 3 x 3 matrix with the components of a specified matrix.
- Matrix4 - Class in gov.nasa.worldwind.geom
-
4 x 4 matrix in row-major order.
- Matrix4() - Constructor for class gov.nasa.worldwind.geom.Matrix4
-
Constructs a 4 x 4 identity matrix.
- Matrix4(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Matrix4
-
Constructs a 4 x 4 matrix with specified components.
- Matrix4(Matrix4) - Constructor for class gov.nasa.worldwind.geom.Matrix4
-
Constructs a 4 x 4 matrix with the components of a specified matrix.
- matrixHeight - Variable in class gov.nasa.worldwind.geom.TileMatrix
-
- matrixWidth - Variable in class gov.nasa.worldwind.geom.TileMatrix
-
- MAX_DRAW_ELEMENTS - Static variable in class gov.nasa.worldwind.draw.DrawShapeState
-
- maxLatitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns this sector's maximum latitude.
- maxLongitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns this sector's maximum longitude.
- MessageListener - Interface in gov.nasa.worldwind.util
-
- MessageService - Class in gov.nasa.worldwind.util
-
- MessageService() - Constructor for class gov.nasa.worldwind.util.MessageService
-
- messageService() - Static method in class gov.nasa.worldwind.WorldWind
-
Returns a singleton MessageService instance that provides a mechanism for broadcasting notifications within the
WorldWind library and WorldWind applications.
- minLatitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns the this sector's minimum latitude.
- minLongitude() - Method in class gov.nasa.worldwind.geom.Sector
-
Returns this sector's minimum longitude.
- mix(Vec2, double) - Method in class gov.nasa.worldwind.geom.Vec2
-
Mixes (interpolates) a specified vector with this vector, modifying this vector.
- mix(Vec3, double) - Method in class gov.nasa.worldwind.geom.Vec3
-
Mixes (interpolates) a specified vector with this vector, modifying this vector.
- mod(int, int) - Static method in class gov.nasa.worldwind.util.WWMath
-
Returns the integer modulus of a specified number.
- modelview - Variable in class gov.nasa.worldwind.draw.DrawContext
-
- modelview - Variable in class gov.nasa.worldwind.Frame
-
- modelview - Variable in class gov.nasa.worldwind.render.RenderContext
-
- modelviewProjection - Variable in class gov.nasa.worldwind.draw.DrawContext
-
- modelviewProjection - Variable in class gov.nasa.worldwind.render.RenderContext
-
- Movable - Interface in gov.nasa.worldwind.shape
-
- moveTo(Globe, Position) - Method in class gov.nasa.worldwind.shape.Label
-
Moves the shape over the globe's surface.
- moveTo(Globe, Position) - Method in interface gov.nasa.worldwind.shape.Movable
-
Move the shape over the globe's surface while maintaining its original azimuth, its orientation relative to
North.
- moveTo(Globe, Position) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Moves the sightline over the globe's surface.
- moveTo(Globe, Position) - Method in class gov.nasa.worldwind.shape.Placemark
-
Moves the shape over the globe's surface.
- multiply(double) - Method in class gov.nasa.worldwind.geom.Vec2
-
Multiplies this vector by a scalar.
- multiply(double) - Method in class gov.nasa.worldwind.geom.Vec3
-
Multiplies this vector by a scalar.
- multiplyByMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Multiplies this matrix by a specified matrix.
- multiplyByMatrix(double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Multiplies this matrix by a matrix specified by individual components.
- multiplyByMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Multiplies this matrix by a specified matrix.
- multiplyByMatrix(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Multiplies this matrix by a matrix specified by individual components.
- multiplyByMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Vec2
-
Multiplies this vector by a 3x3 matrix.
- multiplyByMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Vec3
-
Multiplies this vector by a 4x4 matrix.
- multiplyByRotation(double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Multiplies this matrix by a rotation matrix about a specified axis and angle.
- multiplyByRotation(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Multiplies this matrix by a rotation matrix about a specified axis and angle.
- multiplyByScale(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Multiplies this matrix by a scale matrix with specified values.
- multiplyByScale(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Multiplies this matrix by a scale matrix with specified values.
- multiplyByTileTransform(Sector, Sector) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Multiplies this matrix by a matrix that transforms normalized coordinates from a source sector to a destination
sector.
- multiplyByTranslation(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Multiplies this matrix by a translation matrix with specified translation values.
- multiplyByTranslation(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Multiplies this matrix by a translation matrix with specified translation values.
- multiplyByVerticalFlip() - Method in class gov.nasa.worldwind.geom.Matrix3
-
Multiplies this matrix by a matrix that flips and shifts the y-axis.
- mustSubdivide(RenderContext, double) - Method in class gov.nasa.worldwind.util.Tile
-
Indicates whether this tile should be subdivided based on the current navigation state and a specified detail
factor.
- mvpMatrix - Variable in class gov.nasa.worldwind.draw.DrawableLines
-
- mvpMatrix - Variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
-
- SAMPLE_FORMAT_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- SAMPLES_PER_PIXEL_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- scratchBuffer(int) - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns a scratch NIO buffer suitable for use during drawing.
- scratchFramebuffer() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns an OpenGL framebuffer object suitable for offscreen drawing.
- scratchList() - Method in class gov.nasa.worldwind.draw.DrawContext
-
Returns a scratch list suitable for accumulating entries during drawing.
- SCREEN_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
-
- screenProjection - Variable in class gov.nasa.worldwind.draw.DrawContext
-
- sector - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
-
- sector - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceShape
-
- sector - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- Sector - Class in gov.nasa.worldwind.geom
-
Geographic rectangular region in degrees.
- Sector() - Constructor for class gov.nasa.worldwind.geom.Sector
-
Constructs an empty sector with minimum and maximum latitudes and longitudes all NaN.
- Sector(double, double, double, double) - Constructor for class gov.nasa.worldwind.geom.Sector
-
Constructs a sector with the specified latitude and longitude values in degrees.
- Sector(Sector) - Constructor for class gov.nasa.worldwind.geom.Sector
-
Constructs a sector with the minimum and maximum latitudes and longitudes of a specified sector.
- sector - Variable in class gov.nasa.worldwind.geom.TileMatrix
-
- sector - Variable in class gov.nasa.worldwind.geom.TileMatrixSet
-
- sector - Variable in class gov.nasa.worldwind.util.LevelSet
-
The sector spanned by this level set.
- sector - Variable in class gov.nasa.worldwind.util.LevelSetConfig
-
The sector spanned by the level set.
- sector - Variable in class gov.nasa.worldwind.util.Tile
-
The sector spanned by this tile.
- selectLevelOfDetail(RenderContext, Placemark, double) - Method in interface gov.nasa.worldwind.shape.Placemark.LevelOfDetailSelector
-
Gets the active attributes for the current distance to the camera and highlighted state.
- semiMajorAxis() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Computes this ellipsoid's semi-major axis length in meters.
- semiMinorAxis() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Computes this ellipsoid's semi-minor length axis in meters.
- serviceAddress - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The WMS service address used to build Get Map URLs.
- set(SurfaceTextureProgram, Sector, Texture, Matrix3) - Method in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- set(BasicShaderProgram, Color) - Method in class gov.nasa.worldwind.draw.DrawableTessellation
-
- set(Vec3, double) - Method in class gov.nasa.worldwind.geom.BoundingSphere
-
Sets this bounding sphere to the specified center point and radius.
- set(double, double, double, int, double, double, double) - Method in class gov.nasa.worldwind.geom.Camera
-
- set(Camera) - Method in class gov.nasa.worldwind.geom.Camera
-
- set(double, double) - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Sets this ellipsoid to a specified semi-major axis and inverse flattening.
- set(Ellipsoid) - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
Sets this ellipsoid to the semi-major axis and inverse flattening of a specified ellipsoid.
- set(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Line
-
Sets this line to a specified origin and direction.
- set(double, double) - Method in class gov.nasa.worldwind.geom.Location
-
Sets this location to a specified latitude and longitude in degrees.
- set(Location) - Method in class gov.nasa.worldwind.geom.Location
-
Sets this location to the latitude and longitude of a specified location.
- set(double, double, double, int, double, double, double, double) - Method in class gov.nasa.worldwind.geom.LookAt
-
- set(LookAt) - Method in class gov.nasa.worldwind.geom.LookAt
-
- set(double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this 3 x 3 matrix to specified components.
- set(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this 3 x 3 matrix to the components of a specified matrix.
- set(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this 4 x 4 matrix to specified components.
- set(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this 4 x 4 matrix to the components of a specified matrix.
- set(Offset) - Method in class gov.nasa.worldwind.geom.Offset
-
Sets this offset to identical property values of the specified offset.
- set(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Plane
-
Sets this plane's specified normal vector and distance to specified values.
- set(Plane) - Method in class gov.nasa.worldwind.geom.Plane
-
Sets this plane's normal vector and distance to that of a specified plane.
- set(double, double, double) - Method in class gov.nasa.worldwind.geom.Position
-
Sets this position to a specified latitude and longitude in degrees and altitude in meters.
- set(Position) - Method in class gov.nasa.worldwind.geom.Position
-
Sets this position to the latitude, longitude and altitude of a specified position.
- set(int, int) - Method in class gov.nasa.worldwind.geom.Range
-
Sets this range to the specified lower bound and upper bound.
- set(Range) - Method in class gov.nasa.worldwind.geom.Range
-
Sets this range to the lower bound and upper bound of a specified range.
- set(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to the specified latitude, longitude and dimension in degrees.
- set(Sector) - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to the minimum and maximum latitudes and longitudes of a specified sector.
- set(double, double) - Method in class gov.nasa.worldwind.geom.Vec2
-
Sets this vector to the specified X and Y.
- set(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Sets this vector to the X and Y of a specified vector.
- set(double, double, double) - Method in class gov.nasa.worldwind.geom.Vec3
-
Sets this vector to the specified X, Y and Z.
- set(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Sets this vector to the X, Y and Z of a specified vector.
- set(int, int, int, int) - Method in class gov.nasa.worldwind.geom.Viewport
-
Sets this viewport to the specified origin and dimensions.
- set(Viewport) - Method in class gov.nasa.worldwind.geom.Viewport
-
Sets this viewport to the origin and dimensions of a specified viewport.
- set(float, float, float, float) - Method in class gov.nasa.worldwind.render.Color
-
Sets this color to the specified components.
- set(int) - Method in class gov.nasa.worldwind.render.Color
-
Sets this color to the components stored in a color int.
- set(Color) - Method in class gov.nasa.worldwind.render.Color
-
Sets this color to the components of a specified color.
- set(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
- set(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
- set(TextAttributes) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- set(int, float) - Method in class gov.nasa.worldwind.util.FloatArray
-
- set(int, short) - Method in class gov.nasa.worldwind.util.ShortArray
-
- setAltitude(double) - Method in class gov.nasa.worldwind.Navigator
-
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the altitude mode associated with this label's position.
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets the altitude mode associated with this sightline's position.
- setAltitudeMode(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets this placemark's altitude mode.
- setAsCamera(Globe, Camera) - Method in class gov.nasa.worldwind.Navigator
-
- setAsLookAt(Globe, LookAt) - Method in class gov.nasa.worldwind.Navigator
-
- setAttribBindings(String...) - Method in class gov.nasa.worldwind.render.ShaderProgram
-
- setAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- setAttributes(ShapeAttributes) - Method in interface gov.nasa.worldwind.shape.Attributable
-
Specifies the shape's normal (non-highlight) attributes.
- setAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.Label
-
Sets this label's attributes to the supplied attributes bundle.
- setAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's "normal" attributes to the supplied attributes bundle.
- setAttributes(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the placemark's attributes to the supplied attributes bundle.
- setBoundary(int, List<Position>) - Method in class gov.nasa.worldwind.shape.Polygon
-
- setCenter(Position) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the geographic position of this ellipse's center.
- setColor(Color) - Method in class gov.nasa.worldwind.layer.ShowTessellationLayer
-
- setConfiguration(Sector, double, WmsLayerConfig) - Method in class gov.nasa.worldwind.ogc.WmsLayer
-
Specifies this Web Map Service (WMS) layer's configuration.
- setConfiguration(Sector, Globe, double, WmsLayerConfig) - Method in class gov.nasa.worldwind.ogc.WmsLayer
-
Specifies this Web Map Service (WMS) layer's configuration.
- setContainer(GeoPackage) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgEntry
-
- setCoordinateSystem(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the coordinate reference system to use in Get Map URLs.
- setCoverage(String) - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Sets the coverage name used to build Get Coverage URLs.
- setCoverageId(String) - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Sets the coverage name used to build Get Coverage URLs.
- setDataType(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setDefinition(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- setDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets whether the placemark should be depth-tested against other objects in the scene.
- setDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape depth-testing.
- setDescription(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setDescription(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- setDetailControl(double) - Method in class gov.nasa.worldwind.globe.BasicTessellator
-
- setDetailControl(double) - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- setDisplayName(String) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- setDisplayName(String) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- setDisplayName(String) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- setDisplayName(String) - Method in interface gov.nasa.worldwind.layer.Layer
-
- setDisplayName(String) - Method in class gov.nasa.worldwind.render.AbstractRenderable
-
- setDisplayName(String) - Method in interface gov.nasa.worldwind.render.Renderable
-
- setDrawInterior(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape interiors.
- setDrawLeader(boolean) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets whether to draw a line from the placemark's geographic position to the ground.
- setDrawOutline(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape outlines.
- setDrawVerticals(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape vertical outlines.
- setElevationModel(ElevationModel) - Method in class gov.nasa.worldwind.globe.Globe
-
- setEllipsoid(Ellipsoid) - Method in class gov.nasa.worldwind.globe.Globe
-
Sets the reference ellipsoid that defines this globe's equatorial radius and polar radius.
- setEmpty() - Method in class gov.nasa.worldwind.geom.Range
-
Sets this range to an empty range.
- setEmpty() - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to an empty sector.
- setEmpty() - Method in class gov.nasa.worldwind.geom.Viewport
-
Sets this viewport to an empty viewport.
- setEnabled(boolean) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- setEnabled(boolean) - Method in class gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- setEnabled(boolean) - Method in interface gov.nasa.worldwind.globe.ElevationCoverage
-
- setEnabled(boolean) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- setEnabled(boolean) - Method in interface gov.nasa.worldwind.layer.Layer
-
- setEnabled(boolean) - Method in class gov.nasa.worldwind.render.AbstractRenderable
-
- setEnabled(boolean) - Method in interface gov.nasa.worldwind.render.Renderable
-
- setEnableDepthTest(boolean) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setEnableLeaderPicking(boolean) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets whether picking is allowed on this placemark's (optional) leader.
- setEnableLighting(boolean) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets whether to enable shape lighting.
- setEnableOutline(boolean) - Method in class gov.nasa.worldwind.render.TextRenderer
-
- setEnableOutline(boolean) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setExtrude(boolean) - Method in class gov.nasa.worldwind.shape.Ellipse
-
- setExtrude(boolean) - Method in class gov.nasa.worldwind.shape.Path
-
- setExtrude(boolean) - Method in class gov.nasa.worldwind.shape.Polygon
-
- setEyeDistanceScaling(boolean) - Method in class gov.nasa.worldwind.shape.Placemark
-
Enables or disables the eye distance scaling feature for this placemark.
- setEyeDistanceScalingLabelThreshold(double) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the eye altitude, in meters, above which this placemark's label is not displayed.
- setEyeDistanceScalingThreshold(double) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the eye distance above which to reduce the size of this placemark, in meters.
- setFieldOfView(double) - Method in class gov.nasa.worldwind.WorldWindow
-
- setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the terrain following state of this ellipse, which indicates whether this ellipse's geometry follows the
terrain surface or is fixed at a constant altitude.
- setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Path
-
- setFollowTerrain(boolean) - Method in class gov.nasa.worldwind.shape.Polygon
-
- setFrameController(FrameController) - Method in class gov.nasa.worldwind.WorldWindow
-
- setFrameMetrics(FrameMetrics) - Method in class gov.nasa.worldwind.WorldWindow
-
- setFullSphere() - Method in class gov.nasa.worldwind.geom.Sector
-
Sets this sector to the full range of latitude [90 to +90] and longitude [-180 to +180].
- setGlobe(Globe) - Method in class gov.nasa.worldwind.WorldWindow
-
Sets the planet or celestial object displayed by this WorldWindow.
- setHeading(double) - Method in class gov.nasa.worldwind.Navigator
-
- setHeading(double) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets this ellipse's heading in degrees clockwise from North.
- setHeightLimits(float[]) - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- setHeights(float[]) - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- setHighlightAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- setHighlightAttributes(ShapeAttributes) - Method in interface gov.nasa.worldwind.shape.Attributable
-
Specifies the shape's highlight attributes.
- setHighlightAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the attributes used when this label's highlighted flag is true.
- setHighlightAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's "highlight" attributes.
- setHighlightAttributes(PlacemarkAttributes) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the attributes used when this placemark's highlighted flag is true.
- setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- setHighlighted(boolean) - Method in interface gov.nasa.worldwind.shape.Highlightable
-
Specifies whether to highlight the shape.
- setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the highlighted state of this label, which indicates whether this label uses its highlight attributes rather
than its normal attributes.
- setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets the highlighted state of this sightline, which indicates whether this sightline's overlay uses its highlight
attributes rather than its normal attributes for visible features.
- setHighlighted(boolean) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the highlighted state of this placemark, which indicates whether this placemark uses its highlight
attributes rather than its normal attributes.
- setId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- setIdentifier(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setImageColor(Color) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the image color.
- setImageFormat(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the image content type to use in Get Map URLs.
- setImageOffset(Offset) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the location within the placemark's image to align with the placemark's geographic position.
- setImageOptions(ImageOptions) - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- setImageOptions(ImageOptions) - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- setImageRotation(double) - Method in class gov.nasa.worldwind.shape.Placemark
-
- setImageRotationReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
- setImageScale(double) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the amount to scale the placemark's image.
- setImageSource(ImageSource) - Method in class gov.nasa.worldwind.render.ImageTile
-
- setImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
- setImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- setImageTilt(double) - Method in class gov.nasa.worldwind.shape.Placemark
-
- setImageTiltReference(int) - Method in class gov.nasa.worldwind.shape.Placemark
-
- setInteriorColor(Color) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets shape interior color and opacity.
- setInteriorImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets the image source to apply to shape interiors.
- setKeepAliveTime(long, TimeUnit) - Method in class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
-
- setLabelAttributes(TextAttributes) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the attributes to apply to the placemark's label, if any.
- setLastChange(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setLatitude(double) - Method in class gov.nasa.worldwind.Navigator
-
- setLayer(int, Layer) - Method in class gov.nasa.worldwind.layer.LayerList
-
- setLayerNames(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the comma-separated list of WMS layer names.
- setLayers(LayerList) - Method in class gov.nasa.worldwind.WorldWindow
-
- setLeaderAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
Sets the attributes to apply to the leader line if it's drawn.
- setLevelOfDetailSelector(Placemark.LevelOfDetailSelector) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets the optional level-of-detail selector used to inject logic for selecting PlacemarkAttributes based on the
the camera distance and highlighted attribute.
- setLevelSet(LevelSet) - Method in class gov.nasa.worldwind.globe.BasicTessellator
-
- setLevelSet(LevelSet) - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- setLongitude(double) - Method in class gov.nasa.worldwind.Navigator
-
- setMajorRadius(double) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the radius of this globe's semi-major axis.
- setMatrixHeight(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setMatrixWidth(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setMaxActiveAltitude(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- setMaxActiveAltitude(double) - Method in interface gov.nasa.worldwind.layer.Layer
-
- setMaximumIntermediatePoints(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- setMaximumIntervals(int) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the maximum number of angular intervals that may be used to approximate this ellipse's on screen.
- setMaxNumberOfPointers(int) - Method in class gov.nasa.worldwind.gesture.PanRecognizer
-
- setMaxX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setMaxX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- setMaxY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setMaxY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- setMinActiveAltitude(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- setMinActiveAltitude(double) - Method in interface gov.nasa.worldwind.layer.Layer
-
- setMinimumImageScale(double) - Method in class gov.nasa.worldwind.shape.PlacemarkAttributes
-
- setMinNumberOfPointers(int) - Method in class gov.nasa.worldwind.gesture.PanRecognizer
-
- setMinorRadius(double) - Method in class gov.nasa.worldwind.shape.Ellipse
-
Sets the radius of this globe's semi-minor axis.
- setMinX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setMinX(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- setMinY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setMinY(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- setNavigator(Navigator) - Method in class gov.nasa.worldwind.WorldWindow
-
- setNavigatorStoppedDelay(long, TimeUnit) - Method in class gov.nasa.worldwind.NavigatorEventSupport
-
- setNavigatorStoppedDelay(long, TimeUnit) - Method in class gov.nasa.worldwind.WorldWindow
-
- setOccludeAttributes(ShapeAttributes) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's "occlude" attributes.
- setOpacity(double) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- setOpacity(double) - Method in interface gov.nasa.worldwind.layer.Layer
-
- setOrganization(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- setOrganizationCoordSysId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- setOrigin(Vec3) - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- setOutlineColor(Color) - Method in class gov.nasa.worldwind.render.TextRenderer
-
- setOutlineColor(Color) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets shape outline color and opacity.
- setOutlineColor(Color) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setOutlineImageSource(ImageSource) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets the image source to apply to shape outlines.
- setOutlineWidth(float) - Method in class gov.nasa.worldwind.render.TextRenderer
-
- setOutlineWidth(float) - Method in class gov.nasa.worldwind.shape.ShapeAttributes
-
Sets shape outline width.
- setOutlineWidth(float) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setParent(XmlModel) - Method in class gov.nasa.worldwind.util.xml.XmlModel
-
- setPathType(int) - Method in class gov.nasa.worldwind.shape.AbstractShape
-
- setPickDelegate(Object) - Method in class gov.nasa.worldwind.render.AbstractRenderable
-
- setPickDelegate(Object) - Method in interface gov.nasa.worldwind.render.Renderable
-
- setPickEnabled(boolean) - Method in class gov.nasa.worldwind.layer.AbstractLayer
-
- setPickEnabled(boolean) - Method in interface gov.nasa.worldwind.layer.Layer
-
- setPixelXSize(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setPixelYSize(double) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setPoints(float[]) - Method in class gov.nasa.worldwind.globe.TerrainTile
-
- setPosition(Position) - Method in class gov.nasa.worldwind.shape.Label
-
Sets this label's geographic position to the values in the supplied position.
- setPosition(Position) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's geographic position to the values in the supplied position.
- setPosition(Position) - Method in class gov.nasa.worldwind.shape.Placemark
-
Sets this placemark's geographic position to the values in the supplied position.
- setPositions(List<Position>) - Method in class gov.nasa.worldwind.shape.Path
-
- setProgramSources(String...) - Method in class gov.nasa.worldwind.render.ShaderProgram
-
- setProjection(GeographicProjection) - Method in class gov.nasa.worldwind.globe.Globe
-
Sets the geographic projection used by this globe.
- setPullParser(XmlPullParser) - Method in class gov.nasa.worldwind.util.xml.XmlModelParser
-
- setRange(double) - Method in class gov.nasa.worldwind.shape.OmnidirectionalSightline
-
Sets this sightline's range.
- setRenderable(int, Renderable) - Method in class gov.nasa.worldwind.layer.RenderableLayer
-
- setRenderResourceCache(RenderResourceCache) - Method in class gov.nasa.worldwind.WorldWindow
-
- setResources(Resources) - Method in class gov.nasa.worldwind.render.ImageRetriever
-
- setResources(Resources) - Method in class gov.nasa.worldwind.render.RenderResourceCache
-
- setRoll(double) - Method in class gov.nasa.worldwind.Navigator
-
- setRotation(double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets the rotation components of this matrix to a specified angle.
- setRotation(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets the rotation components of this matrix to a specified axis and angle.
- setRotation(double) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the amount of rotation applied to this label.
- setRotationMode(int) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the orientation mode this label uses to interpret its rotation.
- setScale(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets the scale components of this matrix to specified values.
- setScale(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets the scale components of this matrix to specified values.
- setSector(Sector) - Method in class gov.nasa.worldwind.shape.SurfaceImage
-
- setServiceAddress(String) - Method in class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Sets the WCS service address used to build Get Coverage URLs.
- setServiceAddress(String) - Method in class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Sets the WCS service address used to build Get Coverage URLs.
- setServiceAddress(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the WMS service address used to build Get Map URLs.
- setSrsId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setSrsId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- setSrsId(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- setSrsName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgSpatialReferenceSystem
-
- setStyleNames(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the comma-separated list of WMS style names.
- setTableName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgContent
-
- setTableName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setTableName(String) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrixSet
-
- setTemplate(String) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- setTessellator(Tessellator) - Method in class gov.nasa.worldwind.WorldWindow
-
- setTexParameter(int, int) - Method in class gov.nasa.worldwind.render.Texture
-
- setText(String) - Method in class gov.nasa.worldwind.shape.Label
-
Sets the text displayed by this label.
- setTextColor(Color) - Method in class gov.nasa.worldwind.render.TextRenderer
-
- setTextColor(Color) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setTextOffset(Offset) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setTextSize(float) - Method in class gov.nasa.worldwind.render.TextRenderer
-
- setTextSize(float) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setTileColumn(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- setTileData(byte[]) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- setTileFactory(TiledElevationCoverage.TileFactory) - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
-
- setTileFactory(TileFactory) - Method in class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- setTileHeight(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setTileMatrixIdentifiers(List<String>) - Method in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- setTileMatrixSet(TileMatrixSet) - Method in class gov.nasa.worldwind.globe.TiledElevationCoverage
-
- setTileRow(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- setTileWidth(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setTilt(double) - Method in class gov.nasa.worldwind.Navigator
-
- setTimeString(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the time parameter to include in Get Map URLs.
- setToCovarianceOfPoints(float[], int, int) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to the symmetric covariance Matrix computed from an array of points.
- setToIdentity() - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this matrix to the 3 x 3 identity matrix.
- setToIdentity() - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to the 4 x 4 identity matrix.
- setToInfiniteProjection(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to an infinite perspective projection matrix for the specified viewport dimensions, vertical
field of view and near clip distance.
- setToModelviewProjection(Matrix4, Matrix4, Viewport) - Method in class gov.nasa.worldwind.geom.Frustum
-
Sets this frustum to one appropriate for a modelview-projection matrix.
- setToModelviewProjection(Matrix4, Matrix4, Viewport, Viewport) - Method in class gov.nasa.worldwind.geom.Frustum
-
Sets this frustum to one appropriate for a subset of a modelview-projection matrix.
- setToMultiply(Matrix3, Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this matrix to the matrix product of two specified matrices.
- setToMultiply(Matrix4, Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to the matrix product of two specified matrices.
- setToPerspectiveProjection(double, double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to a perspective projection matrix for the specified viewport dimensions, vertical field of view
and clip distances.
- setToPoints(float[], int, int) - Method in class gov.nasa.worldwind.geom.BoundingBox
-
Sets this bounding box such that it minimally encloses a specified array of points.
- setToRotation(double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this matrix to a rotation matrix with a specified angle.
- setToRotation(double, double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to a rotation matrix with a specified axis and angle.
- setToScale(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this matrix to a scale matrix with specified scale components.
- setToScale(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to a scale matrix with specified scale components.
- setToScreenProjection(double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to a screen projection matrix for the specified viewport dimensions.
- setToSector(Sector, Globe, float, float) - Method in class gov.nasa.worldwind.geom.BoundingBox
-
Sets this bounding box such that it contains a specified sector on a specified globe with min and max terrain
height.
- setToSegment(Vec3, Vec3) - Method in class gov.nasa.worldwind.geom.Line
-
Sets this line to the specified segment.
- setToTileTransform(Sector, Sector) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this matrix to one that transforms normalized coordinates from a source sector to a destination sector.
- setToTranslation(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this matrix to a translation matrix with specified translation components.
- setToTranslation(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to a translation matrix with specified translation components.
- setToUnitBox() - Method in class gov.nasa.worldwind.geom.BoundingBox
-
Sets this bounding box to a unit box centered at the Cartesian origin (0, 0, 0).
- setToUnitFrustum() - Method in class gov.nasa.worldwind.geom.Frustum
-
Sets this frustum to a unit frustum with each of its planes 1 meter from the center a viewport with width and
height both 1.
- setToVerticalFlip() - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets this matrix to one that flips and shifts the y-axis.
- setTranslation(double, double) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Sets the translation components of this matrix to specified values.
- setTranslation(double, double, double) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets the translation components of this matrix to specified values.
- setTranslationX(float) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- setTranslationY(float) - Method in class gov.nasa.worldwind.gesture.GestureRecognizer
-
- setTransparent(boolean) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets whether Get Map URLs should include transparency.
- setTriStripElements(short[]) - Method in class gov.nasa.worldwind.globe.BasicTerrain
-
- setTypeface(Typeface) - Method in class gov.nasa.worldwind.render.TextRenderer
-
- setTypeface(Typeface) - Method in class gov.nasa.worldwind.shape.TextAttributes
-
- setVerticalExaggeration(double) - Method in class gov.nasa.worldwind.WorldWindow
-
- setWmsVersion(String) - Method in class gov.nasa.worldwind.ogc.WmsTileFactory
-
Sets the WMS protocol version.
- setWorldWindow(WorldWindow) - Method in class gov.nasa.worldwind.BasicWorldWindowController
-
- setWorldWindow(WorldWindow) - Method in interface gov.nasa.worldwind.WorldWindowController
-
- setWorldWindowController(WorldWindowController) - Method in class gov.nasa.worldwind.WorldWindow
-
- setZoomLevel(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileMatrix
-
- setZoomLevel(int) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserData
-
- setZoomLevels(int[]) - Method in class gov.nasa.worldwind.ogc.gpkg.GpkgTileUserMetrics
-
- ShaderProgram - Class in gov.nasa.worldwind.render
-
Represents an OpenGL shading language (GLSL) shader program and provides methods for identifying and accessing shader
variables.
- ShaderProgram() - Constructor for class gov.nasa.worldwind.render.ShaderProgram
-
- SHAPE_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
-
- ShapeAttributes - Class in gov.nasa.worldwind.shape
-
Holds attributes applied to geographic shapes.
- ShapeAttributes() - Constructor for class gov.nasa.worldwind.shape.ShapeAttributes
-
- ShapeAttributes(ShapeAttributes) - Constructor for class gov.nasa.worldwind.shape.ShapeAttributes
-
- ShortArray - Class in gov.nasa.worldwind.util
-
- ShortArray() - Constructor for class gov.nasa.worldwind.util.ShortArray
-
- ShortArray(int) - Constructor for class gov.nasa.worldwind.util.ShortArray
-
- ShowTessellationLayer - Class in gov.nasa.worldwind.layer
-
- ShowTessellationLayer() - Constructor for class gov.nasa.worldwind.layer.ShowTessellationLayer
-
- SightlineProgram - Class in gov.nasa.worldwind.render
-
- SightlineProgram(Resources) - Constructor for class gov.nasa.worldwind.render.SightlineProgram
-
- signalDone() - Method in class gov.nasa.worldwind.Frame
-
- size() - Method in class gov.nasa.worldwind.util.FloatArray
-
- size() - Method in class gov.nasa.worldwind.util.ShortArray
-
- sortDrawables() - Method in class gov.nasa.worldwind.draw.DrawableQueue
-
- sortDrawables() - Method in class gov.nasa.worldwind.render.RenderContext
-
- SQLiteConnection - Class in gov.nasa.worldwind.ogc.gpkg
-
- SQLiteConnection(String, int, long, TimeUnit) - Constructor for class gov.nasa.worldwind.ogc.gpkg.SQLiteConnection
-
- STRIP_BYTE_COUNTS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- STRIP_OFFSETS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- styleNames - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The comma-separated list of WMS style names.
- subdivide(TileFactory) - Method in class gov.nasa.worldwind.util.Tile
-
Returns the four children formed by subdividing this tile.
- subdivideToCache(TileFactory, LruMemoryCache<String, Tile[]>, int) - Method in class gov.nasa.worldwind.util.Tile
-
Returns the four children formed by subdividing this tile, drawing those children from a specified cache.
- Subfile - Class in gov.nasa.worldwind.formats.tiff
-
A representation of a Tiff subfile.
- Subfile() - Constructor for class gov.nasa.worldwind.formats.tiff.Subfile
-
Empty Subfile constructor.
- Subfile(Tiff, int) - Constructor for class gov.nasa.worldwind.formats.tiff.Subfile
-
- subtract(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Subtracts a specified vector from this vector.
- subtract(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Subtracts a specified vector from this vector.
- SURFACE_DRAWABLE - Static variable in class gov.nasa.worldwind.WorldWind
-
- surfaceCreated(SurfaceHolder) - Method in class gov.nasa.worldwind.WorldWindow
-
Called immediately after the surface is first created, in which case the WorldWindow instance adds itself as a
listener to the
WorldWind.messageService()
.
- surfaceDestroyed(SurfaceHolder) - Method in class gov.nasa.worldwind.WorldWindow
-
Called immediately before a surface is being destroyed, in which case the WorldWindow instance removes itself
from
WorldWind.messageService()
.
- SurfaceImage - Class in gov.nasa.worldwind.shape
-
- SurfaceImage() - Constructor for class gov.nasa.worldwind.shape.SurfaceImage
-
- SurfaceImage(Sector, ImageSource) - Constructor for class gov.nasa.worldwind.shape.SurfaceImage
-
- surfacePoint(double, double, Vec3) - Method in class gov.nasa.worldwind.globe.BasicTerrain
-
- surfacePoint(double, double, Vec3) - Method in interface gov.nasa.worldwind.globe.Terrain
-
Computes the Cartesian coordinates of a geographic location on the terrain surface.
- SurfaceTexture - Interface in gov.nasa.worldwind.render
-
- SurfaceTextureProgram - Class in gov.nasa.worldwind.render
-
- SurfaceTextureProgram(Resources) - Constructor for class gov.nasa.worldwind.render.SurfaceTextureProgram
-
- swap(Vec2) - Method in class gov.nasa.worldwind.geom.Vec2
-
Swaps this vector with the specified vector.
- swap(Vec3) - Method in class gov.nasa.worldwind.geom.Vec3
-
Swaps this vector with the specified vector.
- SynchronizedMemoryCache<K,V> - Class in gov.nasa.worldwind.util
-
- SynchronizedMemoryCache(int) - Constructor for class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- SynchronizedMemoryCache(int, int) - Constructor for class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- SynchronizedPool<T> - Class in gov.nasa.worldwind.util
-
- SynchronizedPool() - Constructor for class gov.nasa.worldwind.util.SynchronizedPool
-
- TaskService - Class in gov.nasa.worldwind.util
-
- TaskService() - Constructor for class gov.nasa.worldwind.util.TaskService
-
- taskService() - Static method in class gov.nasa.worldwind.WorldWind
-
Returns a singleton TaskService instance that provides a mechanism for running asynchronous tasks within the
WorldWind library and WorldWind applications.
- Terrain - Interface in gov.nasa.worldwind.globe
-
Surface of a planet or celestial object.
- terrain - Variable in class gov.nasa.worldwind.render.RenderContext
-
- terrainPickedObject() - Method in class gov.nasa.worldwind.PickedObjectList
-
- terrainTessellator - Variable in class gov.nasa.worldwind.render.RenderContext
-
- TerrainTile - Class in gov.nasa.worldwind.globe
-
Represents a portion of a globe's terrain.
- TerrainTile(Sector, Level, int, int) - Constructor for class gov.nasa.worldwind.globe.TerrainTile
- TESS_MAX_CACHE - Static variable in class gov.nasa.worldwind.util.glu.tessellator.GLUtessellatorImpl
-
- tessellate(RenderContext) - Method in class gov.nasa.worldwind.globe.BasicTessellator
-
- tessellate(RenderContext) - Method in interface gov.nasa.worldwind.globe.Tessellator
-
- Tessellator - Interface in gov.nasa.worldwind.globe
-
- texCoordAttrib(int, int) - Method in class gov.nasa.worldwind.draw.DrawShapeState
-
- texCoordMatrix - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- texCoordMatrix(Matrix3) - Method in class gov.nasa.worldwind.draw.DrawShapeState
-
- texCoordMatrix - Variable in class gov.nasa.worldwind.render.SurfaceTextureProgram
-
- TextAttributes - Class in gov.nasa.worldwind.shape
-
Holds attributes applied to text shapes and
Placemark
labels.
- TextAttributes() - Constructor for class gov.nasa.worldwind.shape.TextAttributes
-
- TextAttributes(TextAttributes) - Constructor for class gov.nasa.worldwind.shape.TextAttributes
-
- TextRenderer - Class in gov.nasa.worldwind.render
-
- TextRenderer() - Constructor for class gov.nasa.worldwind.render.TextRenderer
-
- texture - Variable in class gov.nasa.worldwind.draw.DrawableScreenTexture
-
- texture - Variable in class gov.nasa.worldwind.draw.DrawableSurfaceTexture
-
- texture(Texture) - Method in class gov.nasa.worldwind.draw.DrawShapeState
-
- Texture - Class in gov.nasa.worldwind.render
-
- Texture(Bitmap) - Constructor for class gov.nasa.worldwind.render.Texture
-
- Texture(int, int, int, int) - Constructor for class gov.nasa.worldwind.render.Texture
-
- Tiff - Class in gov.nasa.worldwind.formats.tiff
-
- Tiff(ByteBuffer) - Constructor for class gov.nasa.worldwind.formats.tiff.Tiff
-
- Tiff.SAMPLE_FORMAT - Annotation Type in gov.nasa.worldwind.formats.tiff
-
- Tiff.TIFF_TAGS - Annotation Type in gov.nasa.worldwind.formats.tiff
-
Tiff tags are the integer definitions of individual Image File Directories (IFDs) and set by the Tiff 6.0
specification.
- Tile - Class in gov.nasa.worldwind.util
-
Geographically rectangular tile within a
LevelSet
, typically representing terrain or imagery.
- Tile(Sector, Level, int, int) - Constructor for class gov.nasa.worldwind.util.Tile
-
Constructs a tile with a specified sector, level, row and column.
- TILE_BYTE_COUNTS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- TILE_LENGTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- TILE_OFFSETS_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- TILE_WIDTH_TAG - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- TILECOL_TEMPLATE - Static variable in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- TiledElevationCoverage - Class in gov.nasa.worldwind.globe
-
- TiledElevationCoverage() - Constructor for class gov.nasa.worldwind.globe.TiledElevationCoverage
-
- TiledElevationCoverage.TileFactory - Interface in gov.nasa.worldwind.globe
-
- tileDelta - Variable in class gov.nasa.worldwind.util.Level
-
The geographic width and height in degrees of tiles within this level.
- TiledSurfaceImage - Class in gov.nasa.worldwind.shape
-
- TiledSurfaceImage() - Constructor for class gov.nasa.worldwind.shape.TiledSurfaceImage
-
- TileFactory - Interface in gov.nasa.worldwind.util
-
Factory for delegating construction of
Tile
instances.
- tileHeight - Variable in class gov.nasa.worldwind.geom.TileMatrix
-
- tileHeight - Variable in class gov.nasa.worldwind.util.Level
-
The parent LevelSet's tileHeight.
- tileHeight - Variable in class gov.nasa.worldwind.util.LevelSet
-
The height in pixels of images associated with tiles in this level set, or the number of sample points in the
latitudinal direction of elevation tiles associated with this level set.
- tileHeight - Variable in class gov.nasa.worldwind.util.LevelSetConfig
-
The height in pixels of images associated with tiles in the level set, or the number of sample points in the
latitudinal direction of elevation tiles associated with the level set.
- tileKey - Variable in class gov.nasa.worldwind.util.Tile
-
A key that uniquely identifies this tile within a level set.
- TileMatrix - Class in gov.nasa.worldwind.geom
-
- TileMatrix() - Constructor for class gov.nasa.worldwind.geom.TileMatrix
-
- TILEMATRIX_TEMPLATE - Static variable in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- TileMatrixSet - Class in gov.nasa.worldwind.geom
-
- TileMatrixSet() - Constructor for class gov.nasa.worldwind.geom.TileMatrixSet
-
- TileMatrixSet(Sector, List<TileMatrix>) - Constructor for class gov.nasa.worldwind.geom.TileMatrixSet
-
- TILEROW_TEMPLATE - Static variable in class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- tileSector(int, int) - Method in class gov.nasa.worldwind.geom.TileMatrix
-
- TileUrlFactory - Interface in gov.nasa.worldwind.util
-
Factory for delegating construction of URLs associated with tiles within a
LevelSet
.
- tileWidth - Variable in class gov.nasa.worldwind.geom.TileMatrix
-
- tileWidth - Variable in class gov.nasa.worldwind.util.Level
-
The parent LevelSet's tileWidth.
- tileWidth - Variable in class gov.nasa.worldwind.util.LevelSet
-
The width in pixels of images associated with tiles in this level set, or the number of sample points in the
longitudinal direction of elevation tiles associated with this level set.
- tileWidth - Variable in class gov.nasa.worldwind.util.LevelSetConfig
-
The width in pixels of images associated with tiles in the level set, or the number of sample points in the
longitudinal direction of elevation tiles associated with the level set.
- tilt - Variable in class gov.nasa.worldwind.geom.Camera
-
- tilt - Variable in class gov.nasa.worldwind.geom.LookAt
-
- timeString - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The time parameter to include in Get Map requests.
- toArray(float[], int) - Method in class gov.nasa.worldwind.geom.Vec2
-
Copies this vector's components to the specified single precision array.
- toArray(float[], int) - Method in class gov.nasa.worldwind.geom.Vec3
-
Copies this vector's components to the specified single precision array.
- toArray(float[], int) - Method in class gov.nasa.worldwind.render.Color
-
Copies this color's components to the specified array.
- toColorInt() - Method in class gov.nasa.worldwind.render.Color
-
Returns this color's components as a color int.
- topCenter() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle to the center of its top edge.
- topLeft() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle its top-left corner.
- topPickedObject() - Method in class gov.nasa.worldwind.PickedObjectList
-
- toPrettyString() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
-
- toPrettyString() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
-
- topRight() - Static method in class gov.nasa.worldwind.geom.Offset
-
This factory method returns a new offset for anchoring a rectangle to its top-right corner.
- toString() - Method in class gov.nasa.worldwind.FrameMetrics
-
- toString() - Method in class gov.nasa.worldwind.geom.BoundingBox
-
- toString() - Method in class gov.nasa.worldwind.geom.BoundingSphere
-
- toString() - Method in class gov.nasa.worldwind.geom.Camera
-
- toString() - Method in class gov.nasa.worldwind.geom.Ellipsoid
-
- toString() - Method in class gov.nasa.worldwind.geom.Line
-
- toString() - Method in class gov.nasa.worldwind.geom.Location
-
- toString() - Method in class gov.nasa.worldwind.geom.LookAt
-
- toString() - Method in class gov.nasa.worldwind.geom.Matrix3
-
- toString() - Method in class gov.nasa.worldwind.geom.Matrix4
-
- toString() - Method in class gov.nasa.worldwind.geom.Offset
-
- toString() - Method in class gov.nasa.worldwind.geom.Plane
-
- toString() - Method in class gov.nasa.worldwind.geom.Position
-
- toString() - Method in class gov.nasa.worldwind.geom.Sector
-
- toString() - Method in class gov.nasa.worldwind.geom.Vec2
-
- toString() - Method in class gov.nasa.worldwind.geom.Vec3
-
- toString() - Method in class gov.nasa.worldwind.geom.Viewport
-
- toString() - Method in class gov.nasa.worldwind.ogc.ows.OwsException
-
- toString() - Method in class gov.nasa.worldwind.ogc.ows.OwsExceptionReport
-
- toString() - Method in class gov.nasa.worldwind.PickedObject
-
- toString() - Method in class gov.nasa.worldwind.PickedObjectList
-
- toString() - Method in class gov.nasa.worldwind.render.Color
-
- toString() - Method in class gov.nasa.worldwind.render.ImageSource
-
- transformByMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Plane
-
Transforms this plane by a specified matrix.
- translate(double, double, double) - Method in class gov.nasa.worldwind.geom.BoundingBox
-
Translates this bounding box by specified components.
- translate(double, double) - Method in class gov.nasa.worldwind.geom.Sector
-
Translates this sector by a specified geographic increment.
- transparent - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
Indicates whether Get Map requests should include transparency.
- transpose() - Method in class gov.nasa.worldwind.geom.Matrix3
-
Transposes this matrix in place.
- transpose() - Method in class gov.nasa.worldwind.geom.Matrix4
-
Transposes this matrix in place.
- transposeMatrix(Matrix3) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Transposes the specified matrix and stores the result in this matrix.
- transposeMatrix(Matrix4) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Sets this matrix to the transpose of a specified matrix.
- transposeToArray(float[], int) - Method in class gov.nasa.worldwind.geom.Matrix3
-
Transposes this matrix, storing the result in the specified single precision array.
- transposeToArray(float[], int) - Method in class gov.nasa.worldwind.geom.Matrix4
-
Transposes this matrix, storing the result in the specified single precision array.
- trimToAge(long) - Method in class gov.nasa.worldwind.util.LruMemoryCache
-
- trimToAge(long) - Method in class gov.nasa.worldwind.util.SynchronizedMemoryCache
-
- trimToSize() - Method in class gov.nasa.worldwind.util.FloatArray
-
- trimToSize() - Method in class gov.nasa.worldwind.util.ShortArray
-
- triStripElementRange - Variable in class gov.nasa.worldwind.draw.BasicDrawableTerrain
-
- triStripIntersection(float[], int, short[], int, Vec3) - Method in class gov.nasa.worldwind.geom.Line
-
Computes the first intersection of a triangle strip with this line.
- TWOS_COMP_SIGNED_INT - Static variable in class gov.nasa.worldwind.formats.tiff.Tiff
-
- Type - Enum in gov.nasa.worldwind.formats.tiff
-
- WARN - Static variable in class gov.nasa.worldwind.util.Logger
-
- Wcs100ElevationCoverage - Class in gov.nasa.worldwind.ogc
-
Generates elevations from OGC Web Coverage Service (WCS) version 1.0.0.
- Wcs100ElevationCoverage(Sector, int, String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs100ElevationCoverage
-
Constructs a Web Coverage Service (WCS) elevation coverage with specified WCS configuration values.
- Wcs100TileFactory - Class in gov.nasa.worldwind.ogc
-
Factory for constructing WCS version 1.0.0 URLs associated with WCS Get Coverage requests.
- Wcs100TileFactory(String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs100TileFactory
-
Constructs a WCS Get Coverage URL builder with the specified WCS service address and coverage.
- Wcs201CoverageDescription - Class in gov.nasa.worldwind.ogc.wcs
-
- Wcs201CoverageDescription() - Constructor for class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescription
-
- Wcs201CoverageDescriptions - Class in gov.nasa.worldwind.ogc.wcs
-
- Wcs201CoverageDescriptions() - Constructor for class gov.nasa.worldwind.ogc.wcs.Wcs201CoverageDescriptions
-
- Wcs201ElevationCoverage - Class in gov.nasa.worldwind.ogc
-
Generates elevations from OGC Web Coverage Service (WCS) version 2.0.1.
- Wcs201ElevationCoverage(Sector, int, String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs201ElevationCoverage
-
Constructs a Web Coverage Service (WCS) elevation coverage with specified WCS configuration values.
- Wcs201ElevationCoverage(String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs201ElevationCoverage
-
Attempts to construct a Web Coverage Service (WCS) elevation coverage with the provided service address and
coverage id.
- Wcs201TileFactory - Class in gov.nasa.worldwind.ogc
-
- Wcs201TileFactory(String, String) - Constructor for class gov.nasa.worldwind.ogc.Wcs201TileFactory
-
Constructs a WCS Get Coverage URL builder with the specified WCS service address and coverage.
- WcsXmlParser - Class in gov.nasa.worldwind.ogc.wcs
-
- WcsXmlParser() - Constructor for class gov.nasa.worldwind.ogc.wcs.WcsXmlParser
-
- WGS84_ELLIPSOID - Static variable in class gov.nasa.worldwind.WorldWind
-
WGS 84 reference ellipsoid for Earth.
- WGS84_INVERSE_FLATTENING - Static variable in class gov.nasa.worldwind.WorldWind
-
WGS 84 reference value for Earth's inverse flattening: 298.257223563
.
- WGS84_SEMI_MAJOR_AXIS - Static variable in class gov.nasa.worldwind.WorldWind
-
WGS 84 reference value for Earth's semi-major axis: 6378137.0
.
- width - Variable in class gov.nasa.worldwind.geom.Viewport
-
The viewport's width.
- WmsAddress - Class in gov.nasa.worldwind.ogc.wms
-
- WmsAddress() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsAddress
-
- WmsAttribution - Class in gov.nasa.worldwind.ogc.wms
-
- WmsAttribution() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsAttribution
-
- WmsAuthorityUrl - Class in gov.nasa.worldwind.ogc.wms
-
- WmsAuthorityUrl() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsAuthorityUrl
-
- WmsBoundingBox - Class in gov.nasa.worldwind.ogc.wms
-
- WmsBoundingBox() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsBoundingBox
-
- WmsCapabilities - Class in gov.nasa.worldwind.ogc.wms
-
- WmsCapabilities() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsCapabilities
-
- WmsCapability - Class in gov.nasa.worldwind.ogc.wms
-
- WmsCapability() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsCapability
-
- WmsContactInformation - Class in gov.nasa.worldwind.ogc.wms
-
- WmsContactInformation() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsContactInformation
-
- WmsContactPersonPrimary - Class in gov.nasa.worldwind.ogc.wms
-
- WmsContactPersonPrimary() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsContactPersonPrimary
-
- WmsDcpType - Class in gov.nasa.worldwind.ogc.wms
-
- WmsDcpType() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsDcpType
-
- WmsDimension - Class in gov.nasa.worldwind.ogc.wms
-
- WmsDimension() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsDimension
-
- WmsException - Class in gov.nasa.worldwind.ogc.wms
-
- WmsException() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsException
-
- WmsGeographicBoundingBox - Class in gov.nasa.worldwind.ogc.wms
-
- WmsGeographicBoundingBox() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsGeographicBoundingBox
-
- WmsIdentifier - Class in gov.nasa.worldwind.ogc.wms
-
- WmsIdentifier() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsIdentifier
-
- WmsInfoUrl - Class in gov.nasa.worldwind.ogc.wms
-
- WmsInfoUrl() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsInfoUrl
-
- WmsKeywords - Class in gov.nasa.worldwind.ogc.wms
-
- WmsKeywords() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsKeywords
-
- WmsLayer - Class in gov.nasa.worldwind.ogc.wms
-
- WmsLayer() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsLayer
-
- WmsLayer - Class in gov.nasa.worldwind.ogc
-
Displays imagery from OGC Web Map Service (WMS) layers.
- WmsLayer() - Constructor for class gov.nasa.worldwind.ogc.WmsLayer
-
Constructs an empty Web Map Service (WMS) layer that displays nothing.
- WmsLayer(Sector, double, WmsLayerConfig) - Constructor for class gov.nasa.worldwind.ogc.WmsLayer
-
Constructs a Web Map Service (WMS) layer with specified WMS layer configuration values.
- WmsLayer(Sector, Globe, double, WmsLayerConfig) - Constructor for class gov.nasa.worldwind.ogc.WmsLayer
-
Constructs a Web Map Service (WMS) layer with specified WMS layer configuration values.
- WmsLayerConfig - Class in gov.nasa.worldwind.ogc
-
Configuration values for a WMS layer.
- WmsLayerConfig() - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
-
Constructs a WMS layer configuration with values all null (or false).
- WmsLayerConfig(String, String, String, String, String, String, boolean, String) - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
-
Constructs a WMS layer configuration with specified values.
- WmsLayerConfig(String, String) - Constructor for class gov.nasa.worldwind.ogc.WmsLayerConfig
-
Constructs a WMS layer configuration with the minimal values.
- WmsLogoUrl - Class in gov.nasa.worldwind.ogc.wms
-
- WmsLogoUrl() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsLogoUrl
-
- WmsOnlineResource - Class in gov.nasa.worldwind.ogc.wms
-
- WmsOnlineResource() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsOnlineResource
-
- WmsRequest - Class in gov.nasa.worldwind.ogc.wms
-
- WmsRequest() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsRequest
-
- WmsRequestOperation - Class in gov.nasa.worldwind.ogc.wms
-
- WmsRequestOperation() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsRequestOperation
-
- WmsScaleHint - Class in gov.nasa.worldwind.ogc.wms
-
- WmsScaleHint() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsScaleHint
-
- WmsService - Class in gov.nasa.worldwind.ogc.wms
-
- WmsService() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsService
-
- WmsStyle - Class in gov.nasa.worldwind.ogc.wms
-
- WmsStyle() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsStyle
-
- WmsTileFactory - Class in gov.nasa.worldwind.ogc
-
Factory for constructing URLs associated with WMS Get Map requests.
- WmsTileFactory(String, String, String, String) - Constructor for class gov.nasa.worldwind.ogc.WmsTileFactory
-
Constructs a WMS Get Map URL builder with specified WMS service parameters.
- WmsTileFactory(WmsLayerConfig) - Constructor for class gov.nasa.worldwind.ogc.WmsTileFactory
-
Constructs a level set with a specified configuration.
- wmsVersion - Variable in class gov.nasa.worldwind.ogc.WmsLayerConfig
-
The WMS protocol version.
- WmsXmlParser - Class in gov.nasa.worldwind.ogc.wms
-
- WmsXmlParser() - Constructor for class gov.nasa.worldwind.ogc.wms.WmsXmlParser
-
- WmtsCapabilities - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsCapabilities() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsCapabilities
-
- WmtsContents - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsContents() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsContents
-
- WmtsDimension - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsDimension() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsDimension
-
- WmtsElementLink - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsElementLink() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsElementLink
-
- WmtsLayer - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsLayer() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsLayer
-
- WmtsResourceUrl - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsResourceUrl() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsResourceUrl
-
- WmtsStyle - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsStyle() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsStyle
-
- WmtsTheme - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsTheme() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTheme
-
- WmtsThemes - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsThemes() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsThemes
-
- WmtsTileFactory - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsTileFactory() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- WmtsTileFactory(String, List<String>) - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileFactory
-
- WmtsTileMatrix - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsTileMatrix() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrix
-
- WmtsTileMatrixLimits - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsTileMatrixLimits() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixLimits
-
- WmtsTileMatrixSet - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsTileMatrixSet() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSet
-
- WmtsTileMatrixSetLimits - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsTileMatrixSetLimits() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLimits
-
- WmtsTileMatrixSetLink - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsTileMatrixSetLink() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsTileMatrixSetLink
-
- WmtsXmlParser - Class in gov.nasa.worldwind.ogc.wmts
-
- WmtsXmlParser() - Constructor for class gov.nasa.worldwind.ogc.wmts.WmtsXmlParser
-
- WorldWind - Class in gov.nasa.worldwind
-
- WorldWind() - Constructor for class gov.nasa.worldwind.WorldWind
-
- WorldWind.AltitudeMode - Annotation Type in gov.nasa.worldwind
-
Altitude mode indicates how WorldWind interprets a position's altitude component.
- WorldWind.DrawableGroup - Annotation Type in gov.nasa.worldwind
-
Drawable group provides a standard set of group IDs for organizing WorldWindow drawing into four phases:
background, surface, shape, and screen.
- WorldWind.GestureState - Annotation Type in gov.nasa.worldwind
-
Gesture state indicates a GestureRecognizer's current state.
- WorldWind.ImageConfig - Annotation Type in gov.nasa.worldwind
-
Image config indicates the in-memory representation for images displayed by WorldWind components.
- WorldWind.NavigatorAction - Annotation Type in gov.nasa.worldwind
-
Navigator event action indicates the type of NavigatorEvent that has been generated.
- WorldWind.OffsetMode - Annotation Type in gov.nasa.worldwind
-
Offset mode indicates how WorldWind interprets an offset's x and y values.
- WorldWind.OrientationMode - Annotation Type in gov.nasa.worldwind
-
Orientation mode indicates how WorldWind interprets a renderable's orientation value, e.g., tilt and rotate
values.
- WorldWind.PathType - Annotation Type in gov.nasa.worldwind
-
Path type indicates how WorldWind create a geographic path between two locations.
- WorldWind.ResamplingMode - Annotation Type in gov.nasa.worldwind
-
Resampling mode indicates the image sampling algorithm used by WorldWind to display images that appear larger or
smaller on screen than their native resolution.
- WorldWind.WrapMode - Annotation Type in gov.nasa.worldwind
-
Wrap mode indicates how WorldWind displays the contents of an image when attempting to draw a region outside of
the image bounds.
- WorldWindow - Class in gov.nasa.worldwind
-
Provides a WorldWind window that implements a virtual globe inside of the Android view hierarchy.
- WorldWindow(Context) - Constructor for class gov.nasa.worldwind.WorldWindow
-
Constructs a WorldWindow associated with the specified application context.
- WorldWindow(Context, EGLConfigChooser) - Constructor for class gov.nasa.worldwind.WorldWindow
-
Constructs a WorldWindow associated with the specified application context and EGL configuration chooser.
- WorldWindow(Context, AttributeSet) - Constructor for class gov.nasa.worldwind.WorldWindow
-
Constructs a WorldWindow associated with the specified application context and attributes from an XML tag.
- WorldWindowController - Interface in gov.nasa.worldwind
-
- wrapMode - Variable in class gov.nasa.worldwind.render.ImageOptions
-
Indicates how WorldWind displays the contents of an image when attempting to draw a region outside of the image
bounds.
- WWMath - Class in gov.nasa.worldwind.util
-
Collection of static methods for performing common WorldWind computations.
- WWMath() - Constructor for class gov.nasa.worldwind.util.WWMath
-
- WWUtil - Class in gov.nasa.worldwind.util
-
- WWUtil() - Constructor for class gov.nasa.worldwind.util.WWUtil
-