nl.idgis.giserver
Class LinearGeometryStroke

java.lang.Object
  extended by nl.idgis.giserver.LinearGeometryStroke

public class LinearGeometryStroke
extends java.lang.Object


Constructor Summary
LinearGeometryStroke(org.deegree.model.feature.Feature feature, org.deegree.graphics.sld.Stroke stroke)
           
 
Method Summary
 nl.idgis.flash.FlashColor getColor()
           
 int[] getDashArray()
           
 int getDashOffset()
           
 int getLineWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearGeometryStroke

public LinearGeometryStroke(org.deegree.model.feature.Feature feature,
                            org.deegree.graphics.sld.Stroke stroke)
Method Detail

getDashArray

public int[] getDashArray()

getDashOffset

public int getDashOffset()

getColor

public nl.idgis.flash.FlashColor getColor()

getLineWidth

public int getLineWidth()