接口 ProtoFeature.FeatureCollectionOrBuilder

    • 方法详细资料

      • 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;
      • getPropertiessOrBuilder

        ProtoFeature.MapOrBuilder getPropertiessOrBuilder​(int index)
        repeated .pojo.Map propertiess = 9;