Table of Contents

ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer

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.

This class represents a FeatureLayer of TinyGeo File by ThinkGeo.

Inheritance Hierarchy

Members Summary

Public Constructors

TinyGeoFeatureLayer()

This is the class constructor.

Remarks

None

Parameters

TinyGeoFeatureLayer(String)

This is the class constructor.

Remarks

None

Parameters

Protected Constructors

Public Methods

Open()

N/A

Remarks

N/A

Return Value
Parameters

Close()

N/A

Remarks

N/A

Return Value
Parameters

GetBoundingBox()

N/A

Remarks

N/A

Return Value
Parameters

Draw(GeoCanvas,Collection<SimpleCandidate>)

N/A

Remarks

N/A

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

CreateTinyGeoFile(String,String,GeographyUnit,ReturningColumnsType)

Static API to create a new TinyGeo file from an existed shape file.

Remarks

N/A

Return Value
Parameters

CreateTinyGeoFile(String,String,GeographyUnit,ReturningColumnsType,Double)

Static API to create a new TinyGeo file from an existed shape file.

Remarks

N/A

Return Value
Parameters

CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>)

Static API to create a new TinyGeo file from an existed shape file.

Remarks

N/A

Return Value
Parameters

CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>,Double)

Static API to create a new TinyGeo file from an existed shape file.

Remarks

N/A

Return Value
Parameters

CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>,Double,Encoding)

Static API to create a new TinyGeo file from an existed shape file.

Remarks

N/A

Return Value
Parameters

GetOptimalPrecision(String,GeographyUnit,DistanceUnit,TinyGeoPrecisionMode)

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

OnDrawingFeatures(DrawingFeaturesEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

SetupTools()

N/A

Remarks

N/A

Return Value
Parameters

SetupToolsCore()

N/A

Remarks

N/A

Return Value
Parameters

OpenCore()

N/A

Remarks

N/A

Return Value
Parameters

CloseCore()

N/A

Remarks

N/A

Return Value
Parameters

GetBoundingBoxCore()

N/A

Remarks

N/A

Return Value
Parameters

DrawCore(GeoCanvas,Collection<SimpleCandidate>)

N/A

Remarks

N/A

Return Value
Parameters

DrawException(GeoCanvas,Exception)

N/A

Remarks

N/A

Return Value
Parameters

DrawExceptionCore(GeoCanvas,Exception)

N/A

Remarks

N/A

Return Value
Parameters

OnDrawingProgressChanged(DrawingProgressChangedEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

HasBoundingBox

N/A

Remarks

N/A

Return Value

TinyGeoPathFileName

This property returns the path and file of the TinyGeo file you want to use.

Remarks

When you specify the path and file name it should be in the correct format as such however the file does not need to exists on the file system. This is to allow us to accept streams supplied by the developer at runtime. If you choose to provide a file that exists then we will attempt to use it. If we cannot find it then we will raise the SteamLoading event and allow you to supply the stream. For example you can pass in “C:\NotARealPath\File1.tgeo” which does not exists on the file system. When we raise the event for you to supply a stream we will pass to you the path and file name for you to differentiate the files.

Return Value

WrappingExtent

N/A

Remarks

N/A

Return Value

WrappingMode

N/A

Remarks

N/A

Return Value

EditTools

N/A

Remarks

N/A

Return Value

FeatureIdsToExclude

N/A

Remarks

N/A

Return Value

QueryTools

N/A

Remarks

N/A

Return Value

FeatureSource

N/A

Remarks

N/A

Return Value

ZoomLevelSet

N/A

Remarks

N/A

Return Value

DrawingMarginPercentage

N/A

Remarks

N/A

Return Value

IsOpen

N/A

Remarks

N/A

Return Value

DrawingTime

N/A

Remarks

N/A

Return Value

Name

N/A

Remarks

N/A

Return Value

IsVisible

N/A

Remarks

N/A

Return Value

DrawingExceptionMode

N/A

Remarks

N/A

Return Value

Protected Properties

IsOpenCore

N/A

Remarks

N/A

Return Value

Public Events

StreamLoading This event allows you to pass in your own stream to represent the files.

Remarks

If you choose you can pass in your own stream to represent the file. The stream can come from a variety of places such as isolated storage, a compressed file, and encrypted stream. When the Image is finished with the stream it will dispose of it so be sure to keep this in mind when passing the stream in. If you do not pass in a alternate stream the class will attempt to load the file from the file system using the TinyGeoPathFileName property.

Event Arguments:StreamLoadingEventArgs

DrawingFeatures N/A

Remarks

N/A

Event Arguments:DrawingFeaturesEventArgs

DrawingWrappingFeatures N/A

Remarks

N/A

Event Arguments:DrawingWrappingFeaturesFeatureLayerEventArgs

DrawingProgressChanged N/A

Remarks

N/A

Event Arguments:DrawingProgressChangedEventArgs