Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.render.airspaces | |
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
gov.nasa.worldwind.symbology.milstd2525 |
Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.
|
gov.nasa.worldwind.symbology.milstd2525.graphics.areas |
MIL-STD-2525 area graphics.
|
gov.nasa.worldwind.symbology.milstd2525.graphics.lines |
MIL-STD-2525 line graphics.
|
gov.nasa.worldwind.util | |
gov.nasa.worldwind.util.measure | |
gov.nasa.worldwindx.examples | |
gov.nasa.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
gov.nasa.worldwindx.examples.lineofsight |
Examples of how to perform line of sight calculations in WorldWind.
|
gov.nasa.worldwindx.examples.shapebuilder | |
gov.nasa.worldwindx.examples.util |
Modifier and Type | Method and Description |
---|---|
static ShapeAttributes |
KMLUtil.assembleInteriorAttributes(ShapeAttributes attrs,
KMLPolyStyle style) |
static ShapeAttributes |
KMLUtil.assembleLineAttributes(ShapeAttributes attrs,
KMLLineStyle style) |
protected ShapeAttributes |
KMLSurfacePolygonImpl.getInitialAttributes(java.lang.String attrType) |
protected ShapeAttributes |
KMLPolygonImpl.getInitialAttributes(java.lang.String attrType) |
protected ShapeAttributes |
KMLLineStringPlacemarkImpl.getInitialAttributes(java.lang.String attrType) |
protected ShapeAttributes |
KMLExtrudedPolygonImpl.getInitialAttributes(java.lang.String attrType) |
protected ShapeAttributes |
KMLSurfacePolygonImpl.makeAttributesCurrent(java.lang.String attrType)
Determine and set the
Path highlight attributes from the KML Feature fields. |
protected ShapeAttributes |
KMLPolygonImpl.makeAttributesCurrent(java.lang.String attrType)
Determine and set the
Path highlight attributes from the KML Feature fields. |
protected ShapeAttributes |
KMLLineStringPlacemarkImpl.makeAttributesCurrent(java.lang.String attrType)
Determine and set the
Path highlight attributes from the KML Feature fields. |
protected ShapeAttributes |
KMLExtrudedPolygonImpl.makeAttributesCurrent(java.lang.String attrType)
Determine and set the
Path highlight attributes from the KML Feature fields. |
Modifier and Type | Method and Description |
---|---|
static ShapeAttributes |
KMLUtil.assembleInteriorAttributes(ShapeAttributes attrs,
KMLPolyStyle style) |
static ShapeAttributes |
KMLUtil.assembleLineAttributes(ShapeAttributes attrs,
KMLLineStyle style) |
static void |
KMLExportUtil.exportAttributesAsKML(javax.xml.stream.XMLStreamWriter xmlWriter,
java.lang.String styleType,
ShapeAttributes attributes)
Export ShapeAttributes as KML Pair element in a StyleMap.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BalloonAttributes
Holds attributes for WorldWind
Balloon shapes. |
Modifier and Type | Class and Description |
---|---|
class |
BasicBalloonAttributes
Basic implementation of the
BalloonAttributes interface. |
class |
BasicShapeAttributes
Basic implementation of the
ShapeAttributes interface. |
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
AbstractShape.activeAttributes
The attributes active for a particular pick and render pass.
|
protected ShapeAttributes |
AbstractSurfaceShape.activeAttrs |
protected ShapeAttributes |
ExtrudedPolygon.activeSideAttributes
The currently active side attributes, derived from the specified attributes.
|
protected ShapeAttributes |
AbstractSurfaceShape.SurfaceShapeStateKey.attributes
The SurfaceShape's attributes.
|
protected static ShapeAttributes |
AbstractShape.defaultAttributes
The attributes used if attributes are not specified.
|
protected static ShapeAttributes |
AbstractSurfaceShape.defaultAttrs
The attributes used if attributes are not specified.
|
protected static ShapeAttributes |
ExtrudedPolygon.defaultSideAttributes
The attributes used if attributes are not specified.
|
protected ShapeAttributes |
AbstractSurfaceShape.highlightAttrs |
protected ShapeAttributes |
AbstractShape.highlightAttrs
This shape's highlighted attributes.
|
protected ShapeAttributes |
AbstractSurfaceShape.normalAttrs |
protected ShapeAttributes |
AbstractShape.normalAttrs
This shape's normal, non-highlighted attributes.
|
protected ShapeAttributes |
ExtrudedPolygon.sideAttributes
The attributes to use when drawing this shape's sides.
|
protected ShapeAttributes |
ExtrudedPolygon.sideHighlightAttributes
The attributes to use when drawing this shape's sides in highlight mode.
|
Modifier and Type | Method and Description |
---|---|
ShapeAttributes |
ShapeAttributes.copy()
Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured
exactly as this ShapeAttributes.
|
ShapeAttributes |
BasicShapeAttributes.copy()
Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured
exactly as this ShapeAttributes.
|
ShapeAttributes |
BasicBalloonAttributes.copy()
Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured
exactly as this ShapeAttributes.
|
protected ShapeAttributes |
AbstractSurfaceShape.createActiveAttributes() |
protected ShapeAttributes |
AbstractSurfaceShape.getActiveAttributes() |
ShapeAttributes |
AbstractShape.getActiveAttributes()
Returns this shape's currently active attributes, as determined during the most recent call to
AbstractShape.determineActiveAttributes() . |
protected ShapeAttributes |
ExtrudedPolygon.getActiveCapAttributes()
Each time this polygon is rendered the appropriate attributes for the current mode are determined.
|
protected ShapeAttributes |
ExtrudedPolygon.getActiveSideAttributes()
Each time this polygon is rendered the appropriate attributes for the current mode are determined.
|
ShapeAttributes |
SurfaceShape.getAttributes()
Returns the surface shape's normal (as opposed to highlight) attributes.
|
ShapeAttributes |
Attributable.getAttributes()
Return the shape's current attributes.
|
ShapeAttributes |
AbstractSurfaceShape.getAttributes()
Returns the surface shape's normal (as opposed to highlight) attributes.
|
ShapeAttributes |
AbstractShape.getAttributes()
Returns this shape's normal (as opposed to highlight) attributes.
|
ShapeAttributes |
ExtrudedPolygon.getCapAttributes()
Returns the attributes applied to this polygon's cap.
|
ShapeAttributes |
ExtrudedPolygon.getCapHighlightAttributes()
Returns the highlight attributes applied to this polygon's cap.
|
ShapeAttributes |
SurfaceShape.getHighlightAttributes()
Returns the surface shape's highlight attributes.
|
ShapeAttributes |
Attributable.getHighlightAttributes()
Return the shape's highlight attributes.
|
ShapeAttributes |
AbstractSurfaceShape.getHighlightAttributes()
Returns the surface shape's highlight attributes.
|
ShapeAttributes |
AbstractShape.getHighlightAttributes()
Returns this shape's highlight attributes.
|
ShapeAttributes |
ExtrudedPolygon.getSideAttributes()
Returns the attributes applied to this polygon's side faces.
|
ShapeAttributes |
ExtrudedPolygon.getSideHighlightAttributes()
Returns the highlight attributes applied to this polygon's side faces.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SurfacePolygon.applyInteriorState(DrawContext dc,
SurfaceTileDrawContext sdc,
ShapeAttributes attributes,
WWTexture texture,
LatLon refLocation) |
protected void |
AbstractSurfaceShape.applyInteriorState(DrawContext dc,
SurfaceTileDrawContext sdc,
ShapeAttributes attributes,
WWTexture texture,
LatLon refLocation) |
protected void |
AbstractSurfaceShape.applyInteriorTextureState(DrawContext dc,
SurfaceTileDrawContext sdc,
ShapeAttributes attributes,
WWTexture texture,
LatLon refLocation) |
protected void |
AbstractSurfaceShape.applyOutlineState(DrawContext dc,
ShapeAttributes attributes) |
void |
ShapeAttributes.copy(ShapeAttributes attributes)
Copies the specified ShapeAttributes' properties into this object's properties.
|
void |
BasicShapeAttributes.copy(ShapeAttributes attributes)
Copies the specified ShapeAttributes' properties into this object's properties.
|
void |
BasicBalloonAttributes.copy(ShapeAttributes attributes)
Copies the specified ShapeAttributes' properties into this object's properties.
|
protected boolean |
Path.mustApplyLighting(DrawContext dc,
ShapeAttributes activeAttrs) |
protected boolean |
AbstractShape.mustApplyLighting(DrawContext dc,
ShapeAttributes activeAttrs)
Indicates whether standard lighting must be applied by consulting either the specified active attributes or the
current active attributes.
|
protected boolean |
AbstractShape.mustCreateNormals(DrawContext dc,
ShapeAttributes activeAttrs)
Indicates whether normal vectors must be computed by consulting either the specified active attributes or the
current active attributes.
|
protected void |
AbstractShape.prepareToDrawInterior(DrawContext dc,
ShapeAttributes activeAttrs,
ShapeAttributes defaultAttrs)
Establishes OpenGL state for drawing the interior, including setting the color/material.
|
protected void |
AbstractShape.prepareToDrawOutline(DrawContext dc,
ShapeAttributes activeAttrs,
ShapeAttributes defaultAttrs)
Establishes OpenGL state for drawing the outline, including setting the color/material, line smoothing, line
width and stipple.
|
void |
SurfaceShape.setAttributes(ShapeAttributes normalAttrs)
Specifies the surface shape's normal (as opposed to highlight) attributes.
|
void |
Attributable.setAttributes(ShapeAttributes attributes)
Set the shape's attributes.
|
void |
AbstractSurfaceShape.setAttributes(ShapeAttributes normalAttrs)
Specifies the surface shape's normal (as opposed to highlight) attributes.
|
void |
AbstractShape.setAttributes(ShapeAttributes normalAttrs)
Specifies this shape's normal (as opposed to highlight) attributes.
|
void |
ExtrudedPolygon.setCapAttributes(ShapeAttributes attributes)
Specifies the attributes applied to this polygon's cap.
|
void |
ExtrudedPolygon.setCapHighlightAttributes(ShapeAttributes attributes)
Specifies the highlight attributes applied to this polygon's cap.
|
void |
SurfaceShape.setHighlightAttributes(ShapeAttributes highlightAttrs)
Specifies the surface shape's highlight attributes.
|
void |
Attributable.setHighlightAttributes(ShapeAttributes highlightAttributes)
Set the shape's highlight attributes.
|
void |
AbstractSurfaceShape.setHighlightAttributes(ShapeAttributes highlightAttrs)
Specifies the surface shape's highlight attributes.
|
void |
AbstractShape.setHighlightAttributes(ShapeAttributes highlightAttrs)
Specifies this shape's highlight attributes.
|
void |
ExtrudedPolygon.setSideAttributes(ShapeAttributes attributes)
Specifies the attributes applied to this polygon's side faces.
|
void |
ExtrudedPolygon.setSideHighlightAttributes(ShapeAttributes attributes)
Specifies the highlight attributes applied to this polygon's side faces.
|
Constructor and Description |
---|
AbstractSurfaceShape(ShapeAttributes normalAttrs)
Constructs a new surface shape with the specified normal (as opposed to highlight) attributes.
|
BasicShapeAttributes(ShapeAttributes attributes)
Creates a new
BasicShapeAttributes configured with the specified attributes . |
SurfaceCircle(ShapeAttributes normalAttrs)
Constructs a new surface circle with the specified normal (as opposed to highlight) attributes, default center
location, and default radius.
|
SurfaceCircle(ShapeAttributes normalAttrs,
LatLon center,
double radius)
Constructs a new surface circle with the specified normal (as opposed to highlight) attributes, the specified
center location, and radius (in meters).
|
SurfaceCircle(ShapeAttributes normalAttrs,
LatLon center,
double radius,
int intervals)
Constructs a new surface circle with the specified normal (as opposed to highlight) attributes, the specified
center location, radius (in meters), and initial number of geometry intervals.
|
SurfaceEllipse(ShapeAttributes normalAttrs)
Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, default center
location, default radii, and default heading.
|
SurfaceEllipse(ShapeAttributes normalAttrs,
LatLon center,
double majorRadius,
double minorRadius)
Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified
center location, and radii (in meters).
|
SurfaceEllipse(ShapeAttributes normalAttrs,
LatLon center,
double majorRadius,
double minorRadius,
Angle heading)
Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified
center location, radii (in meters), and heading clockwise from North.
|
SurfaceEllipse(ShapeAttributes normalAttrs,
LatLon center,
double majorRadius,
double minorRadius,
Angle heading,
int intervals)
Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified
center location, radii (in meters), heading clockwise from North, and initial number of geometry intervals.
|
SurfaceMultiPolygon(ShapeAttributes normalAttrs) |
SurfaceMultiPolygon(ShapeAttributes normalAttrs,
ContourList contours) |
SurfaceMultiPolygon(ShapeAttributes normalAttrs,
java.lang.Iterable<? extends LatLon> iterable) |
SurfacePolygon(ShapeAttributes normalAttrs)
Constructs a new surface polygon with the specified normal (as opposed to highlight) attributes and no locations.
|
SurfacePolygon(ShapeAttributes normalAttrs,
java.lang.Iterable<? extends LatLon> iterable)
Constructs a new surface polygon with the specified normal (as opposed to highlight) attributes and the specified
iterable of locations.
|
SurfacePolyline(ShapeAttributes normalAttrs)
Constructs a new surface polyline with the specified normal (as opposed to highlight) attributes and no
locations.
|
SurfacePolyline(ShapeAttributes normalAttrs,
java.lang.Iterable<? extends LatLon> iterable)
Constructs a new surface polyline with the specified normal (as opposed to highlight) attributes and the
specified iterable of locations.
|
SurfaceQuad(ShapeAttributes normalAttrs)
Constructs a new surface quad with the specified normal (as opposed to highlight) attributes, default center
location, default dimensions, and default heading.
|
SurfaceQuad(ShapeAttributes normalAttrs,
LatLon center,
double width,
double height)
Constructs a new surface quad with the specified normal (as opposed to highlight) attributes, the specified
center location and dimensions (in meters).
|
SurfaceQuad(ShapeAttributes normalAttrs,
LatLon center,
double width,
double height,
Angle heading)
Constructs a new surface quad with the specified normal (as opposed to highlight) attributes, the specified
center location and dimensions (in meters).
|
SurfaceSector(ShapeAttributes normalAttrs)
Constructs a new surface sector with the specified normal (as opposed to highlight) attributes and the
Sector.EMPTY_SECTOR . |
SurfaceSector(ShapeAttributes normalAttrs,
Sector sector)
Constructs a new surface sector with the specified normal (as opposed to highlight) attributes and the specified
sector.
|
SurfaceShapeStateKey(long uniqueID,
long modifiedTime,
ShapeAttributes attributes,
java.lang.Object globeStateKey)
Constructs a new SurfaceShapeStateKey with the specified unique ID, modified time, attributes, and globe
state key.
|
SurfaceSquare(ShapeAttributes normalAttrs)
Constructs a new surface square with the specified normal (as opposed to highlight) attributes, default center
location, default size, and default heading.
|
SurfaceSquare(ShapeAttributes normalAttrs,
LatLon center,
double size)
Constructs a new surface square with the specified normal (as opposed to highlight) attributes, the specified
center location and size (in meters).
|
SurfaceSquare(ShapeAttributes normalAttrs,
LatLon center,
double size,
Angle heading)
Constructs a new surface square with the specified normal (as opposed to highlight) attributes, the specified
center location and dimensions (in meters).
|
Modifier and Type | Interface and Description |
---|---|
interface |
AirspaceAttributes
Holds common attributes for WorldWind
Airspace shapes. |
Modifier and Type | Class and Description |
---|---|
class |
BasicAirspaceAttributes
Basic implementation of the
AirspaceAttributes interface. |
Modifier and Type | Method and Description |
---|---|
protected void |
SurfaceBox.applyCenterLineState(DrawContext dc,
ShapeAttributes attributes) |
void |
AbstractAirspace.setAttributes(ShapeAttributes attributes) |
void |
AbstractAirspace.setHighlightAttributes(ShapeAttributes highlightAttributes) |
Constructor and Description |
---|
BasicAirspaceAttributes(ShapeAttributes attributes)
Creates a new
BasicAirspaceAttributes configured with the specified
ShapeAttributes . |
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
AbstractTacticalGraphic.activeShapeAttributes
Shape attributes shared by all shapes that make up this graphic.
|
Modifier and Type | Method and Description |
---|---|
protected ShapeAttributes |
AbstractTacticalGraphic.getActiveShapeAttributes()
Get the active shape attributes for this frame.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTacticalGraphic.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
AbstractTacticalGraphic.applyOverrideAttributes(TacticalGraphicAttributes graphicAttributes,
ShapeAttributes shapeAttributes)
Apply override attributes specified in a TacticalGraphicAttributes bundle to the active ShapeAttributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMilStd2525TacticalGraphic.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WeaponsFreeZone.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
SectorRangeFan.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
SearchArea.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
RectangularFireSupportArea.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
IrregularFireSupportArea.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
FilledArea.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
Dummy.applyDefaultAttributes(ShapeAttributes attributes) |
protected void |
CircularFireSupportArea.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
BattlePosition.applyDefaultAttributes(ShapeAttributes attributes) |
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
DirectionOfAttackForFeint.dashedAttributes
Shape attributes for the dashed part of the graphic.
|
protected ShapeAttributes |
AdvanceForFeint.dashedAttributes
Shape attributes for the dashed part of the graphic.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PrincipleDirectionOfFire.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
protected void |
PhaseLine.applyDefaultAttributes(ShapeAttributes attributes) |
protected void |
FireSupportLine.applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.
|
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
ShapeEditor.originalAttributes
The attributes associated with the shape when the editor is constructed.
|
protected ShapeAttributes |
ShapeEditor.originalHighlightAttributes
The highlight attributes associated with the shape when the editor is constructed.
|
Modifier and Type | Method and Description |
---|---|
ShapeAttributes |
ShapeEditor.getOriginalAttributes()
Indicates the attributes associated with the shape when the editor was created.
|
ShapeAttributes |
ShapeEditor.getOriginalHighlightAttributes()
Indicates the highlight attributes associated with the shape prior to their being changed to achieve shape
transparency.
|
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
MeasureTool.leaderAttributes |
Constructor and Description |
---|
ControlPointWithLeader(Position position,
AnnotationAttributes controlPointAttributes,
ShapeAttributes leaderAttributes,
MeasureTool parent) |
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
ShapefileAttributeGroups.AttributeGroup.attributes |
protected ShapeAttributes |
ShapeEditingExtension.AppFrame.lastAttrs |
protected ShapeAttributes |
ShapeEditing.AppFrame.lastAttrs |
protected ShapeAttributes |
ShapeClipping.AppFrame.lastAttrs |
Modifier and Type | Method and Description |
---|---|
protected ShapeAttributes |
GeoJSONLoader.createPolygonAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom,
Layer layer) |
protected ShapeAttributes |
GeoJSONLoader.createPolylineAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom,
Layer layer) |
ShapeAttributes |
ShapeEditingExtension.Arrow.getAttributes() |
ShapeAttributes |
ShapeEditingExtension.Arrow.getHighlightAttributes() |
Modifier and Type | Method and Description |
---|---|
protected Renderable |
GeoJSONLoader.createPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner,
java.lang.Iterable<? extends Position> outerBoundary,
java.lang.Iterable<? extends Position>[] innerBoundaries,
ShapeAttributes attrs,
AVList properties) |
protected Renderable |
GeoJSONLoader.createPolyline(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner,
java.lang.Iterable<? extends Position> positions,
ShapeAttributes attrs,
AVList properties) |
void |
ShapeEditingExtension.Arrow.setAttributes(ShapeAttributes attributes) |
void |
ShapeEditingExtension.Arrow.setHighlightAttributes(ShapeAttributes attributes) |
Modifier and Type | Field and Description |
---|---|
protected static ShapeAttributes |
ExportKML.highlightShapeAttributes |
protected static ShapeAttributes |
ExportKML.normalShapeAttributes |
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
LinesOfSight.ShapeLoaderThread.buildingAttributes |
protected ShapeAttributes |
LinesOfSight.AppFrame.sightLineAttributes |
Modifier and Type | Method and Description |
---|---|
ShapeAttributes |
RigidShapeBuilder.AbstractShapeEntry.getAttributes() |
ShapeAttributes |
ExtrudedPolygonBuilder.PolygonEntry.getAttributes() |
static ShapeAttributes |
RigidShapeBuilder.getDefaultAttributes() |
static ShapeAttributes |
ExtrudedPolygonBuilder.getDefaultAttributes() |
static ShapeAttributes |
RigidShapeBuilder.getSelectionAttributes() |
static ShapeAttributes |
ExtrudedPolygonBuilder.getSelectionAttributes() |
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes[] |
RandomShapeAttributes.shapeAttrs |
Modifier and Type | Method and Description |
---|---|
ShapeAttributes |
RandomShapeAttributes.asShapeAttributes() |
protected ShapeAttributes |
RandomShapeAttributes.createShapeAttributes(java.awt.Color color) |
protected ShapeAttributes |
ShapefileLoader.nextPolygonAttributes()
Deprecated.
|
protected ShapeAttributes |
ShapefileLoader.nextPolylineAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShapefileLoader.createPolygon(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record,
ShapeAttributes attrs,
RenderableLayer layer)
Deprecated.
|
protected Renderable |
ShapefileLoader.createPolyline(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record,
ShapeAttributes attrs)
Deprecated.
|
protected Renderable |
ShapefileLoader.createPolyline(gov.nasa.worldwind.formats.shapefile.Shapefile shp,
ShapeAttributes attrs)
Deprecated.
|
Constructor and Description |
---|
DirectedSurfacePolyline(ShapeAttributes normalAttrs)
Constructs a new directed surface polyline with the specified normal (as opposed to highlight) attributes and no
locations.
|
DirectedSurfacePolyline(ShapeAttributes normalAttrs,
java.lang.Iterable<? extends LatLon> iterable)
Constructs a new directed surface polyline with the specified normal (as opposed to highlight) attributes and the
specified iterable of locations.
|