Interface IwktListener
This interface defines a complete listener for a parse tree produced by wktParser.
Namespace: GCore.Antlr.Grammers.Wkt
Assembly: Wkt.dll
Syntax
public interface IwktListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterCircularStringGeometry(wktParser.CircularStringGeometryContext)
Enter a parse tree produced by circularStringGeometry().
Declaration
void EnterCircularStringGeometry(wktParser.CircularStringGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.CircularStringGeometryContext | context | The parse tree. |
EnterCompoundCurveGeometry(wktParser.CompoundCurveGeometryContext)
Enter a parse tree produced by compoundCurveGeometry().
Declaration
void EnterCompoundCurveGeometry(wktParser.CompoundCurveGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.CompoundCurveGeometryContext | context | The parse tree. |
EnterCurvePolygonGeometry(wktParser.CurvePolygonGeometryContext)
Enter a parse tree produced by curvePolygonGeometry().
Declaration
void EnterCurvePolygonGeometry(wktParser.CurvePolygonGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.CurvePolygonGeometryContext | context | The parse tree. |
EnterGeometry(wktParser.GeometryContext)
Enter a parse tree produced by geometry().
Declaration
void EnterGeometry(wktParser.GeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.GeometryContext | context | The parse tree. |
EnterGeometryCollection(wktParser.GeometryCollectionContext)
Enter a parse tree produced by geometryCollection().
Declaration
void EnterGeometryCollection(wktParser.GeometryCollectionContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.GeometryCollectionContext | context | The parse tree. |
EnterLineString(wktParser.LineStringContext)
Enter a parse tree produced by lineString().
Declaration
void EnterLineString(wktParser.LineStringContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.LineStringContext | context | The parse tree. |
EnterLineStringGeometry(wktParser.LineStringGeometryContext)
Enter a parse tree produced by lineStringGeometry().
Declaration
void EnterLineStringGeometry(wktParser.LineStringGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.LineStringGeometryContext | context | The parse tree. |
EnterMultiCurveGeometry(wktParser.MultiCurveGeometryContext)
Enter a parse tree produced by multiCurveGeometry().
Declaration
void EnterMultiCurveGeometry(wktParser.MultiCurveGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiCurveGeometryContext | context | The parse tree. |
EnterMultiLineStringGeometry(wktParser.MultiLineStringGeometryContext)
Enter a parse tree produced by multiLineStringGeometry().
Declaration
void EnterMultiLineStringGeometry(wktParser.MultiLineStringGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiLineStringGeometryContext | context | The parse tree. |
EnterMultiPointGeometry(wktParser.MultiPointGeometryContext)
Enter a parse tree produced by multiPointGeometry().
Declaration
void EnterMultiPointGeometry(wktParser.MultiPointGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiPointGeometryContext | context | The parse tree. |
EnterMultiPolygonGeometry(wktParser.MultiPolygonGeometryContext)
Enter a parse tree produced by multiPolygonGeometry().
Declaration
void EnterMultiPolygonGeometry(wktParser.MultiPolygonGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiPolygonGeometryContext | context | The parse tree. |
EnterMultiPolyhedralSurfaceGeometry(wktParser.MultiPolyhedralSurfaceGeometryContext)
Enter a parse tree produced by multiPolyhedralSurfaceGeometry().
Declaration
void EnterMultiPolyhedralSurfaceGeometry(wktParser.MultiPolyhedralSurfaceGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiPolyhedralSurfaceGeometryContext | context | The parse tree. |
EnterMultiSurfaceGeometry(wktParser.MultiSurfaceGeometryContext)
Enter a parse tree produced by multiSurfaceGeometry().
Declaration
void EnterMultiSurfaceGeometry(wktParser.MultiSurfaceGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiSurfaceGeometryContext | context | The parse tree. |
EnterMultiTinGeometry(wktParser.MultiTinGeometryContext)
Enter a parse tree produced by multiTinGeometry().
Declaration
void EnterMultiTinGeometry(wktParser.MultiTinGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiTinGeometryContext | context | The parse tree. |
EnterName(wktParser.NameContext)
Enter a parse tree produced by name().
Declaration
void EnterName(wktParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.NameContext | context | The parse tree. |
EnterPoint(wktParser.PointContext)
Enter a parse tree produced by point().
Declaration
void EnterPoint(wktParser.PointContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PointContext | context | The parse tree. |
EnterPointGeometry(wktParser.PointGeometryContext)
Enter a parse tree produced by pointGeometry().
Declaration
void EnterPointGeometry(wktParser.PointGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PointGeometryContext | context | The parse tree. |
EnterPointOrClosedPoint(wktParser.PointOrClosedPointContext)
Enter a parse tree produced by pointOrClosedPoint().
Declaration
void EnterPointOrClosedPoint(wktParser.PointOrClosedPointContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PointOrClosedPointContext | context | The parse tree. |
EnterPolygon(wktParser.PolygonContext)
Enter a parse tree produced by polygon().
Declaration
void EnterPolygon(wktParser.PolygonContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PolygonContext | context | The parse tree. |
EnterPolygonGeometry(wktParser.PolygonGeometryContext)
Enter a parse tree produced by polygonGeometry().
Declaration
void EnterPolygonGeometry(wktParser.PolygonGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PolygonGeometryContext | context | The parse tree. |
ExitCircularStringGeometry(wktParser.CircularStringGeometryContext)
Exit a parse tree produced by circularStringGeometry().
Declaration
void ExitCircularStringGeometry(wktParser.CircularStringGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.CircularStringGeometryContext | context | The parse tree. |
ExitCompoundCurveGeometry(wktParser.CompoundCurveGeometryContext)
Exit a parse tree produced by compoundCurveGeometry().
Declaration
void ExitCompoundCurveGeometry(wktParser.CompoundCurveGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.CompoundCurveGeometryContext | context | The parse tree. |
ExitCurvePolygonGeometry(wktParser.CurvePolygonGeometryContext)
Exit a parse tree produced by curvePolygonGeometry().
Declaration
void ExitCurvePolygonGeometry(wktParser.CurvePolygonGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.CurvePolygonGeometryContext | context | The parse tree. |
ExitGeometry(wktParser.GeometryContext)
Exit a parse tree produced by geometry().
Declaration
void ExitGeometry(wktParser.GeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.GeometryContext | context | The parse tree. |
ExitGeometryCollection(wktParser.GeometryCollectionContext)
Exit a parse tree produced by geometryCollection().
Declaration
void ExitGeometryCollection(wktParser.GeometryCollectionContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.GeometryCollectionContext | context | The parse tree. |
ExitLineString(wktParser.LineStringContext)
Exit a parse tree produced by lineString().
Declaration
void ExitLineString(wktParser.LineStringContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.LineStringContext | context | The parse tree. |
ExitLineStringGeometry(wktParser.LineStringGeometryContext)
Exit a parse tree produced by lineStringGeometry().
Declaration
void ExitLineStringGeometry(wktParser.LineStringGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.LineStringGeometryContext | context | The parse tree. |
ExitMultiCurveGeometry(wktParser.MultiCurveGeometryContext)
Exit a parse tree produced by multiCurveGeometry().
Declaration
void ExitMultiCurveGeometry(wktParser.MultiCurveGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiCurveGeometryContext | context | The parse tree. |
ExitMultiLineStringGeometry(wktParser.MultiLineStringGeometryContext)
Exit a parse tree produced by multiLineStringGeometry().
Declaration
void ExitMultiLineStringGeometry(wktParser.MultiLineStringGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiLineStringGeometryContext | context | The parse tree. |
ExitMultiPointGeometry(wktParser.MultiPointGeometryContext)
Exit a parse tree produced by multiPointGeometry().
Declaration
void ExitMultiPointGeometry(wktParser.MultiPointGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiPointGeometryContext | context | The parse tree. |
ExitMultiPolygonGeometry(wktParser.MultiPolygonGeometryContext)
Exit a parse tree produced by multiPolygonGeometry().
Declaration
void ExitMultiPolygonGeometry(wktParser.MultiPolygonGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiPolygonGeometryContext | context | The parse tree. |
ExitMultiPolyhedralSurfaceGeometry(wktParser.MultiPolyhedralSurfaceGeometryContext)
Exit a parse tree produced by multiPolyhedralSurfaceGeometry().
Declaration
void ExitMultiPolyhedralSurfaceGeometry(wktParser.MultiPolyhedralSurfaceGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiPolyhedralSurfaceGeometryContext | context | The parse tree. |
ExitMultiSurfaceGeometry(wktParser.MultiSurfaceGeometryContext)
Exit a parse tree produced by multiSurfaceGeometry().
Declaration
void ExitMultiSurfaceGeometry(wktParser.MultiSurfaceGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiSurfaceGeometryContext | context | The parse tree. |
ExitMultiTinGeometry(wktParser.MultiTinGeometryContext)
Exit a parse tree produced by multiTinGeometry().
Declaration
void ExitMultiTinGeometry(wktParser.MultiTinGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.MultiTinGeometryContext | context | The parse tree. |
ExitName(wktParser.NameContext)
Exit a parse tree produced by name().
Declaration
void ExitName(wktParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.NameContext | context | The parse tree. |
ExitPoint(wktParser.PointContext)
Exit a parse tree produced by point().
Declaration
void ExitPoint(wktParser.PointContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PointContext | context | The parse tree. |
ExitPointGeometry(wktParser.PointGeometryContext)
Exit a parse tree produced by pointGeometry().
Declaration
void ExitPointGeometry(wktParser.PointGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PointGeometryContext | context | The parse tree. |
ExitPointOrClosedPoint(wktParser.PointOrClosedPointContext)
Exit a parse tree produced by pointOrClosedPoint().
Declaration
void ExitPointOrClosedPoint(wktParser.PointOrClosedPointContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PointOrClosedPointContext | context | The parse tree. |
ExitPolygon(wktParser.PolygonContext)
Exit a parse tree produced by polygon().
Declaration
void ExitPolygon(wktParser.PolygonContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PolygonContext | context | The parse tree. |
ExitPolygonGeometry(wktParser.PolygonGeometryContext)
Exit a parse tree produced by polygonGeometry().
Declaration
void ExitPolygonGeometry(wktParser.PolygonGeometryContext context)
Parameters
Type | Name | Description |
---|---|---|
wktParser.PolygonGeometryContext | context | The parse tree. |