| Modifier and Type | Method and Description |
|---|---|
AvroGpxTrack |
AvroGpxTrack.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.geowave.core.store.ingest.IngestPluginBase<AvroGpxTrack,org.opengis.feature.simple.SimpleFeature> |
GpxIngestPlugin.getIngestWithAvroPlugin() |
IngestWithMapper<AvroGpxTrack,org.opengis.feature.simple.SimpleFeature> |
GpxIngestPlugin.ingestWithMapper() |
IngestWithReducer<AvroGpxTrack,?,?,org.opengis.feature.simple.SimpleFeature> |
GpxIngestPlugin.ingestWithReducer() |
protected AbstractSimpleFeatureIngestPlugin<AvroGpxTrack> |
GpxIngestFormat.newPluginInstance(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) |
static Map<Long,AvroGpxTrack> |
GpxUtils.parseOsmMetadata(URL metadataFile) |
org.locationtech.geowave.core.store.CloseableIterator<AvroGpxTrack> |
GpxIngestPlugin.toAvroObjects(URL input) |
| Modifier and Type | Method and Description |
|---|---|
static AvroGpxTrack.Builder |
AvroGpxTrack.newBuilder(AvroGpxTrack other)
Creates a new AvroGpxTrack RecordBuilder by copying an existing AvroGpxTrack instance
|
protected org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.ingest.GeoWaveData<org.opengis.feature.simple.SimpleFeature>> |
GpxIngestPlugin.toGeoWaveDataInternal(AvroGpxTrack gpxTrack,
String[] indexNames,
String globalVisibility) |
Copyright © 2013–2019. All rights reserved.