public static class AvroSimpleFeature.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroSimpleFeature> implements org.apache.avro.data.RecordBuilder<AvroSimpleFeature>
Modifier and Type | Method and Description |
---|---|
AvroSimpleFeature |
build() |
AvroSimpleFeature.Builder |
clearFeatureType()
Clears the value of the 'featureType' field
|
AvroSimpleFeature.Builder |
clearValue()
Clears the value of the 'value' field
|
AvroFeatureDefinition |
getFeatureType()
Gets the value of the 'featureType' field
|
AvroAttributeValues |
getValue()
Gets the value of the 'value' field
|
boolean |
hasFeatureType()
Checks whether the 'featureType' field has been set
|
boolean |
hasValue()
Checks whether the 'value' field has been set
|
AvroSimpleFeature.Builder |
setFeatureType(AvroFeatureDefinition value)
Sets the value of the 'featureType' field
|
AvroSimpleFeature.Builder |
setValue(AvroAttributeValues value)
Sets the value of the 'value' field
|
public AvroFeatureDefinition getFeatureType()
public AvroSimpleFeature.Builder setFeatureType(AvroFeatureDefinition value)
public boolean hasFeatureType()
public AvroSimpleFeature.Builder clearFeatureType()
public AvroAttributeValues getValue()
public AvroSimpleFeature.Builder setValue(AvroAttributeValues value)
public boolean hasValue()
public AvroSimpleFeature.Builder clearValue()
public AvroSimpleFeature build()
build
in interface org.apache.avro.data.RecordBuilder<AvroSimpleFeature>
Copyright © 2013–2022. All rights reserved.