nl.cloudfarming.client.area.field
Class HelpLineLayerObject

java.lang.Object
  extended by nl.cloudfarming.client.area.field.HelpLineLayerObject
All Implemented Interfaces:
LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

public class HelpLineLayerObject
extends Object
implements LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

Layerobject representing a plot

Author:
Timon Veenstra

Nested Class Summary
 
Nested classes/interfaces inherited from interface nl.cloudfarming.client.geoviewer.LayerObject
LayerObject.Actions
 
Constructor Summary
HelpLineLayerObject(HelpLine helpLine)
           
 
Method Summary
 LayerObjectAction[] getActions()
           
 com.vividsolutions.jts.geom.MultiLineString getGeometry()
           
 long getId()
           
 String getKey()
           
 Long getKeyAttributeValue()
           
 HelpLine getObject()
           
protected  AreaService getPlotAreaService()
           
 String getTooltipText()
           
 void save()
           
protected  void setPlotAreaService(FieldAreaService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpLineLayerObject

public HelpLineLayerObject(HelpLine helpLine)
                    throws IntrospectionException
Throws:
IntrospectionException
Method Detail

getGeometry

public com.vividsolutions.jts.geom.MultiLineString getGeometry()
Specified by:
getGeometry in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

getKey

public String getKey()
Specified by:
getKey in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

getTooltipText

public String getTooltipText()
Specified by:
getTooltipText in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

getKeyAttributeValue

public Long getKeyAttributeValue()
Specified by:
getKeyAttributeValue in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

getId

public long getId()
Specified by:
getId in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

getObject

public HelpLine getObject()
Specified by:
getObject in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

getActions

public LayerObjectAction[] getActions()
Specified by:
getActions in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

save

public void save()
Specified by:
save in interface LayerObject<com.vividsolutions.jts.geom.MultiLineString,HelpLine>

getPlotAreaService

protected final AreaService getPlotAreaService()

setPlotAreaService

protected void setPlotAreaService(FieldAreaService service)


Copyright © 2011. All Rights Reserved.