public abstract class Feature extends Object implements Serializable
Constructor and Description |
---|
Feature() |
Feature(FeatureStyle featureStyle) |
Feature(FeatureStyle featureStyle,
IOpenLayersMap map) |
Feature(IOpenLayersMap map) |
Modifier and Type | Method and Description |
---|---|
List<com.vividsolutions.jts.geom.Coordinate> |
getCoordinates() |
String |
getDisplayInLayer() |
FeatureStyle |
getFeatureStyle() |
String |
getId() |
String |
getJSAddFeature(IOpenLayersMap map,
Vector vector) |
String |
getJSconstructor() |
protected String |
getJScoordinateList(String type,
String coordinateList) |
String |
getJSRemoveFeature(IOpenLayersMap map,
Vector vector) |
IOpenLayersMap |
getMap() |
protected abstract String |
getType() |
void |
setCoordinates(List<com.vividsolutions.jts.geom.Coordinate> coordinates) |
void |
setDisplayInLayer(String displayInLayer) |
void |
setFeatureStyle(FeatureStyle featureStyle) |
void |
setMap(IOpenLayersMap map) |
public Feature()
public Feature(FeatureStyle featureStyle)
public Feature(IOpenLayersMap map)
public Feature(FeatureStyle featureStyle, IOpenLayersMap map)
public String getId()
protected abstract String getType()
public String getJSAddFeature(IOpenLayersMap map, Vector vector)
public String getJSRemoveFeature(IOpenLayersMap map, Vector vector)
public String getJSconstructor()
public void setFeatureStyle(FeatureStyle featureStyle)
public FeatureStyle getFeatureStyle()
public void setMap(IOpenLayersMap map)
public IOpenLayersMap getMap()
public void setDisplayInLayer(String displayInLayer)
public String getDisplayInLayer()
public void setCoordinates(List<com.vividsolutions.jts.geom.Coordinate> coordinates)
public List<com.vividsolutions.jts.geom.Coordinate> getCoordinates()
Copyright © 2015. All rights reserved.