org.openstreetmap.atlas.proto.ProtoPolygonArrayOrBuilder 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"
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ProtoPolygonArray.proto
package org.openstreetmap.atlas.proto;
public interface ProtoPolygonArrayOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openstreetmap.atlas.proto.ProtoPolygonArray)
com.google.protobuf.MessageOrBuilder {
/**
* optional string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* repeated bytes encodings = 2;
* @return A list containing the encodings.
*/
java.util.List getEncodingsList();
/**
* repeated bytes encodings = 2;
* @return The count of encodings.
*/
int getEncodingsCount();
/**
* repeated bytes encodings = 2;
* @param index The index of the element to return.
* @return The encodings at the given index.
*/
com.google.protobuf.ByteString getEncodings(int index);
}