C# Class AgGateway.ADAPT.ISOv4Plugin.ExportMappers.PolygonMapper

Inheritance: IPolygonMapper
Show file Open project: ADAPT/ISOv4Plugin

Public Methods

Method Description
ConvertPolygonType ( BoundaryType polygonType ) : PLNA
Map ( AgGateway.ADAPT.ApplicationDataModel.Shapes.MultiPolygon polygon, BoundaryType type, string name ) : PLN

Private Methods

Method Description
Map ( AgGateway.ADAPT.ApplicationDataModel.Shapes.LinearRing ring, LSGA ringType ) : IEnumerable
Map ( Point coordinate ) : PNT

Method Details

ConvertPolygonType() public method

public ConvertPolygonType ( BoundaryType polygonType ) : PLNA
polygonType BoundaryType
return PLNA

Map() public method

public Map ( AgGateway.ADAPT.ApplicationDataModel.Shapes.MultiPolygon polygon, BoundaryType type, string name ) : PLN
polygon AgGateway.ADAPT.ApplicationDataModel.Shapes.MultiPolygon
type BoundaryType
name string
return AgGateway.ADAPT.ISOv4Plugin.Models.PLN