Package gov.nasa.worldwind.shape
Class Path
- java.lang.Object
-
- gov.nasa.worldwind.render.AbstractRenderable
-
- gov.nasa.worldwind.shape.AbstractShape
-
- gov.nasa.worldwind.shape.Path
-
- All Implemented Interfaces:
Renderable
,Attributable
,Highlightable
public class Path extends AbstractShape
-
-
Constructor Summary
Constructors Constructor Description Path()
Path(ShapeAttributes attributes)
Path(java.util.List<Position> positions)
Path(java.util.List<Position> positions, ShapeAttributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Position>
getPositions()
boolean
isExtrude()
boolean
isFollowTerrain()
void
setExtrude(boolean extrude)
void
setFollowTerrain(boolean followTerrain)
void
setPositions(java.util.List<Position> positions)
-
Methods inherited from class gov.nasa.worldwind.shape.AbstractShape
getAltitudeMode, getAttributes, getHighlightAttributes, getMaximumIntermediatePoints, getPathType, isHighlighted, setAltitudeMode, setAttributes, setHighlightAttributes, setHighlighted, setMaximumIntermediatePoints, setPathType
-
Methods inherited from class gov.nasa.worldwind.render.AbstractRenderable
getDisplayName, getPickDelegate, getUserProperty, hasUserProperty, isEnabled, putUserProperty, removeUserProperty, render, setDisplayName, setEnabled, setPickDelegate
-
-
-
-
Constructor Detail
-
Path
public Path()
-
Path
public Path(ShapeAttributes attributes)
-
Path
public Path(java.util.List<Position> positions)
-
Path
public Path(java.util.List<Position> positions, ShapeAttributes attributes)
-
-
Method Detail
-
getPositions
public java.util.List<Position> getPositions()
-
setPositions
public void setPositions(java.util.List<Position> positions)
-
isExtrude
public boolean isExtrude()
-
setExtrude
public void setExtrude(boolean extrude)
-
isFollowTerrain
public boolean isFollowTerrain()
-
setFollowTerrain
public void setFollowTerrain(boolean followTerrain)
-
-