User Tools

Site Tools


thinkgeo.mapsuite.windowsphonecore.geographiccolors

ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Class –> This class is a convenient way to access a predefined set of geographic colors.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyDeepOcean GeoColor This property returns a DeepOcean GeoColor.
Public PropertyDirt GeoColor This property returns a Dirt GeoColor.
Public PropertyForest GeoColor This property returns a Forest GeoColor.
Public PropertyGrass GeoColor This property returns a Grass GeoColor.
Public PropertyHighway GeoColor This property returns a Highway GeoColor.
Public PropertyIce GeoColor This property returns a Ice GeoColor.
Public PropertyInnerState GeoColor This property returns a Interstate GeoColor.
Public PropertyLake GeoColor This property returns a Lake GeoColor.
Public PropertyLocalRoad GeoColor This property returns a LocalRoad GeoColor.
Public PropertyMajorRoad GeoColor This property returns a MajorRoad GeoColor.
Public PropertyMountains GeoColor This property returns a Mountains GeoColor.
Public PropertyRoad GeoColor This property returns a Road GeoColor.
Public PropertySand GeoColor This property returns a Sand GeoColor.
Public PropertyShallowOcean GeoColor This property returns a ShallowOcean GeoColor.
Public PropertySwamp GeoColor This property returns a Swamp GeoColor.
Public PropertyTundra GeoColor This property returns a Tundra GeoColor.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

DeepOcean

This property returns a DeepOcean GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Dirt

This property returns a Dirt GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Forest

This property returns a Forest GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Grass

This property returns a Grass GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Highway

This property returns a Highway GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Ice

This property returns a Ice GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

InnerState

This property returns a Interstate GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Lake

This property returns a Lake GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

LocalRoad

This property returns a LocalRoad GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

MajorRoad

This property returns a MajorRoad GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Mountains

This property returns a Mountains GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Road

This property returns a Road GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Sand

This property returns a Sand GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

ShallowOcean

This property returns a ShallowOcean GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Swamp

This property returns a Swamp GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Tundra

This property returns a Tundra GeoColor.

Return Value

Return Type
GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographicColors –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.windowsphonecore.geographiccolors.txt · Last modified: 2017/03/16 21:59 (external edit)