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:
- java.io.Serializable
public class Point
- extends Feature
- Author:
- Marin Mandradjiev (marinsm@hotmail.com)
- See Also:
- Serialized Form
|
Method Summary |
com.vividsolutions.jts.geom.Coordinate |
getCoordinate()
|
protected java.lang.String |
getType()
|
void |
setCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)
|
| 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 java.lang.String getType()
- Specified by:
getType in class Feature
Copyright © 2008-2010. All Rights Reserved.