Home
last modified time | relevance | path

Searched refs:TABGeomType (Results 1 – 20 of 20) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab.h1022 TABGeomType m_nMapInfoType;
1052 virtual TABGeomType GetMapInfoType() { return m_nMapInfoType; }; in GetMapInfoType()
1134 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
1291 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
1366 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
1424 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
1485 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
1547 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
1626 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
1715 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = NULL);
[all …]
H A Dmitab_priv.h295 } TABGeomType; typedef
548 TABGeomType m_nType;
558 static TABMAPObjHdr *NewObj(TABGeomType nNewObjType, GInt32 nId=0);
1169 TABGeomType m_nCurObjectType; // TAB_GEOM_UNSET if there is no current object.
1212 TABGeomType GetCurObjectType() { return m_nCurObjectType; } in GetCurObjectType()
1425 TABGeomType m_nCurObjType;
1496 void UpdateMapHeaderInfo(TABGeomType nObjType);
1507 TABGeomType GetCurObjType();
H A Dmitab_feature.cpp810 m_nMapInfoType = (TABGeomType)(m_nMapInfoType - 1); // compr = 1, 4, 7, ... in ValidateCoordType()
825 void TABFeature::ForceCoordTypeAndOrigin(TABGeomType nMapInfoType, GBool bCompr, in ForceCoordTypeAndOrigin()
993 TABGeomType TABPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
1969 TABGeomType TABPolyline::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
2958 TABGeomType TABRegion::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
3941 TABGeomType TABRectangle::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4400 TABGeomType TABEllipse::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4814 TABGeomType TABArc::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
5352 TABGeomType TABText::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
6419 TABGeomType TABMultiPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
[all …]
H A Dmitab_mapfile.cpp1204 m_nCurObjType = (TABGeomType)m_poCurObjBlock->ReadByte(); in MoveToObjId()
1287 void TABMAPFile::UpdateMapHeaderInfo(TABGeomType nObjType) in UpdateMapHeaderInfo()
2477 TABGeomType TABMAPFile::GetCurObjType() in GetCurObjType()
H A Dmitab_mapobjectblock.cpp292 m_nCurObjectType = (TABGeomType)ReadByte(); in AdvanceToNextObject()
795 TABMAPObjHdr *TABMAPObjHdr::NewObj(TABGeomType nNewObjType, GInt32 nId /*=0*/) in NewObj()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab.h989 TABGeomType m_nMapInfoType;
1019 virtual TABGeomType GetMapInfoType() { return m_nMapInfoType; } in GetMapInfoType()
1041 void ForceCoordTypeAndOrigin(TABGeomType nMapInfoType, GBool bCompr,
1101 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1262 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1337 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1394 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1453 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1513 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1593 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
[all …]
H A Dmitab_priv.h149 } TABGeomType; typedef
403 TABGeomType m_nType;
420 static TABMAPObjHdr *NewObj(TABGeomType nNewObjType, GInt32 nId=0);
1129 TABGeomType m_nCurObjectType; // TAB_GEOM_UNSET if there is no current object.
1172 TABGeomType GetCurObjectType() { return m_nCurObjectType; } in GetCurObjectType()
1388 TABGeomType m_nCurObjType;
1467 void UpdateMapHeaderInfo(TABGeomType nObjType);
1478 TABGeomType GetCurObjType();
H A Dmitab_feature.cpp765 m_nMapInfoType = static_cast<TABGeomType>(m_nMapInfoType - 1); // compr = 1, 4, 7, ... in ValidateCoordType()
780 void TABFeature::ForceCoordTypeAndOrigin(TABGeomType nMapInfoType, GBool bCompr, in ForceCoordTypeAndOrigin()
940 TABGeomType TABPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
2005 TABGeomType TABPolyline::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
3022 TABGeomType TABRegion::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4006 TABGeomType TABRectangle::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4465 TABGeomType TABEllipse::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4872 TABGeomType TABArc::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
5406 TABGeomType TABText::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
6475 TABGeomType TABMultiPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
[all …]
H A Dmitab_mapfile.cpp1109 m_nCurObjType = static_cast<TABGeomType>(byVal); in MoveToObjId()
1207 void TABMAPFile::UpdateMapHeaderInfo(TABGeomType nObjType) in UpdateMapHeaderInfo()
2427 TABGeomType TABMAPFile::GetCurObjType() in GetCurObjType()
H A Dmitab_mapobjectblock.cpp243 m_nCurObjectType = static_cast<TABGeomType>(byVal); in AdvanceToNextObject()
757 TABMAPObjHdr *TABMAPObjHdr::NewObj(TABGeomType nNewObjType, GInt32 nId /*=0*/) in NewObj()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab.h989 TABGeomType m_nMapInfoType;
1019 virtual TABGeomType GetMapInfoType() { return m_nMapInfoType; }
1041 void ForceCoordTypeAndOrigin(TABGeomType nMapInfoType, GBool bCompr,
1101 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1262 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1337 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1394 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1453 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1513 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1593 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
[all …]
H A Dmitab_priv.h149 } TABGeomType; in GetUpdate()
403 TABGeomType m_nType;
420 static TABMAPObjHdr *NewObj(TABGeomType nNewObjType, GInt32 nId=0);
1129 TABGeomType m_nCurObjectType; // TAB_GEOM_UNSET if there is no current object.
1172 TABGeomType GetCurObjectType() { return m_nCurObjectType; }
1388 TABGeomType m_nCurObjType;
1467 void UpdateMapHeaderInfo(TABGeomType nObjType);
1478 TABGeomType GetCurObjType();
H A Dmitab_feature.cpp765 m_nMapInfoType = static_cast<TABGeomType>(m_nMapInfoType - 1); // compr = 1, 4, 7, ... in ValidateCoordType()
780 void TABFeature::ForceCoordTypeAndOrigin(TABGeomType nMapInfoType, GBool bCompr, in ForceCoordTypeAndOrigin()
940 TABGeomType TABPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
2005 TABGeomType TABPolyline::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
3022 TABGeomType TABRegion::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4006 TABGeomType TABRectangle::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4465 TABGeomType TABEllipse::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4872 TABGeomType TABArc::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
5406 TABGeomType TABText::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
6475 TABGeomType TABMultiPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
[all …]
H A Dmitab_mapfile.cpp1109 m_nCurObjType = static_cast<TABGeomType>(byVal); in MoveToObjId()
1207 void TABMAPFile::UpdateMapHeaderInfo(TABGeomType nObjType) in UpdateMapHeaderInfo()
2427 TABGeomType TABMAPFile::GetCurObjType() in GetCurObjType()
H A Dmitab_mapobjectblock.cpp243 m_nCurObjectType = static_cast<TABGeomType>(byVal); in AdvanceToNextObject()
757 TABMAPObjHdr *TABMAPObjHdr::NewObj(TABGeomType nNewObjType, GInt32 nId /*=0*/) in NewObj()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab.h989 TABGeomType m_nMapInfoType;
1019 virtual TABGeomType GetMapInfoType() { return m_nMapInfoType; } in GetMapInfoType()
1041 void ForceCoordTypeAndOrigin(TABGeomType nMapInfoType, GBool bCompr,
1101 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1262 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1337 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1394 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1453 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1513 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
1593 virtual TABGeomType ValidateMapInfoType(TABMAPFile *poMapFile = nullptr) override;
[all …]
H A Dmitab_priv.h149 } TABGeomType; typedef
403 TABGeomType m_nType;
420 static TABMAPObjHdr *NewObj(TABGeomType nNewObjType, GInt32 nId=0);
1129 TABGeomType m_nCurObjectType; // TAB_GEOM_UNSET if there is no current object.
1172 TABGeomType GetCurObjectType() { return m_nCurObjectType; } in GetCurObjectType()
1388 TABGeomType m_nCurObjType;
1467 void UpdateMapHeaderInfo(TABGeomType nObjType);
1478 TABGeomType GetCurObjType();
H A Dmitab_feature.cpp765 m_nMapInfoType = static_cast<TABGeomType>(m_nMapInfoType - 1); // compr = 1, 4, 7, ... in ValidateCoordType()
780 void TABFeature::ForceCoordTypeAndOrigin(TABGeomType nMapInfoType, GBool bCompr, in ForceCoordTypeAndOrigin()
940 TABGeomType TABPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
2005 TABGeomType TABPolyline::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
3022 TABGeomType TABRegion::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4006 TABGeomType TABRectangle::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4465 TABGeomType TABEllipse::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
4872 TABGeomType TABArc::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
5406 TABGeomType TABText::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
6475 TABGeomType TABMultiPoint::ValidateMapInfoType(TABMAPFile *poMapFile /*=NULL*/) in ValidateMapInfoType()
[all …]
H A Dmitab_mapfile.cpp1109 m_nCurObjType = static_cast<TABGeomType>(byVal); in MoveToObjId()
1207 void TABMAPFile::UpdateMapHeaderInfo(TABGeomType nObjType) in UpdateMapHeaderInfo()
2427 TABGeomType TABMAPFile::GetCurObjType() in GetCurObjType()
H A Dmitab_mapobjectblock.cpp243 m_nCurObjectType = static_cast<TABGeomType>(byVal); in AdvanceToNextObject()
757 TABMAPObjHdr *TABMAPObjHdr::NewObj(TABGeomType nNewObjType, GInt32 nId /*=0*/) in NewObj()