org.wicketstuff.openlayers.api.feature
Class LineString
java.lang.Object
org.wicketstuff.openlayers.api.feature.Feature
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
| 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 |
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)
getType
protected String getType()
- Specified by:
getType in class Feature
Copyright © 2008-2012. All Rights Reserved.