Uses of Class
org.geolatte.geom.AbstractGeometryCollection
-
Packages that use AbstractGeometryCollection Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.crs.trans -
-
Uses of AbstractGeometryCollection in org.geolatte.geom
Subclasses of AbstractGeometryCollection in org.geolatte.geom Modifier and Type Class Description classGeometryCollection<P extends Position>Created by Karel Maesen, Geovise BVBA on 2019-07-29.classMultiLineString<P extends Position>AGeometryCollectionofLineStrings.classMultiPoint<P extends Position>AGeometryCollectionofPoints.classMultiPolygon<P extends Position>AGeometryCollectionofPolygons.Methods in org.geolatte.geom with parameters of type AbstractGeometryCollection Modifier and Type Method Description default <G extends Geometry<P>>
voidGeometryVisitor. endVisit(AbstractGeometryCollection<P,G> collection)<G extends Geometry<P>>
voidGeometryVisitor. visit(AbstractGeometryCollection<P,G> collection)Visits aGeometryCollection.voidMeasureInterpolatingVisitor. visit(AbstractGeometryCollection collection) -
Uses of AbstractGeometryCollection in org.geolatte.geom.crs.trans
Methods in org.geolatte.geom.crs.trans with parameters of type AbstractGeometryCollection Modifier and Type Method Description <G extends Geometry<P>>
voidTransformVisitor. endVisit(AbstractGeometryCollection<P,G> collection)<G extends Geometry<P>>
voidTransformVisitor. visit(AbstractGeometryCollection<P,G> collection)
-