| java.lang.Object org.vfny.geoserver.global.GlobalLayerSupertype org.vfny.geoserver.global.MapLayerInfo
MapLayerInfo | final public class MapLayerInfo extends GlobalLayerSupertype (Code) | | DOCUMENT ME!
author: $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ (last author: modification) author: $Author: Simone Giannecchini (simboss1@gmail.com) $ (last author: modification) |
TYPE_BASEMAP | public static int TYPE_BASEMAP(Code) | | |
TYPE_RASTER | public static int TYPE_RASTER(Code) | | |
TYPE_REMOTE_VECTOR | public static int TYPE_REMOTE_VECTOR(Code) | | |
TYPE_VECTOR | public static int TYPE_VECTOR(Code) | | |
MapLayerInfo | public MapLayerInfo()(Code) | | |
MapLayerInfo | public MapLayerInfo(FeatureSource remoteSource)(Code) | | |
getBoundingBox | public Envelope getBoundingBox() throws IOException(Code) | | getBoundingBox purpose.
The feature source bounds.
Envelope the feature source bounds. throws: IOException - when an error occurs |
getDefaultStyle | public Style getDefaultStyle()(Code) | | |
getLatLongBoundingBox | public Envelope getLatLongBoundingBox() throws IOException(Code) | | Get the bounding box in latitude and longitude for this layer.
Envelope the feature source bounds. throws: IOException - when an error occurs |
getRemoteFeatureSource | public FeatureSource getRemoteFeatureSource()(Code) | | Returns the remote feature source in case this layer is a remote WFS layer
|
getStyles | public List getStyles()(Code) | | Returns the styles of a base layer
|
getSubLayers | public List getSubLayers()(Code) | | Returns the sub layers of a base layer, as a list of MapLayerInfo objects
|
getType | public int getType()(Code) | | |
setBase | public void setBase(String baseLayerName, List subLayerInfo, List styles)(Code) | | Sets this up as a base layer
Parameters: baseLayerName - Parameters: subLayerInfo - Parameters: styles - |
setDescription | public void setDescription(String description)(Code) | | |
setRemoteFeatureSource | public void setRemoteFeatureSource(FeatureSource remoteFeatureSource)(Code) | | |
setType | public void setType(int type)(Code) | | |
Fields inherited from org.vfny.geoserver.global.GlobalLayerSupertype | final protected static Logger LOGGER(Code)(Java Doc)
|
Methods inherited from org.vfny.geoserver.global.GlobalLayerSupertype | public static String get(Map map, String key)(Code)(Java Doc) public static File get(Map map, String key, File defaultFile)(Code)(Java Doc) public static String get(Map map, String key, String defaultValue)(Code)(Java Doc) public static List get(Map map, String key, List defaultList)(Code)(Java Doc) public static Map get(Map map, String key, Map defaultMap)(Code)(Java Doc) public static int get(Map map, String key, int defaultValue)(Code)(Java Doc) public static boolean get(Map map, String key, boolean defaultValue)(Code)(Java Doc) public static Charset get(Map map, String key, Charset defaultCharSet)(Code)(Java Doc) public static Level get(Map map, String key, Level defaultLevel)(Code)(Java Doc) public static URL get(Map map, String key, URL defaultUrl)(Code)(Java Doc) public static Class get(Map map, String key, Class defaultType)(Code)(Java Doc) protected String notNull(String s)(Code)(Java Doc) abstract Object toDTO()(Code)(Java Doc)
|
|
|