org.openstreetmap.atlas.proto.ProtoLineOrBuilder 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: Line.proto
package org.openstreetmap.atlas.proto;
public interface ProtoLineOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openstreetmap.atlas.proto.ProtoLine)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional int64 id = 1;
* @return The id.
*/
long getId();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLocation shapePoints = 2;
*/
java.util.List
getShapePointsList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLocation shapePoints = 2;
*/
org.openstreetmap.atlas.proto.ProtoLocation getShapePoints(int index);
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLocation shapePoints = 2;
*/
int getShapePointsCount();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLocation shapePoints = 2;
*/
java.util.List extends org.openstreetmap.atlas.proto.ProtoLocationOrBuilder>
getShapePointsOrBuilderList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLocation shapePoints = 2;
*/
org.openstreetmap.atlas.proto.ProtoLocationOrBuilder getShapePointsOrBuilder(
int index);
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 3;
*/
java.util.List
getTagsList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 3;
*/
org.openstreetmap.atlas.proto.ProtoTag getTags(int index);
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 3;
*/
int getTagsCount();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 3;
*/
java.util.List extends org.openstreetmap.atlas.proto.ProtoTagOrBuilder>
getTagsOrBuilderList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 3;
*/
org.openstreetmap.atlas.proto.ProtoTagOrBuilder getTagsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy