@Deprecated public class WfsLayer extends com.nutiteq.vectorlayers.GeometryLayer
Modifier and Type | Class and Description |
---|---|
static class |
WfsLayer.Feature
Deprecated.
|
static class |
WfsLayer.FeatureCollection
Deprecated.
|
static class |
WfsLayer.Geometry
Deprecated.
|
protected class |
WfsLayer.LoadWfsDataTask
Deprecated.
|
static class |
WfsLayer.Properties
Deprecated.
|
Constructor and Description |
---|
WfsLayer(com.nutiteq.projections.Projection proj,
String baseUrl,
com.nutiteq.style.StyleSet<com.nutiteq.style.PointStyle> pointStyleSet,
com.nutiteq.style.StyleSet<com.nutiteq.style.LineStyle> lineStyleSet,
com.nutiteq.style.StyleSet<com.nutiteq.style.PolygonStyle> polygonStyleSet,
com.nutiteq.style.LabelStyle labelStyle)
Deprecated.
CartoDB datasource connector, based on general query
|
Modifier and Type | Method and Description |
---|---|
void |
calculateVisibleElements(com.nutiteq.components.Envelope envelope,
int zoom)
Deprecated.
|
List<WfsLayer.Feature> |
getVisibleFeatures()
Deprecated.
|
add, addAll, calculateVisibleElements, clear, createCullTask, elementUpdated, executeVisibilityCalculationTask, getCurrentZoomLevel, getDataExtent, getDataSource, getVisibleElements, loadVisibleElements, onElementChanged, onStartMapping, onStopMapping, registerDataSourceListeners, remove, removeAll, setComponents, setProjection, setRenderProjection, setVisible, setVisibleElements, setVisibleElementsList, unregisterDataSourceListeners, updateVisibleElements
public WfsLayer(com.nutiteq.projections.Projection proj, String baseUrl, com.nutiteq.style.StyleSet<com.nutiteq.style.PointStyle> pointStyleSet, com.nutiteq.style.StyleSet<com.nutiteq.style.LineStyle> lineStyleSet, com.nutiteq.style.StyleSet<com.nutiteq.style.PolygonStyle> polygonStyleSet, com.nutiteq.style.LabelStyle labelStyle)
proj
- layer projection. NB! data must be in the same projectionbaseUrl
- - WMS URLpointStyleSet
- styleset for point objectslineStyleSet
- styleset for line objectspolygonStyleSet
- styleset for polygon objectsIOException
- file not found or other problem opening OGR datasourcepublic List<WfsLayer.Feature> getVisibleFeatures()
public void calculateVisibleElements(com.nutiteq.components.Envelope envelope, int zoom)
calculateVisibleElements
in class com.nutiteq.vectorlayers.VectorLayer<com.nutiteq.geometry.Geometry>
Copyright © 2014. All rights reserved.