|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.gui.swing.FrameFactory
A set of convenience methods for displaying geographic components in an Swing widget. This factory may be used for an easy visualisation of grid coverages or geometry objects in a Swing widget.
Method Summary | |
static void |
show(com.vividsolutions.jts.geom.Geometry geometry)
Show the given geometry. |
static void |
show(org.opengis.coverage.grid.GridCoverage coverage)
Show the given grid coverage as an image. |
static void |
show(GridCoverage coverage)
Show the given grid coverage as an image. |
static void |
showAsVectors(GridCoverage coverage)
Show the given grid coverage as a field of vectors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void show(org.opengis.coverage.grid.GridCoverage coverage)
coverage
- The grid coverage to show.public static void show(GridCoverage coverage)
coverage
- The grid coverage to show.public static void showAsVectors(GridCoverage coverage)
coverage
- The grid coverage to show.public static void show(com.vividsolutions.jts.geom.Geometry geometry)
geometry
- The geometry to show.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |