TinyGeoFeatureLayer¶
Inheritance Hierarchy¶
Object
Layer
FeatureLayer
TinyGeoFeatureLayer
Members Summary¶
Public Constructors Summary¶
Name |
---|
TinyGeoFeatureLayer() |
TinyGeoFeatureLayer(String) |
TinyGeoFeatureLayer(String,String) |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
FetchedCount | Int64 | N/A |
FetchTime | TimeSpan | N/A |
IsOpenCore | Boolean | N/A |
StyleTime | TimeSpan | N/A |
Public Methods Summary¶
Protected Methods Summary¶
Public Events Summary¶
Members Detail¶
Public Constructors¶
Name |
---|
TinyGeoFeatureLayer() |
TinyGeoFeatureLayer(String) |
TinyGeoFeatureLayer(String,String) |
Protected Constructors¶
Public Properties¶
Attribution
¶
Summary
N/A
Remarks
N/A
Return Value
String
Background
¶
Summary
N/A
Remarks
N/A
Return Value
BlueTranslation
¶
Summary
N/A
Remarks
N/A
Return Value
Single
ColorMappings
¶
Summary
N/A
Remarks
N/A
Return Value
DrawingExceptionMode
¶
Summary
N/A
Remarks
N/A
Return Value
DrawingMarginInPixel
¶
Summary
N/A
Remarks
N/A
Return Value
Single
DrawingQuality
¶
Summary
N/A
Remarks
N/A
Return Value
DrawingTime
¶
Summary
N/A
Remarks
N/A
Return Value
TimeSpan
EditTools
¶
Summary
N/A
Remarks
N/A
Return Value
FeatureIdsToExclude
¶
Summary
N/A
Remarks
N/A
Return Value
Collection<String
>
FeatureSource
¶
Summary
N/A
Remarks
N/A
Return Value
GreenTranslation
¶
Summary
N/A
Remarks
N/A
Return Value
Single
HasBoundingBox
¶
Summary
N/A
Remarks
N/A
Return Value
Boolean
IsGrayscale
¶
Summary
N/A
Remarks
N/A
Return Value
Boolean
IsNegative
¶
Summary
N/A
Remarks
N/A
Return Value
Boolean
IsOpen
¶
Summary
N/A
Remarks
N/A
Return Value
Boolean
IsVisible
¶
Summary
N/A
Remarks
N/A
Return Value
Boolean
KeyColors
¶
Summary
N/A
Remarks
N/A
Return Value
Collection<GeoColor
>
MaxRecordsToDraw
¶
Summary
N/A
Remarks
N/A
Return Value
Int32
Name
¶
Summary
N/A
Remarks
N/A
Return Value
String
Password
¶
Summary
This property gets or sets the password of the TinyGeo file.
Remarks
N/A
Return Value
String
Projection
¶
Summary
N/A
Remarks
N/A
Return Value
QueryTools
¶
Summary
N/A
Remarks
N/A
Return Value
RedTranslation
¶
Summary
N/A
Remarks
N/A
Return Value
Single
RequestDrawingInterval
¶
Summary
N/A
Remarks
N/A
Return Value
TimeSpan
ThreadSafe
¶
Summary
N/A
Remarks
N/A
Return Value
TinyGeoPathFilename
¶
Summary
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
String
Transparency
¶
Summary
N/A
Remarks
N/A
Return Value
Single
WrappingExtent
¶
Summary
N/A
Remarks
N/A
Return Value
WrappingMode
¶
Summary
N/A
Remarks
N/A
Return Value
ZoomLevelSet
¶
Summary
N/A
Remarks
N/A
Return Value
Protected Properties¶
FetchedCount
¶
Summary
N/A
Remarks
N/A
Return Value
Int64
FetchTime
¶
Summary
N/A
Remarks
N/A
Return Value
TimeSpan
IsOpenCore
¶
Summary
N/A
Remarks
N/A
Return Value
Boolean
StyleTime
¶
Summary
N/A
Remarks
N/A
Return Value
TimeSpan
Public Methods¶
CloneDeep()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Layer | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Close()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
CreateTinyGeoFile(String,String,GeographyUnit,ReturningColumnsType)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
returningColumnType | ReturningColumnsType | This parameter specifies whether the columns info in shape file will be copied to TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,ReturningColumnsType,Double)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
returningColumnType | ReturningColumnsType | This parameter specifies whether the columns info in shape file will be copied to TinyGeo file. |
precisionInMeter | Double | This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,ReturningColumnsType,String)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
returningColumnType | ReturningColumnsType | This parameter specifies whether the columns info in shape file will be copied to TinyGeo file. |
password | String | This parameter spcifies the password of the target TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,ReturningColumnsType,String,Double)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
returningColumnType | ReturningColumnsType | This parameter specifies whether the columns info in shape file will be copied to TinyGeo file. |
password | String | This parameter spcifies the password of the target TinyGeo file. |
precisionInMeter | Double | This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
columnNames | IEnumerable<String > | This parameter specifies the columns in shape file which will be copied to TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>,Double)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
columnNames | IEnumerable<String > | This parameter specifies the columns in shape file which will be copied to TinyGeo file. |
precisionInMeter | Double | This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>,String)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
columnNames | IEnumerable<String > | This parameter specifies the columns in shape file which will be copied to TinyGeo file. |
password | String | This parameter spcifies the password of the target TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>,String,Double)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
columnNames | IEnumerable<String > | This parameter specifies the columns in shape file which will be copied to TinyGeo file. |
password | String | This parameter spcifies the password of the target TinyGeo file. |
precisionInMeter | Double | This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. |
CreateTinyGeoFile(String,String,GeographyUnit,IEnumerable<String>,String,Double,Encoding)
¶
Summary
Static API to create a new TinyGeo file from an existed shape file.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | This parameter specifies the file name for the target TinyGeo file. |
shapePathFilename | String | This parameter specifies the file name for the existed shape file. |
unitOfData | GeographyUnit | This parameter specifies the Geography Unit of the data. |
columnNames | IEnumerable<String > | This parameter specifies the columns in shape file which will be copied to TinyGeo file. |
password | String | This parameter spcifies the password of the target TinyGeo file. |
precisionInMeter | Double | This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. |
shapeEncoding | Encoding | This parameter specifies the encoding of the existed shape file. |
CreateTinyGeoFile(String,FeatureLayer,GeographyUnit,IEnumerable<String>,String,Double,Encoding,WellKnownType)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tinyGeoPathFilename | String | N/A |
featureLayer | FeatureLayer | N/A |
unitOfData | GeographyUnit | N/A |
columnNames | IEnumerable<String > | N/A |
password | String | N/A |
precisionInMeter | Double | N/A |
shapeEncoding | Encoding | N/A |
type | WellKnownType | N/A |
DecryptTinyGeoFile(String,String,String)
¶
Summary
Decrypt an existed encrypted TinyGeo File and save it as a new TinyGeo File.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
encryptedTinyGeoPathFilename | String | This parameter specifies the file name for the source encrypted TinyGeo file. |
decryptedTinyGeoPathFilename | String | This parameter specifies the file name for the target decrypted TinyGeo file. |
password | String | This parameter specified the password of the source encrypted TinyGeo file. |
Draw(GeoCanvas,Collection<SimpleCandidate>)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
canvas | GeoCanvas | N/A |
labelsInAllLayers | Collection<SimpleCandidate > | N/A |
EncryptTinyGeoFile(String,String,String)
¶
Summary
Encrypt an existed TinyGeo File and save it as a new TinyGeo File.
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
unencryptedTinyGeoPathFilename | String | This parameter specifies the file name for the source unencrypted TinyGeo file. |
encryptedTinyGeoPathFilename | String | This parameter specifies the file name for the target encrypted TinyGeo file. |
password | String | This parameter specified the password of the target encrypted TinyGeo file. |
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetBoundingBox()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
RectangleShape | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetOptimalPrecision(String,GeographyUnit,DistanceUnit,TinyGeoPrecisionMode)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
shapePathFilename | String | N/A |
unitOfData | GeographyUnit | N/A |
returningDistanceUnit | DistanceUnit | N/A |
precisionMode | TinyGeoPrecisionMode | N/A |
GetOptimalPrecision(FeatureLayer,GeographyUnit,DistanceUnit,TinyGeoPrecisionMode)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Double | N/A |
Parameters
Name | Type | Description |
---|---|---|
featureLayer | FeatureLayer | N/A |
unitOfData | GeographyUnit | N/A |
returningDistanceUnit | DistanceUnit | N/A |
precisionMode | TinyGeoPrecisionMode | N/A |
GetTinyGeoFileType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
TinyGeoFileType | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Open()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
RequestDrawing()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
RequestDrawing(RectangleShape)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape | N/A |
RequestDrawing(IEnumerable<RectangleShape>)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape > | N/A |
RequestDrawing(TimeSpan)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan | N/A |
RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
bufferTime | TimeSpan | N/A |
bufferTimeType | RequestDrawingBufferTimeType | N/A |
RequestDrawing(RectangleShape,TimeSpan)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape | N/A |
bufferTime | TimeSpan | N/A |
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
extentToRefresh | RectangleShape | N/A |
bufferTime | TimeSpan | N/A |
bufferTimeType | RequestDrawingBufferTimeType | N/A |
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape > | N/A |
bufferTime | TimeSpan | N/A |
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
extentsToRefresh | IEnumerable<RectangleShape > | N/A |
bufferTime | TimeSpan | N/A |
bufferTimeType | RequestDrawingBufferTimeType | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
CloneDeepCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Layer | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
CloseCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
DrawAttributionCore(GeoCanvas,String)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
canvas | GeoCanvas | N/A |
attribution | String | N/A |
DrawCore(GeoCanvas,Collection<SimpleCandidate>)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
canvas | GeoCanvas | N/A |
labelsInAllLayers | Collection<SimpleCandidate > | N/A |
DrawException(GeoCanvas,Exception)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
canvas | GeoCanvas | N/A |
e | Exception | N/A |
DrawExceptionCore(GeoCanvas,Exception)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
canvas | GeoCanvas | N/A |
e | Exception | N/A |
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetBoundingBoxCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
RectangleShape | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetWrappingFeaturesForDrawing(WrappingWorldDirection,RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<Feature > | N/A |
Parameters
Name | Type | Description |
---|---|---|
wrappingFeatureDirection | WrappingWorldDirection | N/A |
drawingWorldExtent | RectangleShape | N/A |
canvasWidth | Double | N/A |
canvasHeight | Double | N/A |
returningColumnNames | IEnumerable<String > | N/A |
wrappingWorldExtent | RectangleShape | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
OnDrawingAttribution(DrawingAttributionLayerEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
args | DrawingAttributionLayerEventArgs | N/A |
OnDrawingException(DrawingExceptionLayerEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | DrawingExceptionLayerEventArgs | N/A |
OnDrawingFeatures(DrawingFeaturesEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | DrawingFeaturesEventArgs | N/A |
OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | DrawingProgressChangedEventArgs | N/A |
OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | DrawingWrappingFeaturesFeatureLayerEventArgs | N/A |
OnDrawnAttribution(DrawnAttributionLayerEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
args | DrawnAttributionLayerEventArgs | N/A |
OnDrawnException(DrawnExceptionLayerEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | DrawnExceptionLayerEventArgs | N/A |
OnRequestedDrawing(RequestedDrawingLayerEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
eventArgs | RequestedDrawingLayerEventArgs | N/A |
OnRequestingDrawing(RequestingDrawingLayerEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
eventArgs | RequestingDrawingLayerEventArgs | N/A |
OpenCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
SetupTools()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
SetupToolsCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Events¶
StreamLoading¶
N/A
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
DrawingFeatures¶
N/A
Remarks
N/A
Event Arguments
DrawingWrappingFeatures¶
N/A
Remarks
N/A
Event Arguments
DrawingWrappingFeaturesFeatureLayerEventArgs
DrawingProgressChanged¶
N/A
Remarks
N/A
Event Arguments
DrawingProgressChangedEventArgs
DrawingException¶
N/A
Remarks
N/A
Event Arguments
DrawingExceptionLayerEventArgs
DrawnException¶
N/A
Remarks
N/A
Event Arguments
DrawingAttribution¶
N/A
Remarks
N/A
Event Arguments
DrawingAttributionLayerEventArgs
DrawnAttribution¶
N/A
Remarks
N/A
Event Arguments
DrawnAttributionLayerEventArgs
RequestedDrawing¶
N/A
Remarks
N/A
Event Arguments
RequestedDrawingLayerEventArgs
RequestingDrawing¶
N/A
Remarks
N/A
Event Arguments