Uses of Class
org.locationtech.jts.geom.MultiPoint
-
Packages that use MultiPoint Package Description org.locationtech.jts.geom Contains theGeometryinterface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats.org.locationtech.jts.io.gml2 Classes to read and write the GML2 geometry format.org.locationtech.jts.operation Provides classes for implementing operations on geometriesorg.locationtech.jts.operation.valid Provides classes for testing the validity of geometries.org.locationtech.jtstest.util.io -
-
Uses of MultiPoint in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPoint Modifier and Type Method Description MultiPointMultiPoint. copy()MultiPointGeometryFactory. createMultiPoint()MultiPointGeometryFactory. createMultiPoint(Coordinate[] coordinates)Deprecated.MultiPointGeometryFactory. createMultiPoint(CoordinateSequence coordinates)Creates aMultiPointusing the points in the givenCoordinateSequence.MultiPointGeometryFactory. createMultiPoint(Point[] point)Creates aMultiPointusing the givenPoints.MultiPointGeometryFactory. createMultiPointFromCoords(Coordinate[] coordinates)Creates aMultiPointusing the givenCoordinates.static MultiPoint[]GeometryFactory. toMultiPointArray(java.util.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 MultiPoint Modifier and Type Method Description protected GeometryGeometryTransformer. transformMultiPoint(MultiPoint geom, Geometry parent) -
Uses of MultiPoint in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return MultiPoint Modifier and Type Method Description private MultiPointWKBReader. readMultiPoint()private MultiPointWKTReader. readMultiPointText()Creates aMultiPointusing the next tokens in the stream.Methods in org.locationtech.jts.io with parameters of type MultiPoint Modifier and Type Method Description private voidWKTWriter. appendMultiPointTaggedText(MultiPoint multipoint, int level, java.io.Writer writer)Converts aMultiPointto <MultiPoint Tagged Text> format, then appends it to the writer.private voidWKTWriter. appendMultiPointText(MultiPoint multiPoint, int level, java.io.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 MultiPoint Modifier and Type Method Description private voidGMLWriter. writeMultiPoint(MultiPoint mp, java.io.Writer writer, int level) -
Uses of MultiPoint in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation that return MultiPoint Modifier and Type Method Description private MultiPointBoundaryOp. getEmptyMultiPoint()Methods in org.locationtech.jts.operation with parameters of type MultiPoint Modifier and Type Method Description booleanIsSimpleOp. 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 MultiPoint Modifier and Type Method Description private 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 MultiPoint Modifier and Type Method Description private voidSVGWriter. appendMultiPointTaggedText(MultiPoint multipoint, int level, java.io.Writer writer)Converts aMultiPointto <MultiPoint Tagged Text> format, then appends it to the writer.private voidSVGWriter. appendMultiPointText(MultiPoint multiPoint, int level, java.io.Writer writer)Converts aMultiPointto <MultiPoint Text> format, then appends it to the writer.
-