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 GeometryInteriorPointArea.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 TypeClassDescriptionclassModels a collection ofLineStrings.classModels a collection ofPoints.classModels a collection ofPolygons.Methods in org.locationtech.jts.geom that return GeometryCollectionModifier and TypeMethodDescriptionGeometryCollection.copy()Creates and returns a full copy of thisGeometryCollectionobject.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 GeometryCollectionGeometryEditor.editGeometryCollection(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation) GeometryCollectionMapper.map(GeometryCollection gc) static GeometryCollectionGeometryCollectionMapper.map(GeometryCollection gc, GeometryMapper.MapOp op) Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollectionGeometryEditor.editGeometryCollection(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation) GeometryCollectionMapper.map(GeometryCollection gc) static GeometryCollectionGeometryCollectionMapper.map(GeometryCollection gc, GeometryMapper.MapOp op) protected GeometryGeometryTransformer.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 voidGeometryGraph.addCollection(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollectionWKBReader.readGeometryCollection()private GeometryCollectionWKTReader.readGeometryCollectionText()Creates aGeometryCollectionusing the next token in the stream.Methods in org.locationtech.jts.io with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate voidWKTWriter.appendGeometryCollectionTaggedText(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollectionto <GeometryCollection Tagged Text> format, then appends it to the writer.private voidWKTWriter.appendGeometryCollectionText(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollectionto <GeometryCollectionText> format, then appends it to the writer.private voidWKBWriter.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 voidGMLWriter.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 voidKMLWriter.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 voidOffsetCurveSetBuilder.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 voidIsValidOp.checkValid(GeometryCollection gc) private booleanRepeatedPointTester.hasRepeatedPoint(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jtstest.clean
Methods in org.locationtech.jtstest.clean that return GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollectionCleanDuplicatePoints.clean(GeometryCollection g) Methods in org.locationtech.jtstest.clean with parameters of type GeometryCollectionModifier and TypeMethodDescriptionprivate GeometryCollectionCleanDuplicatePoints.clean(GeometryCollection g) -
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder
Fields in org.locationtech.jtstest.testbuilder declared as GeometryCollectionModifier and TypeFieldDescription(package private) GeometryCollectionGeometryCollectionNode.collConstructors 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 voidGeometryPainter.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 voidSVGWriter.appendGeometryCollectionTaggedText(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollectionto <GeometryCollection Tagged Text> format, then appends it to the writer.private voidSVGWriter.appendGeometryCollectionText(GeometryCollection geometryCollection, int level, Writer writer) Converts aGeometryCollectionto <GeometryCollectionText> format, then appends it to the writer.