| Package | Description |
|---|---|
| org.locationtech.geowave.cli.osm.types.avro |
| Modifier and Type | Field and Description |
|---|---|
AvroPrimitive |
AvroNode.common
Deprecated.
|
AvroPrimitive |
AvroWay.common
Deprecated.
|
AvroPrimitive |
AvroRelation.common
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AvroPrimitive |
AvroPrimitive.Builder.build() |
AvroPrimitive |
AvroNode.getCommon()
Gets the value of the 'common' field.
|
AvroPrimitive |
AvroNode.Builder.getCommon()
Gets the value of the 'common' field
|
AvroPrimitive |
AvroWay.getCommon()
Gets the value of the 'common' field.
|
AvroPrimitive |
AvroWay.Builder.getCommon()
Gets the value of the 'common' field
|
AvroPrimitive |
AvroRelation.getCommon()
Gets the value of the 'common' field.
|
AvroPrimitive |
AvroRelation.Builder.getCommon()
Gets the value of the 'common' field
|
| Modifier and Type | Method and Description |
|---|---|
static AvroPrimitive.Builder |
AvroPrimitive.newBuilder(AvroPrimitive other)
Creates a new AvroPrimitive RecordBuilder by copying an existing AvroPrimitive instance
|
void |
AvroNode.setCommon(AvroPrimitive value)
Sets the value of the 'common' field.
|
AvroNode.Builder |
AvroNode.Builder.setCommon(AvroPrimitive value)
Sets the value of the 'common' field
|
void |
AvroWay.setCommon(AvroPrimitive value)
Sets the value of the 'common' field.
|
AvroWay.Builder |
AvroWay.Builder.setCommon(AvroPrimitive value)
Sets the value of the 'common' field
|
void |
AvroRelation.setCommon(AvroPrimitive value)
Sets the value of the 'common' field.
|
AvroRelation.Builder |
AvroRelation.Builder.setCommon(AvroPrimitive value)
Sets the value of the 'common' field
|
| Constructor and Description |
|---|
AvroNode(AvroPrimitive common,
Double latitude,
Double longitude)
All-args constructor.
|
AvroRelation(AvroPrimitive common,
List<AvroRelationMember> members)
All-args constructor.
|
AvroWay(AvroPrimitive common,
List<Long> nodes)
All-args constructor.
|
Copyright © 2013–2019. All rights reserved.