Uses of Interface
org.geolatte.geom.GeometryVisitor
-
Packages that use GeometryVisitor Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.crs.trans -
-
Uses of GeometryVisitor in org.geolatte.geom
Classes in org.geolatte.geom that implement GeometryVisitor Modifier and Type Class Description classMeasureInterpolatingVisitor<P extends C2D & Measured>AGeometryVisitorthat derives aGeometryby interpolating on the measure values of the visitedGeometries.Methods in org.geolatte.geom with parameters of type GeometryVisitor Modifier and Type Method Description voidAbstractGeometryCollection. accept(GeometryVisitor<P> visitor)Accepts theGeometryVisitor, and will pass it to it's constituentGeometries.abstract voidGeometry. accept(GeometryVisitor<P> visitor)Accepts aGeometryVisitor.voidLineString. accept(GeometryVisitor<P> visitor)voidPoint. accept(GeometryVisitor<P> visitor)voidPolygon. accept(GeometryVisitor<P> visitor) -
Uses of GeometryVisitor in org.geolatte.geom.crs.trans
Classes in org.geolatte.geom.crs.trans that implement GeometryVisitor Modifier and Type Class Description classTransformVisitor<P extends Position,Q extends Position>Created by Karel Maesen, Geovise BVBA on 2019-03-27.
-