Geotools.Net

FlipYFilter Class

The filter flips the Y coordinate.

For a list of all members of this type, see FlipYFilter Members.

System.Object
   FlipYFilter

[Visual Basic]
Public Class FlipYFilter
Implements IGeometryComponentFilter
[C#]
public class FlipYFilter : IGeometryComponentFilter

Remarks

This filter is useful when displaying geometries that are in projected meters and are being displayed using SVG. The origin for SVG is top-left; the origin for projected meters is bottom-left. This resulting in images that are 'upside-down'. This filter flips the Y coordinates to make the image not 'upside-down'.

geometry.GeometryChanged() does not have to be called, since the extents of the geoemtry should remain the same.

Requirements

Namespace: Geotools.Geometries Namespace

Assembly: Geotools.dll

See Also

FlipYFilter Members | Geotools.Geometries Namespace