| Package | Description |
|---|---|
| org.locationtech.geowave.cli.osm.types.avro |
| Modifier and Type | Method and Description |
|---|---|
AvroNode.Builder |
AvroNode.Builder.clearCommon()
Clears the value of the 'common' field
|
AvroNode.Builder |
AvroNode.Builder.clearLatitude()
Clears the value of the 'latitude' field
|
AvroNode.Builder |
AvroNode.Builder.clearLongitude()
Clears the value of the 'longitude' field
|
static AvroNode.Builder |
AvroNode.newBuilder()
Creates a new AvroNode RecordBuilder
|
static AvroNode.Builder |
AvroNode.newBuilder(AvroNode.Builder other)
Creates a new AvroNode RecordBuilder by copying an existing Builder
|
static AvroNode.Builder |
AvroNode.newBuilder(AvroNode other)
Creates a new AvroNode RecordBuilder by copying an existing AvroNode instance
|
AvroNode.Builder |
AvroNode.Builder.setCommon(AvroPrimitive value)
Sets the value of the 'common' field
|
AvroNode.Builder |
AvroNode.Builder.setLatitude(double value)
Sets the value of the 'latitude' field
|
AvroNode.Builder |
AvroNode.Builder.setLongitude(double value)
Sets the value of the 'longitude' field
|
| Modifier and Type | Method and Description |
|---|---|
static AvroNode.Builder |
AvroNode.newBuilder(AvroNode.Builder other)
Creates a new AvroNode RecordBuilder by copying an existing Builder
|
Copyright © 2013–2019. All rights reserved.