Jamshid Farifteh

Results 3 issues of Jamshid Farifteh

Set the envelope of one coordinate system to another coordinate system; does not give any warning if the two coordinate systems have different projection (e.g., UTM and LatLon). It would...

FeatureCoverage.addColumn Adding column to an attribute table of feature coverage (e.g., world) using Python (world.addColumn("NewCol", "value"); print "True" if column is added or "False" if not added. it shouldn't print...

The way a new column is added to a FeatureCoverage, using Python is not logical: the column-index is part of the datadefinition instead of a parameter to the addColumn function....