接口 ProtoFeature.FeatureCollectionOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ProtoFeature
public static interface ProtoFeature.FeatureCollectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.ByteStringgetBytesValues(int index)repeated bytes bytesValues = 7;intgetBytesValuesCount()repeated bytes bytesValues = 7;List<com.google.protobuf.ByteString>getBytesValuesList()repeated bytes bytesValues = 7;doublegetDoubleValues(int index)repeated double doubleValues = 2;intgetDoubleValuesCount()repeated double doubleValues = 2;List<Double>getDoubleValuesList()repeated double doubleValues = 2;floatgetFloatValues(int index)repeated float floatValues = 3;intgetFloatValuesCount()repeated float floatValues = 3;List<Float>getFloatValuesList()repeated float floatValues = 3;ProtoFeature.GeometrygetGeometries(int index)features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象intgetGeometriesCount()features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象List<ProtoFeature.Geometry>getGeometriesList()features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象ProtoFeature.GeometryOrBuildergetGeometriesOrBuilder(int index)features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象List<? extends ProtoFeature.GeometryOrBuilder>getGeometriesOrBuilderList()features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象StringgetKeys(int index)key id、value id对应的具体值com.google.protobuf.ByteStringgetKeysBytes(int index)key id、value id对应的具体值intgetKeysCount()key id、value id对应的具体值List<String>getKeysList()key id、value id对应的具体值ProtoFeature.MapgetPropertiess(int index)repeated .pojo.Map propertiess = 9;intgetPropertiessCount()repeated .pojo.Map propertiess = 9;List<ProtoFeature.Map>getPropertiessList()repeated .pojo.Map propertiess = 9;ProtoFeature.MapOrBuildergetPropertiessOrBuilder(int index)repeated .pojo.Map propertiess = 9;List<? extends ProtoFeature.MapOrBuilder>getPropertiessOrBuilderList()repeated .pojo.Map propertiess = 9;intgetSint32Values(int index)repeated sint32 sint32Values = 4;intgetSint32ValuesCount()repeated sint32 sint32Values = 4;List<Integer>getSint32ValuesList()repeated sint32 sint32Values = 4;longgetSint64Values(int index)repeated sint64 sint64Values = 5;intgetSint64ValuesCount()repeated sint64 sint64Values = 5;List<Long>getSint64ValuesList()repeated sint64 sint64Values = 5;StringgetStringValues(int index)repeated string stringValues = 6;com.google.protobuf.ByteStringgetStringValuesBytes(int index)repeated string stringValues = 6;intgetStringValuesCount()repeated string stringValues = 6;List<String>getStringValuesList()repeated string stringValues = 6;
-
-
-
方法详细资料
-
getKeysList
List<String> getKeysList()
key id、value id对应的具体值
repeated string keys = 1;- 返回:
- A list containing the keys.
-
getKeysCount
int getKeysCount()
key id、value id对应的具体值
repeated string keys = 1;- 返回:
- The count of keys.
-
getKeys
String getKeys(int index)
key id、value id对应的具体值
repeated string keys = 1;- 参数:
index- The index of the element to return.- 返回:
- The keys at the given index.
-
getKeysBytes
com.google.protobuf.ByteString getKeysBytes(int index)
key id、value id对应的具体值
repeated string keys = 1;- 参数:
index- The index of the value to return.- 返回:
- The bytes of the keys at the given index.
-
getDoubleValuesList
List<Double> getDoubleValuesList()
repeated double doubleValues = 2;- 返回:
- A list containing the doubleValues.
-
getDoubleValuesCount
int getDoubleValuesCount()
repeated double doubleValues = 2;- 返回:
- The count of doubleValues.
-
getDoubleValues
double getDoubleValues(int index)
repeated double doubleValues = 2;- 参数:
index- The index of the element to return.- 返回:
- The doubleValues at the given index.
-
getFloatValuesList
List<Float> getFloatValuesList()
repeated float floatValues = 3;- 返回:
- A list containing the floatValues.
-
getFloatValuesCount
int getFloatValuesCount()
repeated float floatValues = 3;- 返回:
- The count of floatValues.
-
getFloatValues
float getFloatValues(int index)
repeated float floatValues = 3;- 参数:
index- The index of the element to return.- 返回:
- The floatValues at the given index.
-
getSint32ValuesList
List<Integer> getSint32ValuesList()
repeated sint32 sint32Values = 4;- 返回:
- A list containing the sint32Values.
-
getSint32ValuesCount
int getSint32ValuesCount()
repeated sint32 sint32Values = 4;- 返回:
- The count of sint32Values.
-
getSint32Values
int getSint32Values(int index)
repeated sint32 sint32Values = 4;- 参数:
index- The index of the element to return.- 返回:
- The sint32Values at the given index.
-
getSint64ValuesList
List<Long> getSint64ValuesList()
repeated sint64 sint64Values = 5;- 返回:
- A list containing the sint64Values.
-
getSint64ValuesCount
int getSint64ValuesCount()
repeated sint64 sint64Values = 5;- 返回:
- The count of sint64Values.
-
getSint64Values
long getSint64Values(int index)
repeated sint64 sint64Values = 5;- 参数:
index- The index of the element to return.- 返回:
- The sint64Values at the given index.
-
getStringValuesList
List<String> getStringValuesList()
repeated string stringValues = 6;- 返回:
- A list containing the stringValues.
-
getStringValuesCount
int getStringValuesCount()
repeated string stringValues = 6;- 返回:
- The count of stringValues.
-
getStringValues
String getStringValues(int index)
repeated string stringValues = 6;- 参数:
index- The index of the element to return.- 返回:
- The stringValues at the given index.
-
getStringValuesBytes
com.google.protobuf.ByteString getStringValuesBytes(int index)
repeated string stringValues = 6;- 参数:
index- The index of the value to return.- 返回:
- The bytes of the stringValues at the given index.
-
getBytesValuesList
List<com.google.protobuf.ByteString> getBytesValuesList()
repeated bytes bytesValues = 7;- 返回:
- A list containing the bytesValues.
-
getBytesValuesCount
int getBytesValuesCount()
repeated bytes bytesValues = 7;- 返回:
- The count of bytesValues.
-
getBytesValues
com.google.protobuf.ByteString getBytesValues(int index)
repeated bytes bytesValues = 7;- 参数:
index- The index of the element to return.- 返回:
- The bytesValues at the given index.
-
getGeometriesList
List<ProtoFeature.Geometry> getGeometriesList()
features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象
repeated .pojo.Geometry geometries = 8;
-
getGeometries
ProtoFeature.Geometry getGeometries(int index)
features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象
repeated .pojo.Geometry geometries = 8;
-
getGeometriesCount
int getGeometriesCount()
features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象
repeated .pojo.Geometry geometries = 8;
-
getGeometriesOrBuilderList
List<? extends ProtoFeature.GeometryOrBuilder> getGeometriesOrBuilderList()
features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象
repeated .pojo.Geometry geometries = 8;
-
getGeometriesOrBuilder
ProtoFeature.GeometryOrBuilder getGeometriesOrBuilder(int index)
features 为了最大限度压缩数据,这里单独列了geometry property,而未使用Feature对象
repeated .pojo.Geometry geometries = 8;
-
getPropertiessList
List<ProtoFeature.Map> getPropertiessList()
repeated .pojo.Map propertiess = 9;
-
getPropertiess
ProtoFeature.Map getPropertiess(int index)
repeated .pojo.Map propertiess = 9;
-
getPropertiessCount
int getPropertiessCount()
repeated .pojo.Map propertiess = 9;
-
getPropertiessOrBuilderList
List<? extends ProtoFeature.MapOrBuilder> getPropertiessOrBuilderList()
repeated .pojo.Map propertiess = 9;
-
getPropertiessOrBuilder
ProtoFeature.MapOrBuilder getPropertiessOrBuilder(int index)
repeated .pojo.Map propertiess = 9;
-
-