Uses of Class
gov.nasa.worldwindx.examples.lineofsight.PointGrid.Attributes
-
Packages that use PointGrid.Attributes Package Description gov.nasa.worldwindx.examples.lineofsight Examples of how to perform line of sight calculations in WorldWind. -
-
Uses of PointGrid.Attributes in gov.nasa.worldwindx.examples.lineofsight
Fields in gov.nasa.worldwindx.examples.lineofsight declared as PointGrid.Attributes Modifier and Type Field Description protected PointGrid.AttributesPointGrid. activeAttributesprotected static PointGrid.AttributesPointGrid. defaultAttributesThe attributes used if attributes are not specified.protected PointGrid.AttributesPointGrid. highlightAttrsprotected PointGrid.AttributesPointGrid. normalAttrsMethods in gov.nasa.worldwindx.examples.lineofsight that return PointGrid.Attributes Modifier and Type Method Description PointGrid.AttributesPointGrid. getActiveAttributes()PointGrid.AttributesPointGrid. getAttributes()PointGrid.AttributesPointGrid. getHighlightAttributes()Methods in gov.nasa.worldwindx.examples.lineofsight with parameters of type PointGrid.Attributes Modifier and Type Method Description voidPointGrid.Attributes. copy(PointGrid.Attributes attrs)voidPointGrid. setAttributes(PointGrid.Attributes normalAttrs)voidPointGrid. setHighlightAttributes(PointGrid.Attributes highlightAttrs)
-