Свойство | Type | Description | |
---|---|---|---|
NextId | int |
Méthode | Description | |
---|---|---|
AddLength ( string data ) : string | ||
AddTermAndLength ( string data ) : string | ||
ExportSymbolToBitmap ( string fileName, |
||
GetAreaPlainBoundariesText ( ) : string | ||
GetAreaSymbolizedBoundariesText ( ) : string | ||
GetBitmapsText ( ) : string | ||
GetColorTablesText ( ) : string | ||
GetLinesText ( ) : string | ||
GetPointsPaperChartText ( ) : string | ||
GetPointsSimplifiedText ( ) : string | ||
GetRemarks ( ) : string | ||
GetVectorsText ( ) : string | ||
MergeBitmaps ( string bitmapText ) : void | ||
MergeVectors ( string vectorText ) : void | ||
RleParser ( string rleFilename ) : System | ||
SaveBitmapsToFile ( string fileName ) : void | ||
SaveColorTableToFile ( string fileName, ColorTable table ) : void | ||
SaveColorTablesToFile ( string fileName ) : void | ||
SaveRleToFile ( string fileName, string fileHeader ) : void | ||
SaveSymbolToFile ( string fileName, Symbol symbol ) : void | ||
SaveTextToFile ( string fileName, string txt ) : void | ||
SaveVectorsToFile ( string fileName ) : void | ||
StripLenFromString ( string original ) : string |
Méthode | Description | |
---|---|---|
IsBitmap ( string component ) : bool | ||
IsBitmapPattern ( string component ) : bool | ||
IsBitmapSymbol ( string component ) : bool | ||
IsColorTable ( string component ) : bool | ||
IsLines ( string component ) : bool | ||
IsPaperChart ( string component ) : bool | ||
IsPlainBoundaries ( string component ) : bool | ||
IsSimplified ( string component ) : bool | ||
IsSymbolizedBoundaries ( string component ) : bool | ||
IsVector ( string component ) : bool | ||
IsVectorLine ( string component ) : bool | ||
IsVectorPattern ( string component ) : bool | ||
IsVectorSymbol ( string component ) : bool |
public static AddLength ( string data ) : string | ||
data | string | |
Résultat | string |
public static AddTermAndLength ( string data ) : string | ||
data | string | |
Résultat | string |
public ExportSymbolToBitmap ( string fileName, |
||
fileName | string | |
symbol | ||
imageFormat | ||
Résultat | void |
public GetAreaPlainBoundariesText ( ) : string | ||
Résultat | string |
public GetAreaSymbolizedBoundariesText ( ) : string | ||
Résultat | string |
public GetPointsPaperChartText ( ) : string | ||
Résultat | string |
public GetPointsSimplifiedText ( ) : string | ||
Résultat | string |
public MergeBitmaps ( string bitmapText ) : void | ||
bitmapText | string | |
Résultat | void |
public MergeVectors ( string vectorText ) : void | ||
vectorText | string | |
Résultat | void |
public RleParser ( string rleFilename ) : System | ||
rleFilename | string | |
Résultat | System |
public SaveBitmapsToFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public SaveColorTableToFile ( string fileName, ColorTable table ) : void | ||
fileName | string | |
table | ColorTable | |
Résultat | void |
public SaveColorTablesToFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public SaveRleToFile ( string fileName, string fileHeader ) : void | ||
fileName | string | |
fileHeader | string | |
Résultat | void |
public SaveSymbolToFile ( string fileName, Symbol symbol ) : void | ||
fileName | string | |
symbol | Symbol | |
Résultat | void |
public SaveTextToFile ( string fileName, string txt ) : void | ||
fileName | string | |
txt | string | |
Résultat | void |
public SaveVectorsToFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public static StripLenFromString ( string original ) : string | ||
original | string | |
Résultat | string |