- GEO_SCHEME - Static variable in class de.k3b.geo.io.GeoUri
-
- GeoFileRepository<T extends IGeoPointInfo> - Class in de.k3b.geo.io
-
- GeoFileRepository(File, GeoPointDto) - Constructor for class de.k3b.geo.io.GeoFileRepository
-
connect repository to file
- GeoFormatter - Class in de.k3b.geo.io
-
converts between string an geo-component-type.
- GeoFormatter() - Constructor for class de.k3b.geo.io.GeoFormatter
-
- GeoPointDto - Class in de.k3b.geo.api
-
A location or trackpoint that can be displayed in a locationmap.
- GeoPointDto() - Constructor for class de.k3b.geo.api.GeoPointDto
-
- GeoPointDto(double, double, String, String) - Constructor for class de.k3b.geo.api.GeoPointDto
-
- GeoPointDto(double, double, int) - Constructor for class de.k3b.geo.api.GeoPointDto
-
- GeoPointDto(double, double, String, String, String, String, String, int, int, Date) - Constructor for class de.k3b.geo.api.GeoPointDto
-
- GeoPointDto(IGeoPointInfo) - Constructor for class de.k3b.geo.api.GeoPointDto
-
- GeoUri - Class in de.k3b.geo.io
-
- GeoUri(int) - Constructor for class de.k3b.geo.io.GeoUri
-
create wit options from OPT_xxx
- GeoUriDef - Class in de.k3b.geo.io
-
these constants are part of the geo-uri schema geo:lat,lon?
- GeoUriDef() - Constructor for class de.k3b.geo.io.GeoUriDef
-
- GeoXmlOrTextParser<T extends IGeoPointInfo> - Class in de.k3b.geo.io.gpx
-
gets geoItems from text.
- GeoXmlOrTextParser() - Constructor for class de.k3b.geo.io.gpx.GeoXmlOrTextParser
-
- get(GeoPointDto, String) - Method in class de.k3b.geo.io.gpx.GeoXmlOrTextParser
-
- get(String, String, String) - Method in interface de.k3b.util.StringTemplateEngine.IValueResolver
-
- getDebugStackTrace() - Method in class de.k3b.util.StringTemplateEngine
-
- getDescription() - Method in class de.k3b.geo.api.GeoPointDto
-
Detailed descript of the point displayed in popup on long-click .
- getDescription() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional: Detailed description of the point displayed in popup on long-click.
- getErrors() - Method in class de.k3b.util.StringTemplateEngine
-
- getId() - Method in class de.k3b.geo.api.GeoPointDto
-
if not null: a unique id for this item.
- getId() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional: if not null: a unique id for this item.
- getLatitude() - Method in class de.k3b.geo.api.GeoPointDto
-
Latitude, in degrees north.
- getLatitude() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Mandatory: Latitude, in degrees north.
- getLatitude() - Method in interface de.k3b.geo.api.ILocation
-
Get the latitude, in degrees north.
- getLink() - Method in class de.k3b.geo.api.GeoPointDto
-
Optional: if not null: link-url belonging to this item.
- getLink() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional: if not null: link-url belonging to this item.
- getLongitude() - Method in class de.k3b.geo.api.GeoPointDto
-
Longitude, in degrees east.
- getLongitude() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Mandatory: Longitude, in degrees east.
- getLongitude() - Method in interface de.k3b.geo.api.ILocation
-
Get the longitude, in degrees east.
- getName() - Method in class de.k3b.geo.api.GeoPointDto
-
Short non-unique text used as marker label.
- getName() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional: Short non-unique text used as marker label.
- getSymbol() - Method in class de.k3b.geo.api.GeoPointDto
-
Optional: if not null: icon-url belonging to this item.
- getSymbol() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional: if not null: icon-url belonging to this item.
- getTimeOfMeasurement() - Method in class de.k3b.geo.api.GeoPointDto
-
Date when the measurement was taken.
- getTimeOfMeasurement() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional: Date when the measurement was taken.
- getTimeOfMeasurement() - Method in interface de.k3b.geo.api.ILocation
-
Get the date when the measurement was taken.
- getTracks(InputSource) - Method in class de.k3b.geo.io.gpx.GpxReader
-
- getZoomMax() - Method in class de.k3b.geo.api.GeoPointDto
-
filter: this item is only shown if current zoom-level is <= this value.
- getZoomMax() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional in geo data as filter criteria: this item is only shown
if current zoom-level is <= this value.
- getZoomMin() - Method in class de.k3b.geo.api.GeoPointDto
-
filter: this item is only shown if current zoom-level is >= this value.
- getZoomMin() - Method in interface de.k3b.geo.api.IGeoPointInfo
-
Optional:
In show view: navigate map to this zoom level.
- GpxFormatter - Class in de.k3b.geo.io.gpx
-
- GpxFormatter() - Constructor for class de.k3b.geo.io.gpx.GpxFormatter
-
- GpxReader<T extends IGeoPointInfo> - Class in de.k3b.geo.io.gpx
-
- GpxReader(GeoPointDto) - Constructor for class de.k3b.geo.io.gpx.GpxReader
-
Creates a new GpxReader
- GpxReaderBase - Class in de.k3b.geo.io.gpx
-
Parser for xml-geo formats implemented for
- gpx-1.1 http://www.topografix.com/GPX/1/1/ and
- gpx-1.0 http://www.topografix.com/GPX/1/0/ and
- poi (de.k3b.geo internal format compatible with geo-uri format)
- kml-2.2 (a little bit of http://www.opengis.net/kml/2.2).
- GpxReaderBase(IGeoInfoHandler, GeoPointDto) - Constructor for class de.k3b.geo.io.gpx.GpxReaderBase
-