Uses of Class
gov.nasa.worldwind.geom.Position.PositionList
-
Packages that use Position.PositionList Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.ogc.kml.gx Provides classes for parsing the Google GX KML extensions.gov.nasa.worldwind.render gov.nasa.worldwindx.examples.util -
-
Uses of Position.PositionList in gov.nasa.worldwind.ogc.kml
Methods in gov.nasa.worldwind.ogc.kml that return Position.PositionList Modifier and Type Method Description Position.PositionListKMLLineString. getCoordinates()Position.PositionListKMLGroundOverlay. getPositions()Convenience method to get the positions defined by eitherLatLonBoxorgx:LatLonQuad.Position.PositionListKMLCoordinatesParser. parse(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent doubleEvent, java.lang.Object... args)Methods in gov.nasa.worldwind.ogc.kml with parameters of type Position.PositionList Modifier and Type Method Description protected voidKMLPoint. setCoordinates(Position.PositionList coordsList) -
Uses of Position.PositionList in gov.nasa.worldwind.ogc.kml.gx
Methods in gov.nasa.worldwind.ogc.kml.gx that return Position.PositionList Modifier and Type Method Description Position.PositionListGXLatLongQuad. getCoordinates() -
Uses of Position.PositionList in gov.nasa.worldwind.render
Constructors in gov.nasa.worldwind.render with parameters of type Position.PositionList Constructor Description ExtrudedPolygon(Position.PositionList corners)Constructs an extruded polygon from an outer boundary specified with position heights.MultiResolutionPath(Position.PositionList positions)Deprecated.Creates a path with specified positions specified via a generic list.Path(Position.PositionList positions)Creates a path with positions specified via a generic list.Polygon(Position.PositionList corners)Construct a polygon for a specified list of outer-boundary positions. -
Uses of Position.PositionList in gov.nasa.worldwindx.examples.util
Constructors in gov.nasa.worldwindx.examples.util with parameters of type Position.PositionList Constructor Description DirectedPath(Position.PositionList positions)Creates a path with positions specified via a generic list.
-