Modifier and Type | Method and Description |
---|---|
<T> T |
_TexturedSurface.accept(GeometryFunctor<T> visitor) |
Modifier and Type | Interface and Description |
---|---|
interface |
GMLFunctor<T> |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
AbstractGeometry.accept(GeometryFunctor<T> visitor) |
Modifier and Type | Method and Description |
---|---|
<T> T |
MultiSurface.accept(GeometryFunctor<T> visitor) |
<T> T |
MultiSolid.accept(GeometryFunctor<T> visitor) |
<T> T |
MultiPolygon.accept(GeometryFunctor<T> visitor) |
<T> T |
MultiPoint.accept(GeometryFunctor<T> visitor) |
<T> T |
MultiLineString.accept(GeometryFunctor<T> visitor) |
<T> T |
MultiGeometry.accept(GeometryFunctor<T> visitor) |
<T> T |
MultiCurve.accept(GeometryFunctor<T> visitor) |
Modifier and Type | Method and Description |
---|---|
<T> T |
GeometricComplex.accept(GeometryFunctor<T> visitor) |
<T> T |
CompositeSurface.accept(GeometryFunctor<T> visitor) |
<T> T |
CompositeSolid.accept(GeometryFunctor<T> visitor) |
<T> T |
CompositeCurve.accept(GeometryFunctor<T> visitor) |
Modifier and Type | Method and Description |
---|---|
<T> T |
TriangulatedSurface.accept(GeometryFunctor<T> visitor) |
<T> T |
Tin.accept(GeometryFunctor<T> visitor) |
<T> T |
Surface.accept(GeometryFunctor<T> visitor) |
<T> T |
Solid.accept(GeometryFunctor<T> visitor) |
<T> T |
Ring.accept(GeometryFunctor<T> visitor) |
<T> T |
Polygon.accept(GeometryFunctor<T> visitor) |
<T> T |
Point.accept(GeometryFunctor<T> visitor) |
<T> T |
OrientableSurface.accept(GeometryFunctor<T> visitor) |
<T> T |
OrientableCurve.accept(GeometryFunctor<T> visitor) |
<T> T |
LineString.accept(GeometryFunctor<T> visitor) |
<T> T |
LinearRing.accept(GeometryFunctor<T> visitor) |
<T> T |
Curve.accept(GeometryFunctor<T> visitor) |
Modifier and Type | Method and Description |
---|---|
<T> T |
RectifiedGrid.accept(GeometryFunctor<T> visitor) |
<T> T |
Grid.accept(GeometryFunctor<T> visitor) |
Modifier and Type | Class and Description |
---|---|
class |
GeometryFunctionWalker<T> |
class |
GMLFunctionWalker<T> |