All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstreetmap.atlas.proto.ProtoLineOrBuilder Maven / Gradle / Ivy

There is a newer version: 7.0.8
Show newest version
// 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 
      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 
      getTagsOrBuilderList();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 3;
   */
  org.openstreetmap.atlas.proto.ProtoTagOrBuilder getTagsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy