Uses of Class
org.locationtech.jts.geom.GeometryCollection
Packages that use GeometryCollection
Package
Description
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Classes to perform conversions from Java2D shape objects.
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Contains classes that implement topology graphs.
Contains the interfaces for converting JTS objects to and from other formats.
Classes to read and write the GML2 geometry format.
Provides classes for computing buffers of geometries
Provides classes for testing the validity of geometries.
-
Uses of GeometryCollection in org.locationtech.jts.algorithm
Methods in org.locationtech.jts.algorithm with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate Geometry
InteriorPointArea.widestGeometry
(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.awt
Methods in org.locationtech.jts.awt with parameters of type GeometryCollection -
Uses of GeometryCollection in org.locationtech.jts.geom
Subclasses of GeometryCollection in org.locationtech.jts.geomModifier and TypeClassDescriptionclass
Models a collection ofLineString
s.class
Models a collection ofPoint
s.class
Models a collection ofPolygon
s.Methods in org.locationtech.jts.geom that return GeometryCollectionModifier and TypeMethodDescriptionGeometryCollection.copy()
Creates and returns a full copy of thisGeometryCollection
object.GeometryFactory.createGeometryCollection()
GeometryFactory.createGeometryCollection
(Geometry[] geometries) Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection. -
Uses of GeometryCollection in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util that return GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollection
GeometryEditor.editGeometryCollection
(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation) GeometryCollectionMapper.map
(GeometryCollection gc) static GeometryCollection
GeometryCollectionMapper.map
(GeometryCollection gc, GeometryMapper.MapOp op) Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollection
GeometryEditor.editGeometryCollection
(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation) GeometryCollectionMapper.map
(GeometryCollection gc) static GeometryCollection
GeometryCollectionMapper.map
(GeometryCollection gc, GeometryMapper.MapOp op) protected Geometry
GeometryTransformer.transformGeometryCollection
(GeometryCollection geom, Geometry parent) -
Uses of GeometryCollection in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate void
GeometryGraph.addCollection
(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollection
WKBReader.readGeometryCollection()
private GeometryCollection
WKTReader.readGeometryCollectionText()
Creates aGeometryCollection
using the next token in the stream.Methods in org.locationtech.jts.io with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate void
WKTWriter.appendGeometryCollectionTaggedText
(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollection
to <GeometryCollection Tagged Text> format, then appends it to the writer.private void
WKTWriter.appendGeometryCollectionText
(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollection
to <GeometryCollectionText> format, then appends it to the writer.private void
WKBWriter.writeGeometryCollection
(int geometryType, GeometryCollection gc, OutStream os) -
Uses of GeometryCollection in org.locationtech.jts.io.geojson
Methods in org.locationtech.jts.io.geojson with parameters of type GeometryCollectionModifier and TypeMethodDescriptionGeoJsonWriter.makeJsonAware
(GeometryCollection geometryCollection) -
Uses of GeometryCollection in org.locationtech.jts.io.gml2
Methods in org.locationtech.jts.io.gml2 with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate void
GMLWriter.writeGeometryCollection
(GeometryCollection gc, Writer writer, int level) -
Uses of GeometryCollection in org.locationtech.jts.io.kml
Methods in org.locationtech.jts.io.kml with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate void
KMLWriter.writeGeometryCollection
(GeometryCollection gc, String attributes, int level, StringBuffer buf) -
Uses of GeometryCollection in org.locationtech.jts.operation.buffer
Methods in org.locationtech.jts.operation.buffer with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate void
OffsetCurveSetBuilder.addCollection
(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate void
IsValidOp.checkValid
(GeometryCollection gc) private boolean
RepeatedPointTester.hasRepeatedPoint
(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jtstest.clean
Methods in org.locationtech.jtstest.clean that return GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollection
CleanDuplicatePoints.clean
(GeometryCollection g) Methods in org.locationtech.jtstest.clean with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollection
CleanDuplicatePoints.clean
(GeometryCollection g) -
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder
Fields in org.locationtech.jtstest.testbuilder declared as GeometryCollectionModifier and TypeFieldDescription(package private) GeometryCollection
GeometryCollectionNode.coll
Constructors in org.locationtech.jtstest.testbuilder with parameters of type GeometryCollectionModifierConstructorDescription(package private)
GeometryCollectionNode
(GeometryCollection coll, GeometryContext context) -
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder.io.shapefile
Methods in org.locationtech.jtstest.testbuilder.io.shapefile that return GeometryCollectionModifier and TypeMethodDescriptionShapefile.read
(GeometryFactory geometryFactory) Initialises a shapefile from disk.Constructors in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type GeometryCollection -
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder.ui.render
Methods in org.locationtech.jtstest.testbuilder.ui.render with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate static void
GeometryPainter.paintGeometryCollection
(Graphics2D g, Viewport viewport, GeometryCollection gc, Style style) -
Uses of GeometryCollection in org.locationtech.jtstest.util.io
Methods in org.locationtech.jtstest.util.io with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate void
SVGWriter.appendGeometryCollectionTaggedText
(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollection
to <GeometryCollection Tagged Text> format, then appends it to the writer.private void
SVGWriter.appendGeometryCollectionText
(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollection
to <GeometryCollectionText> format, then appends it to the writer.