public class Main extends OpenMap
Constructor and Description |
---|
Main()
Create a new OpenMap framework object - creates a MapPanel, OpenMapFrame,
and brings up the layer palettes that are being told to be open at
startup.
|
Main(PropertyHandler propertyHandler)
Create a new OpenMap framework object - creates a MapPanel, OpenMapFrame,
and brings up the layer palettes that are being told to be open at
startup.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configureMapPanel(PropertyHandler propertyHandler) |
static PropertyHandler |
configurePropertyHandler(java.lang.String propertiesFile)
Given a path to a properties file, try to configure a PropertyHandler
with it.
|
static Main |
create()
Create and return an OpenMap object that uses a standard PropertyHandler
to configure itself.
|
static Main |
create(java.lang.String propertiesFile)
Create and return an OpenMap object that uses a standard PropertyHandler
to configure itself.
|
static void |
main(java.lang.String[] args)
A Main OpenMap application.
|
getMapHandler, getMapPanel, setWindowListenerOnFrame, showInFrame
public Main()
public Main(PropertyHandler propertyHandler)
protected void configureMapPanel(PropertyHandler propertyHandler)
configureMapPanel
in class OpenMap
public static PropertyHandler configurePropertyHandler(java.lang.String propertiesFile)
public static Main create()
OpenMap.getMapHandler()
public static Main create(java.lang.String propertiesFile)
OpenMap.getMapHandler()
public static void main(java.lang.String[] args)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details