接口 ProtoFeature.MultiPolygonOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ProtoFeature
public static interface ProtoFeature.MultiPolygonOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetCoordSeparators(int index)repeated int32 coordSeparators = 4;intgetCoordSeparatorsCount()repeated int32 coordSeparators = 4;List<Integer>getCoordSeparatorsList()repeated int32 coordSeparators = 4;intgetPolygonSeparators(int index)repeated int32 polygonSeparators = 5;intgetPolygonSeparatorsCount()repeated int32 polygonSeparators = 5;List<Integer>getPolygonSeparatorsList()repeated int32 polygonSeparators = 5;doublegetXs(int index)repeated double xs = 1;intgetXsCount()repeated double xs = 1;List<Double>getXsList()repeated double xs = 1;doublegetYs(int index)repeated double ys = 2;intgetYsCount()repeated double ys = 2;List<Double>getYsList()repeated double ys = 2;doublegetZs(int index)repeated double zs = 3;intgetZsCount()repeated double zs = 3;List<Double>getZsList()repeated double zs = 3;
-
-
-
方法详细资料
-
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.
-
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.
-
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.
-
-