Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SOC 4650/5650 - Definition Query Example
Search
Christopher Prener
February 17, 2019
Education
1
390
SOC 4650/5650 - Definition Query Example
Workflow for executing definition queries in ArcGIS Pro. Created by Branson Fox.
Christopher Prener
February 17, 2019
Tweet
Share
More Decks by Christopher Prener
See All by Christopher Prener
washu-lec
chrisprener
0
140
slu_ahead.pdf
chrisprener
0
220
fundamental-causes-psych
chrisprener
0
91
fundamental-causes- slu-geriatric
chrisprener
0
160
fundamental-causes-ances
chrisprener
0
430
stitching-across-data-seams-stlc
chrisprener
0
95
fundamental-causes-slu-med
chrisprener
0
74
data-seams-paa
chrisprener
0
150
ami_hospitalizations
chrisprener
0
64
Other Decks in Education
See All in Education
America and the World
oripsolob
0
510
技術文章を書くための執筆技術と実践法(パラグラフライティング)
hisashiishihara
18
6.5k
2025/06/05_読み漁り学習
nag8
0
150
Sponsor the Conference | VizChitra 2025
vizchitra
0
550
アウトプット0のエンジニアが半年でアウトプットしまくった話 With JAWS-UG
masakiokuda
2
320
JOAI2025講評 / joai2025-review
upura
0
170
著作権と授業に関する出前講習会/dme-2025-05-01
gnutar
0
200
ARアプリを活用した防災まち歩きデータ作成ハンズオン
nro2daisuke
0
100
ANS-C01_2回不合格から合格までの道程
amarelo_n24
1
260
データ分析
takenawa
0
6.5k
SkimaTalk Tutorial for Students
skimatalk
0
1.8k
プレゼンテーション実践
takenawa
0
6.4k
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Visualization
eitanlees
146
16k
Done Done
chrislema
184
16k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
The Language of Interfaces
destraynor
158
25k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
GraphQLとの向き合い方2022年版
quramy
49
14k
Bash Introduction
62gerente
613
210k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Transcript
Definition Queries in ArcGIS Pro
When you have data that you would like to filter
by some criteria, you can use a definition query in ArcGIS Pro. It is useful to start by looking at the attribute table.
In this example, we will filter for Schools in the
Zipcode 65101.
Navigate to the definition query tab in properties.
Navigate to the definition query tab in properties.
Click add clause.
Select the variable you want to filter by.
Select the relationship of this field to a value. In
this case, we select “is Equal to”
Select the value you would like the variable to be
equal to in this case.
You can add multiple clauses to the same data, but
for now we’ll just use one. Click ok when you’re finished.
The data are now filtered to match your criteria.
Here is another example using Fire Stations. We will filter
for Fire Stations in Jefferson City.
Navigate to definition query.
Add clause.
“City is Equal to Jefferson City”
Click ok.
The data are now filtered to your criteria.
We’ll go through another example, and explain a common error
that occurs. Imagine you want to filter for Trees after the year 2000.
When you get to the definition query, you may realize
that there is no option for “is Greater Than or Equal to”
The reason for this is because the year variable in
this case is a text value rather than numeric. We will eventually discuss ways to solve this issue.
Here is one more example that shows what a definition
query for numeric data looks like.
In this example, we will filter for Greenways that are
greater than 0 feet wide. (0 likely indicates greenways that haven’t been developed yet)
Navigate to defintion query.
As you will notice, the options for your definition query
are different because these data are numeric.
In this case, we can filter so that the Width
is greater than 0.
And now our data are filtered by our definition query.