問題一覧
1
provides a framework and tools for performing analysis and managing geographic data
geoprocessing
2
two primary uses of geoprocessing
automating GIS tasks, analysis and modeling
3
perform specific task or chain together sequences of tools
geoprocessing
4
7 geoprocessing tools
clip, intersect, union, merge, dissolve, buffer, erase
5
extracts a subset of one feature class using one or more of the features in another feature class
clip
6
features or portions of features which overlap in all layers and/or feature classes will be written to the output feature class
intersect
7
used to know the area in common among multiple feature classes
intersect
8
useful when conducting a land use and land cover change analysis across different periods
intersect
9
all features and their attributes will be written to the output feature class
union
10
output feature class will have all features from the input data, including attributes
union
11
combines multiple input feature classes of the same data type into a single, new output feature class
merge
12
tends to aggregate features based on specific attributes
dissolve
13
creates an area specified distance
buffer
14
only those portions of the input features falling outside the boundaries are copied to the output feature class
erase
15
attributes of the original features are preserved in the output feature class
clip
16
useful when your input datasets have different attribute structures
union
17
output feature class will have all features from the input data, including attributes.
union
18
create new polygons if the input feature classes contain overlapping features
union
19
useful when your input feature classes have the same attribute structure
merge
20
output feature class will have the same attribute structure as the input data and contain the features from both feature classes
merge
21
what
clip
22
what
intersect
23
what
union
24
what
merge
25
what
dissolve
26
what
buffer
27
what
erase