Pre-configured marker symbols


Summary
This topic shows the pre-configured marker symbols that are provided by default in ArcGIS Explorer. These symbols can be accessed from the Symbol.Marker class in the ESRI.ArcGISExplorer.Mapping namespace.

In this topic


About pre-configured marker symbols

ArcGIS Explorer provides a wide range of pre-configured marker symbols for symbolizing point data. These symbols are categorized into themes, which are shown in this topic. 
You can create a Symbol object representing of any of these pre-configured marker symbols by using the nested type initializers on the Symbol class. For example, to create a Bell symbol, which is part of the Civic category, use the following code example:
[C#]
Symbol bell = Symbol.Marker.Civic.Bell;
[VB.NET]
Dim bell As Symbol = Symbol.Marker.Civic.Bell

Civic

The following table shows the pre-configured Civic marker symbols:
Symbol
Description
Symbol
Description
ATM
Horn
Bank
Housing
Bell
MailPost
Cemetery
Office
City
Radioactive
Clue
School
Crowd
StarsStripes
GhostTown
 
 

Flag

The following table shows the pre-configured Flag marker symbols:
Symbol
Description
Symbol
Description
 
CheckeredFlag
 
WhiteFlag
GreenFlag
YellowFlag
RedFlag
 
 

Health

The following table shows the pre-configured Health marker symbols:
Symbol
Description
Symbol
Description
AidStation
Health
Ambulance
Hospital
Doctor
Pharmacy

Marine

The following table shows the pre-configured Marine marker symbols:
Symbol
Description
Symbol
Description
AmberBeacon
RedBeacon
BlackBeacon
RedDiamondDaymark
BlueBeacon
RedGreenBeacon
BoatsKeepOut
RedSquareDaymark
ControlledArea
RedTriangleDaymark
Danger
RedWhiteBeacon
DiverDown
SkullandCrossbones
GreenBeacon
UnderwaterOperations
GreenDiamondDaymark
VioletBeacon
GreenRedBeacon
WhiteBeacon
GreenSquareDaymark
WhiteDiamondDaymark
GreenWhiteBeacon
WhiteGreenBeacon
OrangeBeacon
WhiteRedBeacon
PersonOverboard
Wreck
RadioBeacon
 
 

Placemark

The following table shows the pre-configured Placemark marker symbols:
Symbol
Description
Symbol
Description
ArrowYellow
Populated3
Capital1
Populated4
Capital2
Populated5
CircleX
Populated6
CrossHair
Populated7
Populated1
Star
Populated2
 
 

Points of Interest

The following table shows the pre-configured Points of Interest marker symbols:
Symbol
Description
Symbol
Description
AmusementPark
Mine
Bar
MovieTheater
Camera
Museum
CameraWeb
News
CellPhone
Note
Coffee
OilWell
Dam
Pizza
DepartmentStore
Pub
Dining
Question
DrinkingWater
RealEstate
FastFood
Reservoir
FitnessCenter
Restroom
Forest
Shopping
Globe
Shower
Information
Stadium
InformationQuestion
TowerShort
Landline
TowerTall
Light
Zoo
LiveShow
 
 

Public Safety

The following table shows the pre-configured Public Safety marker symbols:
Symbol
Description
Symbol
Description
Burglary
Police
FireFighter
PoliceCar
FireStation
PoliceOfficer
FireTruck
PoliceStation
Homicide
Theft

Pushpin

The following table shows the pre-configured Pushpin marker symbols:
Symbol
Description
Symbol
Description
BlackPushpin
PinkPushpin
BluePushpin
PurplePushpin
BrownPushpin
RedPushpin
GrayPushpin
SpringGreenPushpin
GreenPushpin
WhitePushpin
LightBluePushpin
YellowPushpin
OrangePushpin
 
 

Recreation

The following table shows the pre-configured Recreation marker symbols:
Symbol
Description
Symbol
Description
Beach
Hiking
BoatLaunch
Mountain
Bowling
Park
Camping
RestArea
Deer
RVPark
Fishing
SkyDiving
Geocache
Sports
GeocacheFound
Swimming
Gliding
TrackBack
Golf
WaterSkiing

Sphere

The following table shows the pre-configured Sphere marker symbols:
Symbol
Description
Symbol
Description
BlueSphere
PurpleSphere
GreenSphere
RedSphere
OrangeSphere
YellowSphere

Square

The following table shows the pre-configured Square marker symbols:
Symbol
Description
Symbol
Description
BlackWaypoint
WhiteWaypoint
BlueWaypoint
 
 

Stickpin

The following table shows the pre-configured Stickpin marker symbols:
Symbol
Description
Symbol
Description
BlackStickpin
PinkStickpin
BlueStickpin
PurpleStickpin
BrownStickpin
RedStickpin
GrayStickpin
SpringGreenStickpin
GreenStickpin
WhiteStickpin
LightBlueStickpin
YellowStickpin
OrangeStickpin
 
 

Transportation

The following table shows the pre-configured Transportation marker symbols:
Symbol
Description
Symbol
Description
Airplane
MileMarker
AirStrip
MountainPass
Breakdown
Overpass
Bus
Parking
CarGreenBack
PrivateField
CarGreenFront
RoadClosure
CarRedBack
RoadWork
CarRedFront
Sailing
CarRental
Scales
CarRepair
Seaplane
CarYellowBack
Tank
CarYellowFront
Toll
ConvenienceStore
TrafficAccident
Crossing
Tunnel
Fuel
Ultralight
HelicopterGreen
WarningRed
HelicopterRed
WarningYellow
HelicopterYellow
YellowSemiTractor
Landingpad
 
 
Lodging
 
 

Weather

The following table shows the pre-configured Weather marker symbols:
Symbol
Description
Symbol
Description
Cloudy
Rain
HeatAdvisory
Snow
Lightning
Sunny
PartlySunny
 
 


See Also:

Symbol.Marker class