| Package | Description |
|---|---|
| pt.lsts.neptus.renderer2d | |
| pt.lsts.neptus.types.map | |
| pt.lsts.neptus.util | |
| pt.lsts.neptus.util.csv |
| Modifier and Type | Field and Description |
|---|---|
protected MarkElement |
StateRenderer2D.homeRef |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicElement
This class represents a remote object whose position can change over time and may be forwarding data (from its sensors)
Its similar to a vehicle in the way that it holds a position that varies throughout time but its position is not controlled from within a Neptus console.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedHashMap<java.lang.String,MarkElement> |
MapType.getMarksList() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<MarkElement> |
MarksKMLHandler.importKML(java.net.URL url)
Export the given URL to a list a of MarkElement
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MarksKMLHandler.exportKML(java.lang.String exportPathStr,
java.util.List<MarkElement> marks)
Export the given MarkElements to a KML file
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<MarkElement> |
MarksCSVHandler.importCsv(java.lang.String importPathStr,
java.lang.String del) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MarksCSVHandler.exportCsv(java.lang.String exportPathStr,
java.util.List<MarkElement> marks,
java.lang.String del) |
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.