@Deprecated public class OnlineVectorLayer extends com.nutiteq.vectorlayers.GeometryLayer
| Modifier and Type | Class and Description |
|---|---|
protected class |
OnlineVectorLayer.LoadVectorDataTask
Deprecated.
|
| Constructor and Description |
|---|
OnlineVectorLayer(com.nutiteq.projections.Projection proj,
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,
int maxObjects)
Deprecated.
Vector datasource connector, based on general query
|
| Modifier and Type | Method and Description |
|---|---|
void |
calculateVisibleElements(com.nutiteq.components.Envelope envelope,
int zoom)
Deprecated.
|
void |
loadData(com.nutiteq.components.Envelope envelope,
int zoom)
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, updateVisibleElementspublic OnlineVectorLayer(com.nutiteq.projections.Projection proj,
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,
int maxObjects)
proj - layer projection. NB! data must be in the same projectionpointStyleSet - styleset for point objectslineStyleSet - styleset for line objectspolygonStyleSet - styleset for polygon objectsIOException - file not found or other problem opening OGR datasourcepublic void calculateVisibleElements(com.nutiteq.components.Envelope envelope,
int zoom)
calculateVisibleElements in class com.nutiteq.vectorlayers.VectorLayer<com.nutiteq.geometry.Geometry>public void loadData(com.nutiteq.components.Envelope envelope,
int zoom)
Copyright © 2014. All rights reserved.