|
DFLib Release 1.0.0
|
Classes | |
| class | arcpyPoint |
| class | arcpyReport |
Variables | |
| DFLib | rc = DFLib.ReportCollection() |
| arcpyPoint | LSfix = arcpyPoint(theSR) |
| arcpyPoint | LSv = LSfix.getXY() |
| arcpyPoint | LSu = LSfix.getUserCoords() |
| arcpyPoint | FCAfix = arcpyPoint(theSR) |
| DFLib | FCA_stddev = DFLib.vectord(2) |
| arcpyPoint | FCAv = FCAfix.getXY() |
| arcpyPoint | FCAu = FCAfix.getUserCoords() |
| arcpyPoint | MLfix = LSfix.Clone() |
| arcpyPoint | MLv = MLfix.getXY() |
| arcpyPoint | MLu = MLfix.getUserCoords() |
This simple Python script is meant to demonstrate how to use the DFLib python bindings with Point and Report classes implemented in Python. You do not have to build the C++ library version of DFLib to use this, only the Python library: python setup.py build_ext --inplace [--swig <path to swig>] This assumes you actually have installed swig, and are set up to compile C++ codes. This should create the DFLib python module.
| DFLib arcpyPoint.FCA_stddev = DFLib.vectord(2) |
| arcpyPoint arcpyPoint.FCAfix = arcpyPoint(theSR) |
| arcpyPoint arcpyPoint.FCAu = FCAfix.getUserCoords() |
| arcpyPoint arcpyPoint.FCAv = FCAfix.getXY() |
| arcpyPoint arcpyPoint.LSfix = arcpyPoint(theSR) |
| arcpyPoint arcpyPoint.LSu = LSfix.getUserCoords() |
| arcpyPoint arcpyPoint.LSv = LSfix.getXY() |
| arcpyPoint arcpyPoint.MLfix = LSfix.Clone() |
| arcpyPoint arcpyPoint.MLu = MLfix.getUserCoords() |
| arcpyPoint arcpyPoint.MLv = MLfix.getXY() |
| DFLib arcpyPoint.rc = DFLib.ReportCollection() |