|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.javel.gisbeans.map.Layer
public class Layer
This interface defines the image as defined in the mapInterface
| Constructor Summary | |
|---|---|
Layer()
constructs a new layer |
|
| 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. |
void |
setTransform(boolean transform)
Setter for property transform. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Layer()
| Method Detail |
|---|
public List getSymbols()
LayerInterface
getSymbols in interface LayerInterfaceLayerInterface.getSymbols()public List getAttributes()
LayerInterface
getAttributes in interface LayerInterfaceLayerInterface.getAttributes()public AttributeInterface getAttribute(int index)
LayerInterface
getAttribute in interface LayerInterfaceLayerInterface.getAttribute(int)public Color getColor()
LayerInterface
getColor in interface LayerInterfaceLayerInterface.getColor()public void setColor(Color color)
LayerInterface
setColor in interface LayerInterfacecolor - the rgb-colorLayerInterface.setColor(Color)public DataSourceInterface getDataSource()
LayerInterface
getDataSource in interface LayerInterfaceLayerInterface.getDataSource()public void setAttributes(List attributes)
LayerInterface
setAttributes in interface LayerInterfaceLayerInterface.setAttributes(List attributes)public void setDataSource(DataSourceInterface dataSource)
LayerInterface
setDataSource in interface LayerInterfacedataSource - New value of property dataSource.LayerInterface.setDataSource(nl.javel.gisbeans.io.DataSourceInterface)public int getMaxScale()
LayerInterface
getMaxScale in interface LayerInterfaceLayerInterface.getMaxScale()public void setMaxScale(int maxScale)
LayerInterface
setMaxScale in interface LayerInterfacemaxScale - New value of property maxScale.LayerInterface.setMaxScale(int)public int getMinScale()
LayerInterface
getMinScale in interface LayerInterfaceLayerInterface.getMinScale()public void setMinScale(int minScale)
LayerInterface
setMinScale in interface LayerInterfaceminScale - New value of property minscale.LayerInterface.setMinScale(int)public String getName()
LayerInterface
getName in interface LayerInterfaceLayerInterface.getName()public void setName(String name)
LayerInterface
setName in interface LayerInterfacename - New value of property name.LayerInterface.setName(String)public Color getOutlineColor()
LayerInterface
getOutlineColor in interface LayerInterfaceLayerInterface.getOutlineColor()public void setOutlineColor(Color outlineColor)
LayerInterface
setOutlineColor in interface LayerInterfaceoutlineColor - the rgb-colorLayerInterface.setOutlineColor(Color)public boolean isStatus()
LayerInterface
isStatus in interface LayerInterfaceLayerInterface.isStatus()public void setStatus(boolean status)
LayerInterface
setStatus in interface LayerInterfacestatus - New value of property status.LayerInterface.setStatus(boolean)public boolean isTransform()
LayerInterface
isTransform in interface LayerInterfaceLayerInterface.isTransform()public void setTransform(boolean transform)
LayerInterface
setTransform in interface LayerInterfacetransform - New value of property transform.LayerInterface.setTransform(boolean)public void setSymbols(List symbols)
setSymbols in interface LayerInterfacesymbols - The symbols to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||