Uses of Class
org.locationtech.jts.geom.GeometryCollection
-
Packages that use GeometryCollection Package Description org.locationtech.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms.org.locationtech.jts.awt Classes to perform conversions from Java2D shape objects.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.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats.org.locationtech.jts.io.geojson org.locationtech.jts.io.gml2 Classes to read and write the GML2 geometry format.org.locationtech.jts.io.kml org.locationtech.jts.operation.buffer Provides classes for computing buffers of geometriesorg.locationtech.jts.operation.valid Provides classes for testing the validity of geometries.org.locationtech.jtstest.clean org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.io.shapefile org.locationtech.jtstest.testbuilder.ui.render org.locationtech.jtstest.util.io -
-
Uses of GeometryCollection in org.locationtech.jts.algorithm
Methods in org.locationtech.jts.algorithm with parameters of type GeometryCollection Modifier and Type Method Description private GeometryInteriorPointArea. widestGeometry(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.awt
Methods in org.locationtech.jts.awt with parameters of type GeometryCollection Modifier and Type Method Description private java.awt.ShapeShapeWriter. toShape(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.geom
Subclasses of GeometryCollection in org.locationtech.jts.geom Modifier and Type Class Description classMultiLineStringModels a collection ofLineStrings.classMultiPointModels a collection ofPoints.classMultiPolygonModels a collection ofPolygons.Methods in org.locationtech.jts.geom that return GeometryCollection Modifier and Type Method Description GeometryCollectionGeometryCollection. copy()Creates and returns a full copy of thisGeometryCollectionobject.GeometryCollectionGeometryFactory. createGeometryCollection()GeometryCollectionGeometryFactory. 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 GeometryCollection Modifier and Type Method Description private GeometryCollectionGeometryEditor. editGeometryCollection(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation)GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc)static GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollection Modifier and Type Method Description private GeometryCollectionGeometryEditor. editGeometryCollection(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation)GeometryCollectionGeometryCollectionMapper. 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 GeometryCollection Modifier and Type Method Description private voidGeometryGraph. addCollection(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return GeometryCollection Modifier and Type Method Description private GeometryCollectionWKBReader. readGeometryCollection()private GeometryCollectionWKTReader. readGeometryCollectionText()Creates aGeometryCollectionusing the next token in the stream.Methods in org.locationtech.jts.io with parameters of type GeometryCollection Modifier and Type Method Description private voidWKTWriter. appendGeometryCollectionTaggedText(GeometryCollection geometryCollection, int level, java.io.Writer writer)Converts aGeometryCollectionto <GeometryCollection Tagged Text> format, then appends it to the writer.private voidWKTWriter. appendGeometryCollectionText(GeometryCollection geometryCollection, int level, java.io.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 GeometryCollection Modifier and Type Method Description private java.util.List<java.lang.Object>GeoJsonWriter. makeJsonAware(GeometryCollection geometryCollection) -
Uses of GeometryCollection in org.locationtech.jts.io.gml2
Methods in org.locationtech.jts.io.gml2 with parameters of type GeometryCollection Modifier and Type Method Description private voidGMLWriter. writeGeometryCollection(GeometryCollection gc, java.io.Writer writer, int level) -
Uses of GeometryCollection in org.locationtech.jts.io.kml
Methods in org.locationtech.jts.io.kml with parameters of type GeometryCollection Modifier and Type Method Description private voidKMLWriter. writeGeometryCollection(GeometryCollection gc, java.lang.String attributes, int level, java.lang.StringBuffer buf) -
Uses of GeometryCollection in org.locationtech.jts.operation.buffer
Methods in org.locationtech.jts.operation.buffer with parameters of type GeometryCollection Modifier and Type Method Description private voidOffsetCurveSetBuilder. addCollection(GeometryCollection gc) -
Uses of GeometryCollection in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type GeometryCollection Modifier and Type Method Description private 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 GeometryCollection Modifier and Type Method Description private GeometryCollectionCleanDuplicatePoints. clean(GeometryCollection g)Methods in org.locationtech.jtstest.clean with parameters of type GeometryCollection Modifier and Type Method Description private GeometryCollectionCleanDuplicatePoints. clean(GeometryCollection g) -
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder
Fields in org.locationtech.jtstest.testbuilder declared as GeometryCollection Modifier and Type Field Description (package private) GeometryCollectionGeometryCollectionNode. collConstructors in org.locationtech.jtstest.testbuilder with parameters of type GeometryCollection Constructor Description 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 GeometryCollection Modifier and Type Method Description GeometryCollectionShapefile. read(GeometryFactory geometryFactory)Initialises a shapefile from disk.Constructors in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type GeometryCollection Constructor Description ShapefileHeader(GeometryCollection geometries, int dims) -
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder.ui.render
Methods in org.locationtech.jtstest.testbuilder.ui.render with parameters of type GeometryCollection Modifier and Type Method Description private static voidGeometryPainter. paintGeometryCollection(java.awt.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 GeometryCollection Modifier and Type Method Description private voidSVGWriter. appendGeometryCollectionTaggedText(GeometryCollection geometryCollection, int level, java.io.Writer writer)Converts aGeometryCollectionto <GeometryCollection Tagged Text> format, then appends it to the writer.private voidSVGWriter. appendGeometryCollectionText(GeometryCollection geometryCollection, int level, java.io.Writer writer)Converts aGeometryCollectionto <GeometryCollectionText> format, then appends it to the writer.
-