Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1) Fill in the following blank so that the spatial extent of the environment settings is set to the combined extent of inputs arcpy.env.extent =

1) Fill in the following blank so that the spatial extent of the environment settings is set to the combined extent of inputs

arcpy.env.extent = "[a]"

________________?

2) Fill in the following blanks so that a spatial reference object is created and used in creating a feature class, census.shp, under d:\pgis.

prjfile = r"c:\pgis\data\boundary.prj"

spatialRef = arcpy.______________ (prjfile )

arcpy.CreateFeatureclass_management("________________ ", " _____________ ", "POLYLGON", "", "", "", spatialref)

3) Fill the blank so that the code will check whether there is a flcounties.shp file under d:\data.

arcpy.[a]("d:/data/flcounties.shp")

____________?

4)Which of the following statements about Dessribe() function is correct?

Group of answer choices multiple can be right

A) It can be used to work on different data types, for example, shapefile, raster dataset, Geometric Network and etc.

B)The function always returns a Describe object with multiple properties

C)It can only be used to work on a shapefile

D)It can only be used to work onaraster dataset

5) Fill the blanks with the values of the properties for the Desribe object returned from calling the function: Describe("D:/Data/test.shp")

baseName: _________?

name: _______________?

path: ________?

dataType: ______?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions