public class GeometryPreview extends Object
| Constructor and Description |
|---|
GeometryPreview()
|
| Modifier and Type | Method and Description |
|---|---|
JDialog |
showViewerWithFile(Component
Show a preview window showing the given geometries on a default background of map images.
|
JDialog |
showViewerWithFile(Component
Show a preview window showing the given geometry on a default background of map images.
|
JDialog |
showViewerWithFile(Component
Show a preview window showing the given geometries on a default background of map images.
|
void |
showViewerWithFile(JRootPane
|
public JDialogshowViewerWithFile(Component component, Geometry geometry, String title)
component - the parent component for the dialog.
geometry - the geometry.
title - the title for the dialog.
public JDialogshowViewerWithFile(Component component, Collection <Geometry > geometries, String title)
component - the parent component for the dialog.
geometries - the set of geometries.
title - the title for the dialog.
public JDialogshowViewerWithFile(Component component, Set <GeometryContainer > tgs, String title)
component - the parent component for the dialog.
tgs - the set of geometries.
title - the title for the dialog.
public void showViewerWithFile(JRootPaneroot, Configuration configuration, Set <GeometryContainer > tgs)