public static interface Osmformat.PrimitiveBlockOrBuilder
extends proto4.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDateGranularity()
Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.
|
int |
getGranularity()
Granularity, units of nanodegrees, used to store coordinates in this block
|
long |
getLatOffset()
Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.
|
long |
getLonOffset()
optional int64 lon_offset = 20 [default = 0]; |
Osmformat.PrimitiveGroup |
getPrimitivegroup(int index)
repeated .PrimitiveGroup primitivegroup = 2; |
int |
getPrimitivegroupCount()
repeated .PrimitiveGroup primitivegroup = 2; |
List<Osmformat.PrimitiveGroup> |
getPrimitivegroupList()
repeated .PrimitiveGroup primitivegroup = 2; |
Osmformat.PrimitiveGroupOrBuilder |
getPrimitivegroupOrBuilder(int index)
repeated .PrimitiveGroup primitivegroup = 2; |
List<? extends Osmformat.PrimitiveGroupOrBuilder> |
getPrimitivegroupOrBuilderList()
repeated .PrimitiveGroup primitivegroup = 2; |
Osmformat.StringTable |
getStringtable()
required .StringTable stringtable = 1; |
Osmformat.StringTableOrBuilder |
getStringtableOrBuilder()
required .StringTable stringtable = 1; |
boolean |
hasDateGranularity()
Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.
|
boolean |
hasGranularity()
Granularity, units of nanodegrees, used to store coordinates in this block
|
boolean |
hasLatOffset()
Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.
|
boolean |
hasLonOffset()
optional int64 lon_offset = 20 [default = 0]; |
boolean |
hasStringtable()
required .StringTable stringtable = 1; |
boolean hasStringtable()
required .StringTable stringtable = 1;
Osmformat.StringTable getStringtable()
required .StringTable stringtable = 1;
Osmformat.StringTableOrBuilder getStringtableOrBuilder()
required .StringTable stringtable = 1;
List<Osmformat.PrimitiveGroup> getPrimitivegroupList()
repeated .PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveGroup getPrimitivegroup(int index)
repeated .PrimitiveGroup primitivegroup = 2;
int getPrimitivegroupCount()
repeated .PrimitiveGroup primitivegroup = 2;
List<? extends Osmformat.PrimitiveGroupOrBuilder> getPrimitivegroupOrBuilderList()
repeated .PrimitiveGroup primitivegroup = 2;
Osmformat.PrimitiveGroupOrBuilder getPrimitivegroupOrBuilder(int index)
repeated .PrimitiveGroup primitivegroup = 2;
boolean hasGranularity()
Granularity, units of nanodegrees, used to store coordinates in this block
optional int32 granularity = 17 [default = 100];
int getGranularity()
Granularity, units of nanodegrees, used to store coordinates in this block
optional int32 granularity = 17 [default = 100];
boolean hasLatOffset()
Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.
optional int64 lat_offset = 19 [default = 0];
long getLatOffset()
Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.
optional int64 lat_offset = 19 [default = 0];
boolean hasLonOffset()
optional int64 lon_offset = 20 [default = 0];
long getLonOffset()
optional int64 lon_offset = 20 [default = 0];
boolean hasDateGranularity()
Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.
optional int32 date_granularity = 18 [default = 1000];
int getDateGranularity()
Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.
optional int32 date_granularity = 18 [default = 1000];
Copyright © 2025 The Apache Software Foundation. All rights reserved.