Show / Hide Table of Contents

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 Source

EnterCircularStringGeometry(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX