Package repast.simphony.gis.display
Class RepastMapLayer
java.lang.Object
org.geotools.map.Layer
org.geotools.map.StyleLayer
org.geotools.map.FeatureLayer
repast.simphony.gis.display.RepastMapLayer
- Direct Known Subclasses:
NetworkDisplayLayerGIS
public class RepastMapLayer
extends org.geotools.map.FeatureLayer
Deprecated.
2D piccolo based code is being removed
Simple wrapper for the Geotools FeatureLayer.
- Author:
- Eric Tatara
-
Field Summary
Fields inherited from class org.geotools.map.FeatureLayer
featureSource, query, sourceListenerFields inherited from class org.geotools.map.StyleLayer
styleFields inherited from class org.geotools.map.Layer
LOGGER, selected, title, userData, visible -
Constructor Summary
ConstructorsConstructorDescriptionRepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style) Deprecated.RepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style, String title) Deprecated.RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style) Deprecated.RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style, String title) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMapLayerListener(org.geotools.map.MapLayerListener listener) Deprecated.voidfireMapLayerChangedEvent(org.geotools.map.MapLayerEvent event) Deprecated.voidremoveMapLayerListener(org.geotools.map.MapLayerListener listener) Deprecated.voidsetVisible(boolean arg0) Deprecated.Methods inherited from class org.geotools.map.FeatureLayer
connectDataListener, dispose, getBounds, getFeatureSource, getQuery, getSimpleFeatureSource, setQueryMethods inherited from class org.geotools.map.StyleLayer
getStyle, setStyleMethods inherited from class org.geotools.map.Layer
finalize, fireMapLayerListenerLayerChanged, fireMapLayerListenerLayerDeselected, fireMapLayerListenerLayerHidden, fireMapLayerListenerLayerPreDispose, fireMapLayerListenerLayerSelected, fireMapLayerListenerLayerShown, getTitle, getUserData, isSelected, isVisible, preDispose, setSelected, setTitle, toString
-
Constructor Details
-
RepastMapLayer
public RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style, String title) Deprecated. -
RepastMapLayer
public RepastMapLayer(org.geotools.feature.FeatureCollection coll, org.geotools.styling.Style style) Deprecated. -
RepastMapLayer
public RepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style, String title) Deprecated. -
RepastMapLayer
public RepastMapLayer(org.geotools.data.FeatureSource source, org.geotools.styling.Style style) Deprecated.
-
-
Method Details
-
addMapLayerListener
public void addMapLayerListener(org.geotools.map.MapLayerListener listener) Deprecated.- Overrides:
addMapLayerListenerin classorg.geotools.map.Layer
-
removeMapLayerListener
public void removeMapLayerListener(org.geotools.map.MapLayerListener listener) Deprecated.- Overrides:
removeMapLayerListenerin classorg.geotools.map.Layer
-
fireMapLayerChangedEvent
public void fireMapLayerChangedEvent(org.geotools.map.MapLayerEvent event) Deprecated. -
setVisible
public void setVisible(boolean arg0) Deprecated.- Overrides:
setVisiblein classorg.geotools.map.Layer
-