org.wicketstuff.openlayers.api.feature
Class Point
java.lang.Object
org.wicketstuff.openlayers.api.feature.Feature
org.wicketstuff.openlayers.api.feature.Point
- All Implemented Interfaces:
- Serializable
public class Point
- 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 |
Point
public Point(com.vividsolutions.jts.geom.Coordinate coordinate)
Point
public Point(com.vividsolutions.jts.geom.Coordinate coordinate,
FeatureStyle featureStyle)
Point
public Point(com.vividsolutions.jts.geom.Coordinate coordinate,
IOpenLayersMap map)
Point
public Point(com.vividsolutions.jts.geom.Coordinate coordinate,
FeatureStyle featureStyle,
IOpenLayersMap map)
setCoordinate
public void setCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)
getCoordinate
public com.vividsolutions.jts.geom.Coordinate getCoordinate()
getType
protected String getType()
- Specified by:
getType in class Feature
Copyright © 2008-2012. All Rights Reserved.