| Modifier and Type | Field and Description |
|---|---|
int |
lod |
float |
scaleThreshold |
Naming<java.lang.String> |
visibleStyles |
| Constructor and Description |
|---|
LegendScaleRegion() |
LegendScaleRegion(Cog state) |
LegendScaleRegion(float scaleThreshold) |
LegendScaleRegion(int lod,
float scaleThreshold) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullDescription() |
int |
getLod() |
int |
getLOD() |
float |
getScaleThreshold() |
Naming<java.lang.String> |
getVisibleStyles() |
void |
setLod(int newLod) |
void |
setLOD(int argLod) |
void |
setScaleThreshold(float argScaleThreshold) |
void |
setVisibleStyles(Naming argVisibleStyles) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
public int lod
public float scaleThreshold
public Naming<java.lang.String> visibleStyles
public LegendScaleRegion()
public LegendScaleRegion(float scaleThreshold)
public LegendScaleRegion(int lod,
float scaleThreshold)
public LegendScaleRegion(Cog state)
public Cog toCog()
CoggableCog.public int getLOD()
public void setLOD(int argLod)
public int getLod()
public void setLod(int newLod)
public float getScaleThreshold()
public void setScaleThreshold(float argScaleThreshold)
public Naming<java.lang.String> getVisibleStyles()
public void setVisibleStyles(Naming argVisibleStyles)
public java.lang.String getFullDescription()