|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectMapLayer
FeatureSourceMapLayer
public class FeatureSourceMapLayer
Implementation of MapLayer
without restricting the return type of MapLayer.getFeatureSource()
allows better support of the DataAccess API;
This implementation does not support a collection or grid coverage source.
This implementation was almost entirely stolen from that of DefaultMapLayer
.
Field Summary |
---|
Fields inherited from class MapLayer |
---|
internal |
Constructor Summary | |
---|---|
FeatureSourceMapLayer(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
Style style)
Deprecated. Convenience constructor that sets title to the empty string. |
|
FeatureSourceMapLayer(FeatureSource<? extends FeatureType,? extends Feature> featureSource,
Style style,
String title)
Deprecated. Constructor |
Method Summary |
---|
Methods inherited from class MapLayer |
---|
addMapLayerListener, equals, getBounds, getFeatureSource, getQuery, getSource, getStyle, getTitle, hashCode, isSelected, isVisible, removeMapLayerListener, setQuery, setSelected, setStyle, setTitle, setVisible, toLayer, toString |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureSourceMapLayer(FeatureSource<? extends FeatureType,? extends Feature> featureSource, Style style, String title)
featureSource
- the data source for this layerstyle
- the style used to represent this layertitle
- the layer titlepublic FeatureSourceMapLayer(FeatureSource<? extends FeatureType,? extends Feature> featureSource, Style style)
featureSource
- the data source for this layerstyle
- the style used to represent this layer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |