接口 ProtoFeature.PolygonOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ProtoFeature
public static interface ProtoFeature.PolygonOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetSeparators(int index)repeated int32 separators = 4;intgetSeparatorsCount()repeated int32 separators = 4;List<Integer>getSeparatorsList()repeated int32 separators = 4;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.
-
getSeparatorsList
List<Integer> getSeparatorsList()
repeated int32 separators = 4;- 返回:
- A list containing the separators.
-
getSeparatorsCount
int getSeparatorsCount()
repeated int32 separators = 4;- 返回:
- The count of separators.
-
getSeparators
int getSeparators(int index)
repeated int32 separators = 4;- 参数:
index- The index of the element to return.- 返回:
- The separators at the given index.
-
-