<< Click to Display Table of Contents >>

 

Describe

 

 

取得feature class的描述資料 (如:幾何類型)

Describe (filepath)

參數

說明

參數類型

filepath

feature class的檔案路徑

字串

Describe使用範例

import sgpy

#取得feature class的描述資料

fc =sgpy.Describe("D:/temp/Line2.shp")

#取得幾何類型描述

shptype=fc.shapeType

print shptype

 


©2015 Supergeo Technologies Inc. All rights reserved.