C# Class AgGateway.ADAPT.ISOv4Plugin.Writers.ShapeWriter

Afficher le fichier Open project: ADAPT/ISOv4Plugin Class Usage Examples

Méthodes publiques

Méthode Description
WriteLine ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.LineString line, string lineType ) : void
WritePolygon ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.MultiPolygon multiPolygon ) : void
WritePolygon ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.Polygon polygon ) : void

Private Methods

Méthode Description
WritePoint ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.Point point, string label ) : void
WriteRing ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.LinearRing ring, bool isExterior ) : void

Method Details

WriteLine() public static méthode

public static WriteLine ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.LineString line, string lineType ) : void
writer System.Xml.XmlWriter
line AgGateway.ADAPT.ApplicationDataModel.Shapes.LineString
lineType string
Résultat void

WritePolygon() public static méthode

public static WritePolygon ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.MultiPolygon multiPolygon ) : void
writer System.Xml.XmlWriter
multiPolygon AgGateway.ADAPT.ApplicationDataModel.Shapes.MultiPolygon
Résultat void

WritePolygon() public static méthode

public static WritePolygon ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Shapes.Polygon polygon ) : void
writer System.Xml.XmlWriter
polygon AgGateway.ADAPT.ApplicationDataModel.Shapes.Polygon
Résultat void