C# Класс AgGateway.ADAPT.ISOv4Plugin.Writers.GridWriter

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

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

Метод Описание
GridWriter ( TaskDocumentWriter taskWriter ) : System
Write ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription, TreatmentZone treatmentZone ) : void

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

Метод Описание
CreateWriter ( string fileName ) : FileStream
GetCellHeight ( AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription ) : double
GetCellWidth ( AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription ) : double
GetOriginX ( AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription ) : double
GetOriginY ( AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription ) : double
WriteGridDefinition ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription ) : void
WriteGridFile ( AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription, TreatmentZone treatmentZone ) : string

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

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

public GridWriter ( TaskDocumentWriter taskWriter ) : System
taskWriter TaskDocumentWriter
Результат System

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

public Write ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription prescription, TreatmentZone treatmentZone ) : void
writer System.Xml.XmlWriter
prescription AgGateway.ADAPT.ApplicationDataModel.Prescriptions.RasterGridPrescription
treatmentZone AgGateway.ADAPT.ISOv4Plugin.Models.TreatmentZone
Результат void