|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.swing.utils.MapLayerUtils
public class MapLayerUtils
Helper methods for swing module components that work with MapLayer
objects.
Constructor Summary | |
---|---|
MapLayerUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getGridAttributeName(MapLayer layer)
|
static boolean |
isGridLayer(MapLayer layer)
Check if the given map layer contains a grid coverage or a grid coverage reader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapLayerUtils()
Method Detail |
---|
public static boolean isGridLayer(MapLayer layer)
Implementation note: we avoid referencing org.geotools.coverage.grid classes directly here so that applications dealing only with other data types are not forced to have JAI in the classpath.
layer
- the map layer
public static java.lang.String getGridAttributeName(MapLayer layer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |