Skip navigation links
A B C G H I L N O P S T V 

A

AvroTdrivePoint - Class in org.locationtech.geowave.format.tdrive
 
AvroTdrivePoint() - Constructor for class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Default constructor.
AvroTdrivePoint(Integer, Long, Long, Double, Double) - Constructor for class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
All-args constructor.
AvroTdrivePoint.Builder - Class in org.locationtech.geowave.format.tdrive
RecordBuilder for AvroTdrivePoint instances.

B

build() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
 

C

clearLatitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Clears the value of the 'latitude' field
clearLongitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Clears the value of the 'longitude' field
clearPointinstance() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Clears the value of the 'pointinstance' field
clearTaxiid() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Clears the value of the 'taxiid' field
clearTimestamp() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Clears the value of the 'timestamp' field
createTdrivePointDataType() - Static method in class org.locationtech.geowave.format.tdrive.TdriveUtils
 

G

get(int) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
 
getAvroSchema() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
getClassSchema() - Static method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
 
getFileExtensionFilters() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
getIngestFormatDescription() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestFormat
 
getIngestFormatName() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestFormat
 
getIngestWithAvroPlugin() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
getLatitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Gets the value of the 'latitude' field
getLatitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Gets the value of the 'latitude' field.
getLongitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Gets the value of the 'longitude' field
getLongitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Gets the value of the 'longitude' field.
getPointinstance() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Gets the value of the 'pointinstance' field
getPointinstance() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Gets the value of the 'pointinstance' field.
getRequiredIndices() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
getSchema() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
 
getSupportedIndexTypes() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
getSupportedPersistables() - Method in class org.locationtech.geowave.format.tdrive.TdrivePersistableRegistry
 
getTaxiid() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Gets the value of the 'taxiid' field
getTaxiid() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Gets the value of the 'taxiid' field.
getTimestamp() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Gets the value of the 'timestamp' field
getTimestamp() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Gets the value of the 'timestamp' field.
getTypes() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 

H

hasLatitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Checks whether the 'latitude' field has been set
hasLongitude() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Checks whether the 'longitude' field has been set
hasPointinstance() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Checks whether the 'pointinstance' field has been set
hasTaxiid() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Checks whether the 'taxiid' field has been set
hasTimestamp() - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Checks whether the 'timestamp' field has been set

I

IngestTdrivePointFromHdfs() - Constructor for class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin.IngestTdrivePointFromHdfs
 
IngestTdrivePointFromHdfs(TdriveIngestPlugin) - Constructor for class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin.IngestTdrivePointFromHdfs
 
ingestWithMapper() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
ingestWithReducer() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
init(URL) - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
isUseReducerPreferred() - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 

L

latitude - Variable in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Deprecated.
longitude - Variable in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Deprecated.

N

newBuilder() - Static method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Creates a new AvroTdrivePoint RecordBuilder
newBuilder(AvroTdrivePoint.Builder) - Static method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Creates a new AvroTdrivePoint RecordBuilder by copying an existing Builder
newBuilder(AvroTdrivePoint) - Static method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Creates a new AvroTdrivePoint RecordBuilder by copying an existing AvroTdrivePoint instance
newPluginInstance(IngestFormatOptions) - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestFormat
 

O

org.locationtech.geowave.format.tdrive - package org.locationtech.geowave.format.tdrive
 

P

parseDate(String) - Static method in class org.locationtech.geowave.format.tdrive.TdriveUtils
 
pointinstance - Variable in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Deprecated.
put(int, Object) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
 

S

SCHEMA$ - Static variable in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
 
setLatitude(double) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Sets the value of the 'latitude' field
setLatitude(Double) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Sets the value of the 'latitude' field.
setLongitude(double) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Sets the value of the 'longitude' field
setLongitude(Double) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Sets the value of the 'longitude' field.
setPointinstance(long) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Sets the value of the 'pointinstance' field
setPointinstance(Long) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Sets the value of the 'pointinstance' field.
setTaxiid(int) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Sets the value of the 'taxiid' field
setTaxiid(Integer) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Sets the value of the 'taxiid' field.
setTimestamp(long) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint.Builder
Sets the value of the 'timestamp' field
setTimestamp(Long) - Method in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Sets the value of the 'timestamp' field.
supportsFile(URL) - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 

T

taxiid - Variable in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Deprecated.
TDRIVE_POINT_FEATURE - Static variable in class org.locationtech.geowave.format.tdrive.TdriveUtils
 
TdriveIngestFormat - Class in org.locationtech.geowave.format.tdrive
This represents an ingest format plugin provider for GPX data.
TdriveIngestFormat() - Constructor for class org.locationtech.geowave.format.tdrive.TdriveIngestFormat
 
TdriveIngestPlugin - Class in org.locationtech.geowave.format.tdrive
 
TdriveIngestPlugin() - Constructor for class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
TdriveIngestPlugin.IngestTdrivePointFromHdfs - Class in org.locationtech.geowave.format.tdrive
 
TdrivePersistableRegistry - Class in org.locationtech.geowave.format.tdrive
 
TdrivePersistableRegistry() - Constructor for class org.locationtech.geowave.format.tdrive.TdrivePersistableRegistry
 
TdriveUtils - Class in org.locationtech.geowave.format.tdrive
This is a convenience class for performing common GPX static utility methods such as schema validation, file parsing, and SimpleFeatureType definition.
TdriveUtils() - Constructor for class org.locationtech.geowave.format.tdrive.TdriveUtils
 
timestamp - Variable in class org.locationtech.geowave.format.tdrive.AvroTdrivePoint
Deprecated.
toAvroObjects(URL) - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 
toGeoWaveDataInternal(AvroTdrivePoint, String[]) - Method in class org.locationtech.geowave.format.tdrive.TdriveIngestPlugin
 

V

validate(URL) - Static method in class org.locationtech.geowave.format.tdrive.TdriveUtils
 
A B C G H I L N O P S T V 
Skip navigation links

Copyright © 2013–2021. All rights reserved.