Home
last modified time | relevance | path

Searched refs:MVTTileLayerValue (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvt_tile_test.cpp74 MVTTileLayerValue oValue; in main()
79 MVTTileLayerValue oValue; in main()
84 MVTTileLayerValue oValue; in main()
89 MVTTileLayerValue oValue; in main()
94 MVTTileLayerValue oValue; in main()
99 MVTTileLayerValue oValue; in main()
104 MVTTileLayerValue oValue; in main()
109 MVTTileLayerValue oValue; in main()
114 MVTTileLayerValue oValue; in main()
119 MVTTileLayerValue oValue; in main()
[all …]
H A Dmvt_tile.cpp43 MVTTileLayerValue::MVTTileLayerValue(): m_nUIntValue(0) in MVTTileLayerValue() function in MVTTileLayerValue
47 MVTTileLayerValue::MVTTileLayerValue(const MVTTileLayerValue& oOther) in MVTTileLayerValue() function in MVTTileLayerValue
56 MVTTileLayerValue::~MVTTileLayerValue() in ~MVTTileLayerValue()
65 MVTTileLayerValue& MVTTileLayerValue::operator=( in operator =()
92 bool MVTTileLayerValue::operator <(const MVTTileLayerValue& rhs) const in operator <()
124 void MVTTileLayerValue::unset() in unset()
148 void MVTTileLayerValue::setStringValue(const std::string& osValue) in setStringValue()
173 void MVTTileLayerValue::setValue(double dfVal) in setValue()
205 size_t MVTTileLayerValue::getSize() const in getSize()
234 void MVTTileLayerValue::write(GByte** ppabyData) const in write()
[all …]
H A Dmvt_tile.h75 class MVTTileLayerValue
108 MVTTileLayerValue();
109 ~MVTTileLayerValue();
110 MVTTileLayerValue(const MVTTileLayerValue& oOther);
111 MVTTileLayerValue& operator=(const MVTTileLayerValue& oOther);
113 bool operator <(const MVTTileLayerValue& rhs) const;
269 std::vector<MVTTileLayerValue> m_aoValues;
284 const std::vector<MVTTileLayerValue>& getValues() const in getValues()
302 GUInt32 addValue(const MVTTileLayerValue& oValue) in addValue()
H A Dogrmvtdataset.cpp3213 std::set<MVTTileLayerValue> m_oSetValues;
3214 std::set<MVTTileLayerValue> m_oSetAllValues;
3218 MVTTileLayerValue::ValueType m_eType =
3219 MVTTileLayerValue::ValueType::NONE;
4413 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4435 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4448 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4949 std::map<MVTTileLayerValue, GUInt32> oMapValueToIdx; in EncodeTile()
5150 std::map<MVTTileLayerValue, GUInt32> oMapValueToIdx; in RecodeTileLowerResolution()
5675 MVTTileLayerValue::ValueType::DOUBLE ) in GenerateMetadata()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvt_tile_test.cpp74 MVTTileLayerValue oValue; in main()
79 MVTTileLayerValue oValue; in main()
84 MVTTileLayerValue oValue; in main()
89 MVTTileLayerValue oValue; in main()
94 MVTTileLayerValue oValue; in main()
99 MVTTileLayerValue oValue; in main()
104 MVTTileLayerValue oValue; in main()
109 MVTTileLayerValue oValue; in main()
114 MVTTileLayerValue oValue; in main()
119 MVTTileLayerValue oValue; in main()
[all …]
H A Dmvt_tile.cpp43 MVTTileLayerValue::MVTTileLayerValue(): m_nUIntValue(0) in MVTTileLayerValue() function in MVTTileLayerValue
47 MVTTileLayerValue::MVTTileLayerValue(const MVTTileLayerValue& oOther) in MVTTileLayerValue() function in MVTTileLayerValue
56 MVTTileLayerValue::~MVTTileLayerValue() in ~MVTTileLayerValue()
65 MVTTileLayerValue& MVTTileLayerValue::operator=( in operator =()
92 bool MVTTileLayerValue::operator <(const MVTTileLayerValue& rhs) const in operator <()
124 void MVTTileLayerValue::unset() in unset()
148 void MVTTileLayerValue::setStringValue(const std::string& osValue) in setStringValue()
173 void MVTTileLayerValue::setValue(double dfVal) in setValue()
205 size_t MVTTileLayerValue::getSize() const in getSize()
234 void MVTTileLayerValue::write(GByte** ppabyData) const in write()
[all …]
H A Dmvt_tile.h75 class MVTTileLayerValue
108 MVTTileLayerValue();
109 ~MVTTileLayerValue();
110 MVTTileLayerValue(const MVTTileLayerValue& oOther);
111 MVTTileLayerValue& operator=(const MVTTileLayerValue& oOther);
113 bool operator <(const MVTTileLayerValue& rhs) const;
269 std::vector<MVTTileLayerValue> m_aoValues;
284 const std::vector<MVTTileLayerValue>& getValues() const in getValues()
302 GUInt32 addValue(const MVTTileLayerValue& oValue) in addValue()
H A Dogrmvtdataset.cpp3213 std::set<MVTTileLayerValue> m_oSetValues;
3214 std::set<MVTTileLayerValue> m_oSetAllValues;
3218 MVTTileLayerValue::ValueType m_eType =
3219 MVTTileLayerValue::ValueType::NONE;
4413 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4435 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4448 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4949 std::map<MVTTileLayerValue, GUInt32> oMapValueToIdx; in EncodeTile()
5150 std::map<MVTTileLayerValue, GUInt32> oMapValueToIdx; in RecodeTileLowerResolution()
5675 MVTTileLayerValue::ValueType::DOUBLE ) in GenerateMetadata()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvt_tile_test.cpp74 MVTTileLayerValue oValue; in main()
79 MVTTileLayerValue oValue; in main()
84 MVTTileLayerValue oValue; in main()
89 MVTTileLayerValue oValue; in main()
94 MVTTileLayerValue oValue; in main()
99 MVTTileLayerValue oValue; in main()
104 MVTTileLayerValue oValue; in main()
109 MVTTileLayerValue oValue; in main()
114 MVTTileLayerValue oValue; in main()
119 MVTTileLayerValue oValue; in main()
[all …]
H A Dmvt_tile.cpp43 MVTTileLayerValue::MVTTileLayerValue(): m_nUIntValue(0) in MVTTileLayerValue() function in MVTTileLayerValue
47 MVTTileLayerValue::MVTTileLayerValue(const MVTTileLayerValue& oOther) in MVTTileLayerValue() function in MVTTileLayerValue
56 MVTTileLayerValue::~MVTTileLayerValue() in ~MVTTileLayerValue()
65 MVTTileLayerValue& MVTTileLayerValue::operator=( in operator =()
92 bool MVTTileLayerValue::operator <(const MVTTileLayerValue& rhs) const in operator <()
124 void MVTTileLayerValue::unset() in unset()
148 void MVTTileLayerValue::setStringValue(const std::string& osValue) in setStringValue()
173 void MVTTileLayerValue::setValue(double dfVal) in setValue()
205 size_t MVTTileLayerValue::getSize() const in getSize()
234 void MVTTileLayerValue::write(GByte** ppabyData) const in write()
[all …]
H A Dmvt_tile.h75 class MVTTileLayerValue
108 MVTTileLayerValue();
109 ~MVTTileLayerValue();
110 MVTTileLayerValue(const MVTTileLayerValue& oOther);
111 MVTTileLayerValue& operator=(const MVTTileLayerValue& oOther);
113 bool operator <(const MVTTileLayerValue& rhs) const;
269 std::vector<MVTTileLayerValue> m_aoValues;
284 const std::vector<MVTTileLayerValue>& getValues() const in getValues()
302 GUInt32 addValue(const MVTTileLayerValue& oValue) in addValue()
H A Dogrmvtdataset.cpp3213 std::set<MVTTileLayerValue> m_oSetValues;
3214 std::set<MVTTileLayerValue> m_oSetAllValues;
3218 MVTTileLayerValue::ValueType m_eType =
3219 MVTTileLayerValue::ValueType::NONE;
4413 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4435 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4448 MVTTileLayerValue oUniqVal; in UpdateLayerProperties()
4949 std::map<MVTTileLayerValue, GUInt32> oMapValueToIdx; in EncodeTile()
5150 std::map<MVTTileLayerValue, GUInt32> oMapValueToIdx; in RecodeTileLowerResolution()
5675 MVTTileLayerValue::ValueType::DOUBLE ) in GenerateMetadata()
[all …]