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.placenameMethods 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.renderClasses in gov.nasa.worldwind.render that implement GeographicText Modifier and Type Class Description classSurfaceTextRenders a string of text on the surface of the globe.classUserFacingTextFields in gov.nasa.worldwind.render declared as GeographicText Modifier and Type Field Description protected GeographicTextDeclutterableText. textMethods in gov.nasa.worldwind.render that return GeographicText Modifier and Type Method Description GeographicTextDeclutterableText. getText()Methods in gov.nasa.worldwind.render with parameters of type GeographicText Modifier and Type Method Description protected static booleanDeclutteringTextRenderer. isTextValid(GeographicText text, boolean checkPosition)protected static booleanGeographicTextRenderer. isTextValid(GeographicText text, boolean checkPosition)voidGeographicTextRenderer. 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 voidDeclutteringTextRenderer. render(DrawContext dc, java.lang.Iterable<? extends GeographicText> textIterable)Adds ordered renderables to the ordered renderable list.voidGeographicTextRenderer. render(DrawContext dc, java.lang.Iterable<GeographicText> text)
- 
Uses of GeographicText in gov.nasa.worldwindx.examples.utilClasses in gov.nasa.worldwindx.examples.util that implement GeographicText Modifier and Type Class Description protected static classOpenStreetMapShapefileLoader.LabelFields in gov.nasa.worldwindx.examples.util with type parameters of type GeographicText Modifier and Type Field Description protected java.util.ArrayList<GeographicText>OpenStreetMapShapefileLoader.TextAndShapesLayer. labelsMethods in gov.nasa.worldwindx.examples.util with parameters of type GeographicText Modifier and Type Method Description voidOpenStreetMapShapefileLoader.TextAndShapesLayer. addLabel(GeographicText label)
 
-