接口 ProtoFeature.LineStringOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      double getXs​(int index)
      repeated double xs = 1;
      int getXsCount()
      repeated double xs = 1;
      List<Double> getXsList()
      repeated double xs = 1;
      double getYs​(int index)
      repeated double ys = 2;
      int getYsCount()
      repeated double ys = 2;
      List<Double> getYsList()
      repeated double ys = 2;
      double getZs​(int index)
      repeated double zs = 3;
      int getZsCount()
      repeated double zs = 3;
      List<Double> getZsList()
      repeated double zs = 3;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getXsList

        List<Double> getXsList()
        repeated double xs = 1;
        返回:
        A list containing the xs.
      • getXsCount

        int getXsCount()
        repeated double xs = 1;
        返回:
        The count of xs.
      • getXs

        double getXs​(int index)
        repeated double xs = 1;
        参数:
        index - The index of the element to return.
        返回:
        The xs at the given index.
      • getYsList

        List<Double> getYsList()
        repeated double ys = 2;
        返回:
        A list containing the ys.
      • getYsCount

        int getYsCount()
        repeated double ys = 2;
        返回:
        The count of ys.
      • getYs

        double getYs​(int index)
        repeated double ys = 2;
        参数:
        index - The index of the element to return.
        返回:
        The ys at the given index.
      • getZsList

        List<Double> getZsList()
        repeated double zs = 3;
        返回:
        A list containing the zs.
      • getZsCount

        int getZsCount()
        repeated double zs = 3;
        返回:
        The count of zs.
      • getZs

        double getZs​(int index)
        repeated double zs = 3;
        参数:
        index - The index of the element to return.
        返回:
        The zs at the given index.