Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render | |
gov.nasa.worldwindx.examples | |
gov.nasa.worldwindx.examples.lineofsight |
Examples of how to perform line of sight calculations in WorldWind.
|
gov.nasa.worldwindx.examples.util |
Modifier and Type | Method and Description |
---|---|
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.assembleLabelAttributes(PointPlacemarkAttributes attrs,
KMLLabelStyle style) |
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.assembleLineAttributes(PointPlacemarkAttributes attrs,
KMLLineStyle style) |
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.assemblePointAttributes(PointPlacemarkAttributes attrs,
KMLIconStyle style) |
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.getInitialAttributes(java.lang.String attrType)
Get the initial attributes for this feature.
|
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.makeAttributesCurrent(java.lang.String attrType)
Determine and set the
PointPlacemark attributes from the KML Feature fields. |
Modifier and Type | Method and Description |
---|---|
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.assembleLabelAttributes(PointPlacemarkAttributes attrs,
KMLLabelStyle style) |
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.assembleLineAttributes(PointPlacemarkAttributes attrs,
KMLLineStyle style) |
protected PointPlacemarkAttributes |
KMLPointPlacemarkImpl.assemblePointAttributes(PointPlacemarkAttributes attrs,
KMLIconStyle style) |
Modifier and Type | Field and Description |
---|---|
protected PointPlacemarkAttributes |
PointPlacemark.activeAttributes |
protected static PointPlacemarkAttributes |
PointPlacemark.defaultAttributes
The attributes used if attributes are not specified.
|
protected PointPlacemarkAttributes |
PointPlacemark.highlightAttrs |
protected PointPlacemarkAttributes |
PointPlacemark.normalAttrs |
Modifier and Type | Method and Description |
---|---|
protected PointPlacemarkAttributes |
PointPlacemark.getActiveAttributes() |
PointPlacemarkAttributes |
PointPlacemark.getAttributes()
Returns the attributes used when the placemark is drawn normally, not highlighted.
|
PointPlacemarkAttributes |
PointPlacemark.getDefaultAttributes()
Returns the attributes used if normal attributes are not specified.
|
PointPlacemarkAttributes |
PointPlacemark.getHighlightAttributes()
Returns the attributes used to draw the placemark when it's highlighted.
|
Modifier and Type | Method and Description |
---|---|
protected WWTexture |
PointPlacemark.chooseTexture(PointPlacemarkAttributes attrs)
Determines the appropriate texture for the current availability.
|
void |
PointPlacemarkAttributes.copy(PointPlacemarkAttributes attrs)
Copies all values, including null values, from another instance to this one.
|
void |
PointPlacemark.setAttributes(PointPlacemarkAttributes attrs)
Specifies the attributes used when the placemark is drawn normally, not highlighted.
|
void |
PointPlacemark.setHighlightAttributes(PointPlacemarkAttributes attrs)
Specifies the attributes used to draw the placemark when it's highlighted.
|
Constructor and Description |
---|
PointPlacemarkAttributes(PointPlacemarkAttributes attrs)
Constructs an instance and initializes it to the values in a specified instance.
|
Modifier and Type | Method and Description |
---|---|
protected PointPlacemarkAttributes |
GeoJSONLoader.createPointAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom,
Layer layer) |
Modifier and Type | Method and Description |
---|---|
protected Renderable |
GeoJSONLoader.createPoint(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner,
Position pos,
PointPlacemarkAttributes attrs,
AVList properties) |
Modifier and Type | Field and Description |
---|---|
protected PointPlacemarkAttributes |
LinesOfSight.AppFrame.gridPointAttributes |
protected PointPlacemarkAttributes |
LinesOfSight.AppFrame.intersectionPointAttributes |
protected PointPlacemarkAttributes |
LinesOfSight.AppFrame.selectedLocationAttributes |
Modifier and Type | Field and Description |
---|---|
protected PointPlacemarkAttributes[] |
RandomShapeAttributes.pointAttrs |
Modifier and Type | Method and Description |
---|---|
PointPlacemarkAttributes |
RandomShapeAttributes.asPointAttributes() |
protected PointPlacemarkAttributes |
RandomShapeAttributes.createPointAttributes(java.awt.Color color) |
protected PointPlacemarkAttributes |
ShapefileLoader.nextPointAttributes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Renderable |
ShapefileLoader.createPoint(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record,
double latDegrees,
double lonDegrees,
PointPlacemarkAttributes attrs)
Deprecated.
|