Uses of Class
org.geolatte.geom.Point
-
Packages that use Point Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.builder A DSL to simplify the creation of Geometries.org.geolatte.geom.crs.trans org.geolatte.geom.generator -
-
Uses of Point in org.geolatte.geom
Methods in org.geolatte.geom that return Point Modifier and Type Method Description <Q extends Position>
Point<Q>Point. as(Class<Q> castToType)<P extends C2D,G extends Geometry<P> & Polygonal<P>>
Point<P>JTSGeometryOperations. centroid(G geometry)<P extends C2D,G extends Geometry<P> & Polygonal<P>>
Point<P>ProjectedGeometryOperations. centroid(G geometry)Calculates a centroid for the specifiedGeometry.static <P extends Position>
Point<P>Geometries. mkEmptyPoint(CoordinateReferenceSystem<P> crs)Creates an emptyPointfor a coordinate reference systemstatic <P extends Position>
Point<P>Geometries. mkPoint(P pos, CoordinateReferenceSystem<P> crs)Creates aPointfrom a Position and coordinate reference systemMethods in org.geolatte.geom with parameters of type Point Modifier and Type Method Description static <P extends Position>
MultiPoint<P>Geometries. mkMultiPoint(Point<P>... points)voidGeometryVisitor. visit(Point<P> point)Visits aPointvoidMeasureInterpolatingVisitor. visit(Point<P> point)Method parameters in org.geolatte.geom with type arguments of type Point Modifier and Type Method Description static <P extends Position>
MultiPoint<P>Geometries. mkMultiPoint(List<Point<P>> points)Constructors in org.geolatte.geom with parameters of type Point Constructor Description MultiPoint(Point<P>... points)Constructs aMultiPointfrom the specifiedPointsPoint(Point<P> point) -
Uses of Point in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return Point Modifier and Type Method Description static <P extends Position>
Point<P>DSL. point(CoordinateReferenceSystem<P> crs, P p)Creates aPointMethods in org.geolatte.geom.builder with parameters of type Point Modifier and Type Method Description static <P extends Position>
MultiPoint<P>DSL. multipoint(Point<P> point, Point<P>... points) -
Uses of Point in org.geolatte.geom.crs.trans
Methods in org.geolatte.geom.crs.trans with parameters of type Point Modifier and Type Method Description voidTransformVisitor. visit(Point<P> point) -
Uses of Point in org.geolatte.geom.generator
Methods in org.geolatte.geom.generator that return types with arguments of type Point Modifier and Type Method Description static <P extends Position>
Generator<Point<P>>GeometryGenerators. point(Envelope<P> bbox)static <P extends Position>
Generator<Point<P>>GeometryGenerators. point(Envelope<P> bbox, Random rnd)
-