Uses of Class
gov.nasa.worldwind.render.PointPlacemarkAttributes
-
Packages that use PointPlacemarkAttributes 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 -
-
Uses of PointPlacemarkAttributes in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl that return PointPlacemarkAttributes Modifier and Type Method Description protected PointPlacemarkAttributesKMLPointPlacemarkImpl. assembleLabelAttributes(PointPlacemarkAttributes attrs, KMLLabelStyle style)protected PointPlacemarkAttributesKMLPointPlacemarkImpl. assembleLineAttributes(PointPlacemarkAttributes attrs, KMLLineStyle style)protected PointPlacemarkAttributesKMLPointPlacemarkImpl. assemblePointAttributes(PointPlacemarkAttributes attrs, KMLIconStyle style)protected PointPlacemarkAttributesKMLPointPlacemarkImpl. getInitialAttributes(java.lang.String attrType)Get the initial attributes for this feature.protected PointPlacemarkAttributesKMLPointPlacemarkImpl. makeAttributesCurrent(java.lang.String attrType)Determine and set thePointPlacemarkattributes from the KML Feature fields.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type PointPlacemarkAttributes Modifier and Type Method Description protected PointPlacemarkAttributesKMLPointPlacemarkImpl. assembleLabelAttributes(PointPlacemarkAttributes attrs, KMLLabelStyle style)protected PointPlacemarkAttributesKMLPointPlacemarkImpl. assembleLineAttributes(PointPlacemarkAttributes attrs, KMLLineStyle style)protected PointPlacemarkAttributesKMLPointPlacemarkImpl. assemblePointAttributes(PointPlacemarkAttributes attrs, KMLIconStyle style) -
Uses of PointPlacemarkAttributes in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as PointPlacemarkAttributes Modifier and Type Field Description protected PointPlacemarkAttributesPointPlacemark. activeAttributesprotected static PointPlacemarkAttributesPointPlacemark. defaultAttributesThe attributes used if attributes are not specified.protected PointPlacemarkAttributesPointPlacemark. highlightAttrsprotected PointPlacemarkAttributesPointPlacemark. normalAttrsMethods in gov.nasa.worldwind.render that return PointPlacemarkAttributes Modifier and Type Method Description protected PointPlacemarkAttributesPointPlacemark. getActiveAttributes()PointPlacemarkAttributesPointPlacemark. getAttributes()Returns the attributes used when the placemark is drawn normally, not highlighted.PointPlacemarkAttributesPointPlacemark. getDefaultAttributes()Returns the attributes used if normal attributes are not specified.PointPlacemarkAttributesPointPlacemark. getHighlightAttributes()Returns the attributes used to draw the placemark when it's highlighted.Methods in gov.nasa.worldwind.render with parameters of type PointPlacemarkAttributes Modifier and Type Method Description protected WWTexturePointPlacemark. chooseTexture(PointPlacemarkAttributes attrs)Determines the appropriate texture for the current availability.voidPointPlacemarkAttributes. copy(PointPlacemarkAttributes attrs)Copies all values, including null values, from another instance to this one.voidPointPlacemark. setAttributes(PointPlacemarkAttributes attrs)Specifies the attributes used when the placemark is drawn normally, not highlighted.voidPointPlacemark. setHighlightAttributes(PointPlacemarkAttributes attrs)Specifies the attributes used to draw the placemark when it's highlighted.Constructors in gov.nasa.worldwind.render with parameters of type PointPlacemarkAttributes Constructor Description PointPlacemarkAttributes(PointPlacemarkAttributes attrs)Constructs an instance and initializes it to the values in a specified instance. -
Uses of PointPlacemarkAttributes in gov.nasa.worldwindx.examples
Methods in gov.nasa.worldwindx.examples that return PointPlacemarkAttributes Modifier and Type Method Description protected PointPlacemarkAttributesGeoJSONLoader. createPointAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)Methods in gov.nasa.worldwindx.examples with parameters of type PointPlacemarkAttributes Modifier and Type Method Description protected RenderableGeoJSONLoader. createPoint(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, Position pos, PointPlacemarkAttributes attrs, AVList properties) -
Uses of PointPlacemarkAttributes in gov.nasa.worldwindx.examples.lineofsight
Fields in gov.nasa.worldwindx.examples.lineofsight declared as PointPlacemarkAttributes Modifier and Type Field Description protected PointPlacemarkAttributesLinesOfSight.AppFrame. gridPointAttributesprotected PointPlacemarkAttributesLinesOfSight.AppFrame. intersectionPointAttributesprotected PointPlacemarkAttributesLinesOfSight.AppFrame. selectedLocationAttributes -
Uses of PointPlacemarkAttributes in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as PointPlacemarkAttributes Modifier and Type Field Description protected PointPlacemarkAttributes[]RandomShapeAttributes. pointAttrsMethods in gov.nasa.worldwindx.examples.util that return PointPlacemarkAttributes Modifier and Type Method Description PointPlacemarkAttributesRandomShapeAttributes. asPointAttributes()protected PointPlacemarkAttributesRandomShapeAttributes. createPointAttributes(java.awt.Color color)protected PointPlacemarkAttributesShapefileLoader. nextPointAttributes()Deprecated.Methods in gov.nasa.worldwindx.examples.util with parameters of type PointPlacemarkAttributes Modifier and Type Method Description protected RenderableShapefileLoader. createPoint(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, double latDegrees, double lonDegrees, PointPlacemarkAttributes attrs)Deprecated.
-