DFLib Release 1.0.0
Classes | Variables
arcpyPoint Namespace Reference

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()
 

Detailed Description

   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.

Variable Documentation

◆ FCA_stddev

DFLib arcpyPoint.FCA_stddev = DFLib.vectord(2)

◆ FCAfix

arcpyPoint arcpyPoint.FCAfix = arcpyPoint(theSR)

◆ FCAu

arcpyPoint arcpyPoint.FCAu = FCAfix.getUserCoords()

◆ FCAv

arcpyPoint arcpyPoint.FCAv = FCAfix.getXY()

◆ LSfix

arcpyPoint arcpyPoint.LSfix = arcpyPoint(theSR)

◆ LSu

arcpyPoint arcpyPoint.LSu = LSfix.getUserCoords()

◆ LSv

arcpyPoint arcpyPoint.LSv = LSfix.getXY()

◆ MLfix

arcpyPoint arcpyPoint.MLfix = LSfix.Clone()

◆ MLu

arcpyPoint arcpyPoint.MLu = MLfix.getUserCoords()

◆ MLv

arcpyPoint arcpyPoint.MLv = MLfix.getXY()

◆ rc

DFLib arcpyPoint.rc = DFLib.ReportCollection()