Uses of Interface
gov.nasa.worldwind.render.GeographicText
-
Packages that use GeographicText Package Description gov.nasa.worldwind.layers.placename gov.nasa.worldwind.render gov.nasa.worldwindx.examples.util -
-
Uses of GeographicText in gov.nasa.worldwind.layers.placename
Methods in gov.nasa.worldwind.layers.placename that return types with arguments of type GeographicText Modifier and Type Method Description protected java.lang.Iterable<GeographicText>
PlaceNameLayer.PlaceNameChunk. makeIterable(DrawContext dc)
-
Uses of GeographicText in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement GeographicText Modifier and Type Class Description class
SurfaceText
Renders a string of text on the surface of the globe.class
UserFacingText
Fields in gov.nasa.worldwind.render declared as GeographicText Modifier and Type Field Description protected GeographicText
DeclutterableText. text
Methods in gov.nasa.worldwind.render that return GeographicText Modifier and Type Method Description GeographicText
DeclutterableText. getText()
Methods in gov.nasa.worldwind.render with parameters of type GeographicText Modifier and Type Method Description protected static boolean
DeclutteringTextRenderer. isTextValid(GeographicText text, boolean checkPosition)
protected static boolean
GeographicTextRenderer. isTextValid(GeographicText text, boolean checkPosition)
void
GeographicTextRenderer. render(DrawContext dc, GeographicText text, Vec4 textPoint)
Method parameters in gov.nasa.worldwind.render with type arguments of type GeographicText Modifier and Type Method Description void
DeclutteringTextRenderer. render(DrawContext dc, java.lang.Iterable<? extends GeographicText> textIterable)
Adds ordered renderables to the ordered renderable list.void
GeographicTextRenderer. render(DrawContext dc, java.lang.Iterable<GeographicText> text)
-
Uses of GeographicText in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement GeographicText Modifier and Type Class Description protected static class
OpenStreetMapShapefileLoader.Label
Fields in gov.nasa.worldwindx.examples.util with type parameters of type GeographicText Modifier and Type Field Description protected java.util.ArrayList<GeographicText>
OpenStreetMapShapefileLoader.TextAndShapesLayer. labels
Methods in gov.nasa.worldwindx.examples.util with parameters of type GeographicText Modifier and Type Method Description void
OpenStreetMapShapefileLoader.TextAndShapesLayer. addLabel(GeographicText label)
-