org.openstreetmap.atlas.proto.ProtoRelationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Relation.proto
package org.openstreetmap.atlas.proto;
public interface ProtoRelationOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openstreetmap.atlas.proto.ProtoRelation)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 id = 1;
*/
boolean hasId();
/**
* optional int64 id = 1;
*/
long getId();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
*/
java.util.List
getTagsList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
*/
org.openstreetmap.atlas.proto.ProtoTag getTags(int index);
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
*/
int getTagsCount();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
*/
java.util.List extends org.openstreetmap.atlas.proto.ProtoTagOrBuilder>
getTagsOrBuilderList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
*/
org.openstreetmap.atlas.proto.ProtoTagOrBuilder getTagsOrBuilder(
int index);
/**
* repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
*/
java.util.List
getBeansList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
*/
org.openstreetmap.atlas.proto.ProtoRelation.RelationBean getBeans(int index);
/**
* repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
*/
int getBeansCount();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
*/
java.util.List extends org.openstreetmap.atlas.proto.ProtoRelation.RelationBeanOrBuilder>
getBeansOrBuilderList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
*/
org.openstreetmap.atlas.proto.ProtoRelation.RelationBeanOrBuilder getBeansOrBuilder(
int index);
}