接口 ProtoFeature.MultiPolygonOrBuilder

    • 方法详细资料

      • 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.
      • getCoordSeparatorsList

        List<Integer> getCoordSeparatorsList()
        repeated int32 coordSeparators = 4;
        返回:
        A list containing the coordSeparators.
      • getCoordSeparatorsCount

        int getCoordSeparatorsCount()
        repeated int32 coordSeparators = 4;
        返回:
        The count of coordSeparators.
      • getCoordSeparators

        int getCoordSeparators​(int index)
        repeated int32 coordSeparators = 4;
        参数:
        index - The index of the element to return.
        返回:
        The coordSeparators at the given index.
      • getPolygonSeparatorsList

        List<Integer> getPolygonSeparatorsList()
        repeated int32 polygonSeparators = 5;
        返回:
        A list containing the polygonSeparators.
      • getPolygonSeparatorsCount

        int getPolygonSeparatorsCount()
        repeated int32 polygonSeparators = 5;
        返回:
        The count of polygonSeparators.
      • getPolygonSeparators

        int getPolygonSeparators​(int index)
        repeated int32 polygonSeparators = 5;
        参数:
        index - The index of the element to return.
        返回:
        The polygonSeparators at the given index.