|
||||||||||
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 LayerInterface
LayerInterface.getSymbols()
public List getAttributes()
LayerInterface
getAttributes
in interface LayerInterface
LayerInterface.getAttributes()
public AttributeInterface getAttribute(int index)
LayerInterface
getAttribute
in interface LayerInterface
LayerInterface.getAttribute(int)
public Color getColor()
LayerInterface
getColor
in interface LayerInterface
LayerInterface.getColor()
public void setColor(Color color)
LayerInterface
setColor
in interface LayerInterface
color
- the rgb-colorLayerInterface.setColor(Color)
public DataSourceInterface getDataSource()
LayerInterface
getDataSource
in interface LayerInterface
LayerInterface.getDataSource()
public void setAttributes(List attributes)
LayerInterface
setAttributes
in interface LayerInterface
LayerInterface.setAttributes(List attributes)
public void setDataSource(DataSourceInterface dataSource)
LayerInterface
setDataSource
in interface LayerInterface
dataSource
- New value of property dataSource.LayerInterface.setDataSource(nl.javel.gisbeans.io.DataSourceInterface)
public int getMaxScale()
LayerInterface
getMaxScale
in interface LayerInterface
LayerInterface.getMaxScale()
public void setMaxScale(int maxScale)
LayerInterface
setMaxScale
in interface LayerInterface
maxScale
- New value of property maxScale.LayerInterface.setMaxScale(int)
public int getMinScale()
LayerInterface
getMinScale
in interface LayerInterface
LayerInterface.getMinScale()
public void setMinScale(int minScale)
LayerInterface
setMinScale
in interface LayerInterface
minScale
- New value of property minscale.LayerInterface.setMinScale(int)
public String getName()
LayerInterface
getName
in interface LayerInterface
LayerInterface.getName()
public void setName(String name)
LayerInterface
setName
in interface LayerInterface
name
- New value of property name.LayerInterface.setName(String)
public Color getOutlineColor()
LayerInterface
getOutlineColor
in interface LayerInterface
LayerInterface.getOutlineColor()
public void setOutlineColor(Color outlineColor)
LayerInterface
setOutlineColor
in interface LayerInterface
outlineColor
- the rgb-colorLayerInterface.setOutlineColor(Color)
public boolean isStatus()
LayerInterface
isStatus
in interface LayerInterface
LayerInterface.isStatus()
public void setStatus(boolean status)
LayerInterface
setStatus
in interface LayerInterface
status
- New value of property status.LayerInterface.setStatus(boolean)
public boolean isTransform()
LayerInterface
isTransform
in interface LayerInterface
LayerInterface.isTransform()
public void setTransform(boolean transform)
LayerInterface
setTransform
in interface LayerInterface
transform
- New value of property transform.LayerInterface.setTransform(boolean)
public void setSymbols(List symbols)
setSymbols
in interface LayerInterface
symbols
- The symbols to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |