Uses of Class
org.locationtech.jts.geom.MultiPoint
Packages that use MultiPoint
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Contains the interfaces for converting JTS objects to and from other formats.
Classes to read and write the GML2 geometry format.
Provides classes for implementing operations on geometries
Provides classes for testing the validity of geometries.
-
Uses of MultiPoint in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPointModifier and TypeMethodDescriptionMultiPoint.copy()GeometryFactory.createMultiPoint()GeometryFactory.createMultiPoint(Coordinate[] coordinates) Deprecated.GeometryFactory.createMultiPoint(CoordinateSequence coordinates) Creates aMultiPointusing the points in the givenCoordinateSequence.GeometryFactory.createMultiPoint(Point[] point) Creates aMultiPointusing the givenPoints.GeometryFactory.createMultiPointFromCoords(Coordinate[] coordinates) Creates aMultiPointusing the givenCoordinates.static MultiPoint[]GeometryFactory.toMultiPointArray(Collection multiPoints) Converts theListto an array. -
Uses of MultiPoint in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiPointModifier and TypeMethodDescriptionprotected GeometryGeometryTransformer.transformMultiPoint(MultiPoint geom, Geometry parent) -
Uses of MultiPoint in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return MultiPointModifier and TypeMethodDescriptionprivate MultiPointWKBReader.readMultiPoint()private MultiPointWKTReader.readMultiPointText()Creates aMultiPointusing the next tokens in the stream.Methods in org.locationtech.jts.io with parameters of type MultiPointModifier and TypeMethodDescriptionprivate voidWKTWriter.appendMultiPointTaggedText(MultiPoint multipoint, int level, Writer writer) Converts aMultiPointto <MultiPoint Tagged Text> format, then appends it to the writer.private voidWKTWriter.appendMultiPointText(MultiPoint multiPoint, int level, Writer writer) Converts aMultiPointto <MultiPoint Text> format, then appends it to the writer. -
Uses of MultiPoint in org.locationtech.jts.io.gml2
Methods in org.locationtech.jts.io.gml2 with parameters of type MultiPointModifier and TypeMethodDescriptionprivate voidGMLWriter.writeMultiPoint(MultiPoint mp, Writer writer, int level) -
Uses of MultiPoint in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation that return MultiPointMethods in org.locationtech.jts.operation with parameters of type MultiPointModifier and TypeMethodDescriptionbooleanIsSimpleOp.isSimple(MultiPoint mp) Deprecated.use isSimple()private booleanIsSimpleOp.isSimpleMultiPoint(MultiPoint mp) -
Uses of MultiPoint in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type MultiPointModifier and TypeMethodDescriptionprivate voidIsValidOp.checkValid(MultiPoint g) Checks validity of a MultiPoint. -
Uses of MultiPoint in org.locationtech.jtstest.util.io
Methods in org.locationtech.jtstest.util.io with parameters of type MultiPointModifier and TypeMethodDescriptionprivate voidSVGWriter.appendMultiPointTaggedText(MultiPoint multipoint, int level, Writer writer) Converts aMultiPointto <MultiPoint Tagged Text> format, then appends it to the writer.private voidSVGWriter.appendMultiPointText(MultiPoint multiPoint, int level, Writer writer) Converts aMultiPointto <MultiPoint Text> format, then appends it to the writer.
GeometryFactory.createMultiPointFromCoords(org.locationtech.jts.geom.Coordinate[])instead