|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayerInterface
This interface defines the layer of the map
| Method Summary | |
|---|---|
AttributeInterface |
getAttribute(int index)
Getter for property attribute |
List |
getAttributes()
Getter for property attributes |
Color |
getColor()
Returns the color of the layer. |
DataSourceInterface |
getDataSource()
Getter for property dataSource. |
int |
getMaxScale()
Getter for property maxScale. |
int |
getMinScale()
Getter for property minscale. |
String |
getName()
Getter for property name. |
Color |
getOutlineColor()
gets the outline color |
List |
getSymbols()
returns the symbols used in this layer |
boolean |
isStatus()
Getter for property status |
boolean |
isTransform()
Getter for property transform. |
void |
setAttributes(List attributes)
Setter for property attributes |
void |
setColor(Color color)
sets the color of the layer |
void |
setDataSource(DataSourceInterface dataSource)
Setter for property dataSource. |
void |
setMaxScale(int maxScale)
Setter for property maxScale. |
void |
setMinScale(int minscale)
Setter for property minscale. |
void |
setName(String name)
Setter for property name. |
void |
setOutlineColor(Color outlineColor)
sets the outlineColor of the layer |
void |
setStatus(boolean status)
Setter for property status. |
void |
setSymbols(List symbols)
sets the symbols for this layer |
void |
setTransform(boolean transform)
Setter for property transform. |
| Method Detail |
|---|
void setSymbols(List symbols)
symbols - the symbolsList getSymbols()
List getAttributes()
AttributeInterface getAttribute(int index)
index -
Color getColor()
void setColor(Color color)
color - the rgb-colorColor getOutlineColor()
void setOutlineColor(Color outlineColor)
outlineColor - the rgb-colorString getName()
void setName(String name)
name - New value of property name.DataSourceInterface getDataSource()
void setAttributes(List attributes)
attributes - void setDataSource(DataSourceInterface dataSource)
dataSource - New value of property dataSource.int getMinScale()
void setMinScale(int minscale)
minscale - New value of property minscale.int getMaxScale()
void setMaxScale(int maxScale)
maxScale - New value of property maxScale.boolean isStatus()
void setStatus(boolean status)
status - New value of property status.boolean isTransform()
void setTransform(boolean transform)
transform - New value of property transform.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||