The CPP FdoPtr.SetFeatureClassName is a function used in C++ for setting the name of a feature class in FDO (Feature Data Objects). FDO is an open-source spatial data access technology that allows developers to access and manipulate geospatial data from different formats and sources. By using the SetFeatureClassName function, developers can specify the name of a feature class within an FDO data store. This function is helpful in managing and manipulating spatial data within a C++ application.
C++ (Cpp) FdoPtr::SetFeatureClassName - 21 examples found. These are the top rated real world C++ (Cpp) examples of FdoPtr::SetFeatureClassName extracted from open source projects. You can rate examples to help us improve the quality of examples.