C# Класс DeedDrafter.Configuration

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ExtractUnitFromWKT string
GetValue bool
ReadApplication bool
ReadBaseLayer bool
ReadDatabaseInfo bool
ReadDocumentTypes bool
ReadExtent bool
ReadGeometryServer bool
ReadLayerInfo bool
ReadMapSpatialReference bool
ReadOutputSpatialReference bool
ReadParcelEntry bool
ReadSearchLabel void

Открытые методы

Метод Описание
Configuration ( ) : System
IsExtentSet ( ) : bool
ReadConfiguationFile ( string configFile, string &statusMessage ) : bool
SetEntryAngularFormat ( string value ) : void
SetupUnits ( string &distanceUnit, string &areaUnit ) : bool

Приватные методы

Метод Описание
ExtractUnitFromWKT ( string wkt ) : string
GetValue ( XmlAttributeCollection amlAttributes, string nodeName, string &value ) : bool
ReadApplication ( XmlDocument xmlDocument ) : bool
ReadBaseLayer ( XmlDocument xmlDocument, string xmlTag, List &layers ) : bool
ReadDatabaseInfo ( XmlDocument xmlDocument ) : bool
ReadDocumentTypes ( XmlDocument xmlDocument ) : bool
ReadExtent ( XmlDocument xmlDocument ) : bool
ReadGeometryServer ( XmlDocument xmlDocument ) : bool
ReadLayerInfo ( XmlDocument xmlDocument, string xmlTag, List &layers, List &snapLayers, List &displayLayers ) : bool
ReadMapSpatialReference ( XmlDocument xmlDocument, string xmlTag ) : bool
ReadOutputSpatialReference ( XmlDocument xmlDocument, string xmlTag ) : bool
ReadParcelEntry ( XmlDocument xmlDocument ) : bool
ReadSearchLabel ( XmlDocument xmlDocument, string xmlTag, string &value ) : void

Описание методов

Configuration() публичный Метод

public Configuration ( ) : System
Результат System

IsExtentSet() публичный Метод

public IsExtentSet ( ) : bool
Результат bool

ReadConfiguationFile() публичный Метод

public ReadConfiguationFile ( string configFile, string &statusMessage ) : bool
configFile string
statusMessage string
Результат bool

SetEntryAngularFormat() публичный Метод

public SetEntryAngularFormat ( string value ) : void
value string
Результат void

SetupUnits() публичный Метод

public SetupUnits ( string &distanceUnit, string &areaUnit ) : bool
distanceUnit string
areaUnit string
Результат bool