public static interface VectorTile.Tile.FeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getGeometry(int index)
Contains a stream of commands and parameters (vertices).
|
int |
getGeometryCount()
Contains a stream of commands and parameters (vertices).
|
List<Integer> |
getGeometryList()
Contains a stream of commands and parameters (vertices).
|
long |
getId()
optional uint64 id = 1 [default = 0]; |
int |
getTags(int index)
Tags of this feature are encoded as repeated pairs of
integers.
|
int |
getTagsCount()
Tags of this feature are encoded as repeated pairs of
integers.
|
List<Integer> |
getTagsList()
Tags of this feature are encoded as repeated pairs of
integers.
|
VectorTile.Tile.GeomType |
getType()
The type of geometry stored in this feature.
|
boolean |
hasId()
optional uint64 id = 1 [default = 0]; |
boolean |
hasType()
The type of geometry stored in this feature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
optional uint64 id = 1 [default = 0];long getId()
optional uint64 id = 1 [default = 0];List<Integer> getTagsList()
Tags of this feature are encoded as repeated pairs of integers. A detailed description of tags is located in sections 4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];int getTagsCount()
Tags of this feature are encoded as repeated pairs of integers. A detailed description of tags is located in sections 4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];int getTags(int index)
Tags of this feature are encoded as repeated pairs of integers. A detailed description of tags is located in sections 4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];boolean hasType()
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];VectorTile.Tile.GeomType getType()
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];List<Integer> getGeometryList()
Contains a stream of commands and parameters (vertices). A detailed description on geometry encoding is located in section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];int getGeometryCount()
Contains a stream of commands and parameters (vertices). A detailed description on geometry encoding is located in section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];int getGeometry(int index)
Contains a stream of commands and parameters (vertices). A detailed description on geometry encoding is located in section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];Copyright © 2022. All rights reserved.