Interface Common.GeoGeometryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Common.GeoGeometry, Common.GeoGeometry.Builder
Enclosing class:
Common

public static interface Common.GeoGeometryOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getGeometries(int index)
    Geometries associated with the location, where embedded Pose data is with respect to the specified location
    int
    Geometries associated with the location, where embedded Pose data is with respect to the specified location
    Geometries associated with the location, where embedded Pose data is with respect to the specified location
    Location of the geometry
    boolean
    Location of the geometry

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasLocation

      boolean hasLocation()
       Location of the geometry
       
      .viam.common.v1.GeoPoint location = 1 [json_name = "location"];
      Returns:
      Whether the location field is set.
    • getLocation

      Common.GeoPoint getLocation()
       Location of the geometry
       
      .viam.common.v1.GeoPoint location = 1 [json_name = "location"];
      Returns:
      The location.
    • getGeometriesList

      List<Common.Geometry> getGeometriesList()
       Geometries associated with the location, where embedded Pose data is with respect to the specified location
       
      repeated .viam.common.v1.Geometry geometries = 2 [json_name = "geometries"];
    • getGeometries

      Common.Geometry getGeometries(int index)
       Geometries associated with the location, where embedded Pose data is with respect to the specified location
       
      repeated .viam.common.v1.Geometry geometries = 2 [json_name = "geometries"];
    • getGeometriesCount

      int getGeometriesCount()
       Geometries associated with the location, where embedded Pose data is with respect to the specified location
       
      repeated .viam.common.v1.Geometry geometries = 2 [json_name = "geometries"];