Interface Osmformat.PrimitiveBlockOrBuilder
- 
- All Superinterfaces:
- proto4.MessageLiteOrBuilder,- proto4.MessageOrBuilder
 - All Known Implementing Classes:
- Osmformat.PrimitiveBlock,- Osmformat.PrimitiveBlock.Builder
 - Enclosing class:
- Osmformat
 
 public static interface Osmformat.PrimitiveBlockOrBuilder extends proto4.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDateGranularity()Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.intgetGranularity()Granularity, units of nanodegrees, used to store coordinates in this blocklonggetLatOffset()Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.longgetLonOffset()optional int64 lon_offset = 20 [default = 0];Osmformat.PrimitiveGroupgetPrimitivegroup(int index)repeated .PrimitiveGroup primitivegroup = 2;intgetPrimitivegroupCount()repeated .PrimitiveGroup primitivegroup = 2;List<Osmformat.PrimitiveGroup>getPrimitivegroupList()repeated .PrimitiveGroup primitivegroup = 2;Osmformat.PrimitiveGroupOrBuildergetPrimitivegroupOrBuilder(int index)repeated .PrimitiveGroup primitivegroup = 2;List<? extends Osmformat.PrimitiveGroupOrBuilder>getPrimitivegroupOrBuilderList()repeated .PrimitiveGroup primitivegroup = 2;Osmformat.StringTablegetStringtable()required .StringTable stringtable = 1;Osmformat.StringTableOrBuildergetStringtableOrBuilder()required .StringTable stringtable = 1;booleanhasDateGranularity()Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.booleanhasGranularity()Granularity, units of nanodegrees, used to store coordinates in this blockbooleanhasLatOffset()Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees.booleanhasLonOffset()optional int64 lon_offset = 20 [default = 0];booleanhasStringtable()required .StringTable stringtable = 1;
 
- 
- 
- 
Method Detail- 
hasStringtableboolean hasStringtable() required .StringTable stringtable = 1;- Returns:
- Whether the stringtable field is set.
 
 - 
getStringtableOsmformat.StringTable getStringtable() required .StringTable stringtable = 1;- Returns:
- The stringtable.
 
 - 
getStringtableOrBuilderOsmformat.StringTableOrBuilder getStringtableOrBuilder() required .StringTable stringtable = 1;
 - 
getPrimitivegroupListList<Osmformat.PrimitiveGroup> getPrimitivegroupList() repeated .PrimitiveGroup primitivegroup = 2;
 - 
getPrimitivegroupOsmformat.PrimitiveGroup getPrimitivegroup(int index) repeated .PrimitiveGroup primitivegroup = 2;
 - 
getPrimitivegroupCountint getPrimitivegroupCount() repeated .PrimitiveGroup primitivegroup = 2;
 - 
getPrimitivegroupOrBuilderListList<? extends Osmformat.PrimitiveGroupOrBuilder> getPrimitivegroupOrBuilderList() repeated .PrimitiveGroup primitivegroup = 2;
 - 
getPrimitivegroupOrBuilderOsmformat.PrimitiveGroupOrBuilder getPrimitivegroupOrBuilder(int index) repeated .PrimitiveGroup primitivegroup = 2;
 - 
hasGranularityboolean hasGranularity() Granularity, units of nanodegrees, used to store coordinates in this block optional int32 granularity = 17 [default = 100];- Returns:
- Whether the granularity field is set.
 
 - 
getGranularityint getGranularity() Granularity, units of nanodegrees, used to store coordinates in this block optional int32 granularity = 17 [default = 100];- Returns:
- The granularity.
 
 - 
hasLatOffsetboolean hasLatOffset() Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees. optional int64 lat_offset = 19 [default = 0];- Returns:
- Whether the latOffset field is set.
 
 - 
getLatOffsetlong getLatOffset() Offset value between the output coordinates coordinates and the granularity grid in unites of nanodegrees. optional int64 lat_offset = 19 [default = 0];- Returns:
- The latOffset.
 
 - 
hasLonOffsetboolean hasLonOffset() optional int64 lon_offset = 20 [default = 0];- Returns:
- Whether the lonOffset field is set.
 
 - 
getLonOffsetlong getLonOffset() optional int64 lon_offset = 20 [default = 0];- Returns:
- The lonOffset.
 
 - 
hasDateGranularityboolean hasDateGranularity() Granularity of dates, normally represented in units of milliseconds since the 1970 epoch. optional int32 date_granularity = 18 [default = 1000];- Returns:
- Whether the dateGranularity field is set.
 
 - 
getDateGranularityint getDateGranularity() Granularity of dates, normally represented in units of milliseconds since the 1970 epoch. optional int32 date_granularity = 18 [default = 1000];- Returns:
- The dateGranularity.
 
 
- 
 
-