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:
- java.io.Serializable
public class LineString
- extends Feature
- Author:
- Marin Mandradjiev (marinsm@hotmail.com)
- See Also:
- Serialized Form
|
Method Summary |
protected java.lang.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 |
LineString
public LineString(java.util.List<com.vividsolutions.jts.geom.Coordinate> coordinates)
LineString
public LineString(java.util.List<com.vividsolutions.jts.geom.Coordinate> coordinates,
FeatureStyle featureStyle)
LineString
public LineString(java.util.List<com.vividsolutions.jts.geom.Coordinate> coordinates,
IOpenLayersMap map)
LineString
public LineString(java.util.List<com.vividsolutions.jts.geom.Coordinate> coordinates,
FeatureStyle featureStyle,
IOpenLayersMap map)
getType
protected java.lang.String getType()
- Specified by:
getType in class Feature
Copyright © 2008-2010. All Rights Reserved.