Interface Geojson.PointOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Geojson.Point, Geojson.Point.Builder
    Enclosing class:
    Geojson

    public static interface Geojson.PointOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Geojson.Position getCoordinates()
      required .net.iakovlev.timeshape.proto.Position coordinates = 1;
      Geojson.PositionOrBuilder getCoordinatesOrBuilder()
      required .net.iakovlev.timeshape.proto.Position coordinates = 1;
      boolean hasCoordinates()
      required .net.iakovlev.timeshape.proto.Position coordinates = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCoordinates

        boolean hasCoordinates()
        required .net.iakovlev.timeshape.proto.Position coordinates = 1;
        Returns:
        Whether the coordinates field is set.
      • getCoordinates

        Geojson.Position getCoordinates()
        required .net.iakovlev.timeshape.proto.Position coordinates = 1;
        Returns:
        The coordinates.
      • getCoordinatesOrBuilder

        Geojson.PositionOrBuilder getCoordinatesOrBuilder()
        required .net.iakovlev.timeshape.proto.Position coordinates = 1;