public static class ShapefileAttributeGroups.AttributeGroup extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected ShapeAttributes | 
attributes  | 
protected Material | 
defaultMaterial  | 
protected String | 
displayName  | 
protected Material | 
groupMaterial  | 
protected boolean | 
useGroupColor  | 
| Constructor and Description | 
|---|
AttributeGroup(String displayName,
              Color color)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRecord(gov.nasa.worldwind.formats.shapefile.ShapefileRenderable.Record record)  | 
Color | 
getColor()  | 
String | 
getDisplayName()  | 
boolean | 
isUseGroupColor()  | 
void | 
setUseGroupColor(boolean useGroupColor)  | 
protected void | 
updateAttributes()  | 
protected ShapeAttributes attributes
protected Material defaultMaterial
protected String displayName
protected Material groupMaterial
protected boolean useGroupColor
public void addRecord(gov.nasa.worldwind.formats.shapefile.ShapefileRenderable.Record record)
public Color getColor()
public String getDisplayName()
public boolean isUseGroupColor()
public void setUseGroupColor(boolean useGroupColor)
protected void updateAttributes()