Uses of Class
com.vividsolutions.jts.geom.Point
-
Packages that use Point Package Description com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes.com.vividsolutions.jts.geom.util Provides classes that parse and modify Geometry objects. -
-
Uses of Point in com.vividsolutions.jts.geom
Methods in com.vividsolutions.jts.geom that return Point Modifier and Type Method Description 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(java.util.Collection points)Converts theListto an array.Methods in com.vividsolutions.jts.geom with parameters of type Point Modifier and Type Method Description MultiPointGeometryFactory. createMultiPoint(Point[] point)Creates aMultiPointusing the givenPoints.Constructors in com.vividsolutions.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 com.vividsolutions.jts.geom.util
Methods in com.vividsolutions.jts.geom.util with parameters of type Point Modifier and Type Method Description protected GeometryGeometryTransformer. transformPoint(Point geom, Geometry parent)
-