org.wicketstuff.openlayers.api.feature
Class LineString

java.lang.Object
  extended by org.wicketstuff.openlayers.api.feature.Feature
      extended by org.wicketstuff.openlayers.api.feature.LineString
All Implemented Interfaces:
Serializable

public class LineString
extends Feature

Author:
Marin Mandradjiev (marinsm@hotmail.com)
See Also:
Serialized Form

Constructor Summary
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates)
           
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates, FeatureStyle featureStyle)
           
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates, FeatureStyle featureStyle, IOpenLayersMap map)
           
LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates, IOpenLayersMap map)
           
 
Method Summary
protected  String getType()
           
 
Methods inherited from class org.wicketstuff.openlayers.api.feature.Feature
getCoordinates, getDisplayInLayer, getFeatureStyle, getId, getJSAddFeature, getJSconstructor, getJScoordinateList, getJSRemoveFeature, getMap, setCoordinates, setDisplayInLayer, setFeatureStyle, setMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineString

public LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates)

LineString

public LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates,
                  FeatureStyle featureStyle)

LineString

public LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates,
                  IOpenLayersMap map)

LineString

public LineString(List<com.vividsolutions.jts.geom.Coordinate> coordinates,
                  FeatureStyle featureStyle,
                  IOpenLayersMap map)
Method Detail

getType

protected String getType()
Specified by:
getType in class Feature


Copyright © 2008-2012. All Rights Reserved.