Uses of Class
org.locationtech.jts.geom.Point
-
Packages that use Point Package Description org.locationtech.jts.algorithm org.locationtech.jts.geom org.locationtech.jts.geom.util org.locationtech.spatial4j.shape.jts -
-
Uses of Point in org.locationtech.jts.algorithm
Methods in org.locationtech.jts.algorithm that return Point Modifier and Type Method Description static PointInteriorPoint. getInteriorPoint(Geometry geom) -
Uses of Point in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return Point Modifier and Type Method Description protected PointPoint. copyInternal()PointGeometryFactory. createPoint()PointGeometryFactory. createPoint(Coordinate coordinate)Creates a Point using the given Coordinate.PointGeometryFactory. createPoint(CoordinateSequence coordinates)Creates a Point using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty Point.static PointGeometryFactory. createPointFromInternalCoord(Coordinate coord, Geometry exemplar)PointGeometry. getCentroid()Computes the centroid of thisGeometry.PointLineString. getEndPoint()PointGeometry. getInteriorPoint()Computes an interior point of thisGeometry.PointLineString. getPointN(int n)PointLineString. getStartPoint()static Point[]GeometryFactory. toPointArray(Collection points)Converts theListto an array.Methods in org.locationtech.jts.geom with parameters of type Point Modifier and Type Method Description MultiPointGeometryFactory. createMultiPoint(Point[] point)Creates aMultiPointusing the givenPoints.Constructors in org.locationtech.jts.geom with parameters of type Point Constructor Description MultiPoint(Point[] points, GeometryFactory factory)MultiPoint(Point[] points, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory instead -
Uses of Point in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type Point Modifier and Type Method Description protected GeometryGeometryTransformer. transformPoint(Point geom, Geometry parent) -
Uses of Point in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return Point Modifier and Type Method Description PointJtsPoint. getGeom()Constructors in org.locationtech.spatial4j.shape.jts with parameters of type Point Constructor Description JtsPoint(Point pointGeom, JtsSpatialContext ctx)A simple constructor without normalization / validation.
-