Uses of Interface
com.vividsolutions.jump.feature.FeatureCollection
Packages that use FeatureCollection
Package
Description
Features and FeatureCollections -- the layer of abstraction between
Geometries in JTS and Layers in the JUMP Workbench.
The DataSource API is the core API for input and output of
data.
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of FeatureCollection in com.vividsolutions.jump.datastore.spatialdatabases
Constructors in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type FeatureCollectionModifierConstructorDescriptionSpatialDSLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager, WorkbenchContext workbenchContext) -
Uses of FeatureCollection in com.vividsolutions.jump.feature
Classes in com.vividsolutions.jump.feature that implement FeatureCollectionModifier and TypeClassDescriptionclassDelegates to another instance of FeatureCollection.classDefault implementation of FeatureCollection.classAn IndexedFeatureCollection creates a new collection which is backed by a FeatureCollection, but which is indexed for query purposes.Methods in com.vividsolutions.jump.feature that return FeatureCollectionModifier and TypeMethodDescriptionstatic FeatureCollectionFeatureDatasetFactory.createFromGeometry(Collection geoms) Creates a FeatureCollection from a Collection ofGeometrysprotected FeatureCollectionFeatureCollectionWrapper.getFeatureCollection()FeatureCollectionWrapper.getUltimateWrappee()Returns the non-wrapper FeatureCollection wrapped by this wrapper and possibly by other wrappers in-between.FeatureCollectionWrapper.getWrappee()Returns the FeatureCollection that this wrapper delegates to (possibly another FeatureCollectionWrapper).FeatureCollectionWrapper.getWrappee(Class c) Return the wrapper matching the given class or null, if there is none.Methods in com.vividsolutions.jump.feature with parameters of type FeatureCollectionModifier and TypeMethodDescriptionFeatureUpdateRecorder.applyUpdates(FeatureCollection fc) Applies updates to an existing FeatureCollection.protected voidFeatureCollectionWrapper.setFeatureCollection(FeatureCollection featureCollection) Constructors in com.vividsolutions.jump.feature with parameters of type FeatureCollectionModifierConstructorDescriptionConstructs a FeatureCollectionWrapper that delegates to the given FeatureCollection.Constructs an IndexedFeatureCollection wrapping the given FeatureCollection and using the default spatial index.IndexedFeatureCollection(FeatureCollection fc, org.locationtech.jts.index.SpatialIndex spatialIndex) Constructs an IndexedFeatureCollection wrapping the given FeatureCollection and using the given empty spatial index. -
Uses of FeatureCollection in com.vividsolutions.jump.io
Methods in com.vividsolutions.jump.io that return FeatureCollectionModifier and TypeMethodDescriptionabstract FeatureCollectionAbstractJUMPReader.read(DriverProperties dp) Read the specified file using the filename given by the "File" property and any other parameters.FMEGMLReader.read(DriverProperties dp) Main method - reads in FMEGML file specified in the DriverProperties ('InputFile' or 'DefaultValue')GMLReader.read(DriverProperties dp) Main Entry - load in a GML fileGMLReader.read(InputStream is) Helper function - calls read(java.io.Reader r,String readerName) with the readerName "Unknown Stream".Main function to read a GML file.JUMPReader.read(DriverProperties dp) Read the specified file using the filename given by the "File" property and any other parameters.ShapefileReader.read(DriverProperties dp) Main method to read a shapefile.WKTReader.read(DriverProperties dp) Main function -read in a file containing a list of WKT geometriesReads in the actual WKT geometriesMethods in com.vividsolutions.jump.io with parameters of type FeatureCollectionModifier and TypeMethodDescriptionabstract voidAbstractJUMPWriter.write(FeatureCollection featureCollection, DriverProperties dp) voidFMEGMLWriter.write(FeatureCollection featureCollection, DriverProperties dp) Cause a featureCollection to be written using the outputfile (and format) specified in the dp parameter.
A GMLOutputTemplate will be autogenerated, then the write request passed off to theGMLWriter.voidGMLWriter.write(FeatureCollection featureCollection, DriverProperties dp) Main entry function - write the GML file.voidGMLWriter.write(FeatureCollection featureCollection, Writer writer) Actual evaluator/writer - you should have already called setOutputTemplatevoidJUMPWriter.write(FeatureCollection featureCollection, DriverProperties dp) Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.voidShapefileWriter.write(FeatureCollection featureCollection, DriverProperties dp) Main method - write the featurecollection to a shapefile (2d, 3d or 4d).voidWKTWriter.write(FeatureCollection featureCollection, DriverProperties dp) Main method - writes a list of wkt features (no attributes).voidWKTWriter.write(FeatureCollection featureCollection, Writer writer) Function that actually does the writing -
Uses of FeatureCollection in com.vividsolutions.jump.io.datasource
Methods in com.vividsolutions.jump.io.datasource that return FeatureCollectionModifier and TypeMethodDescriptionConnection.executeQuery(String query, TaskMonitor monitor) Returns from a DataSource a dataset specified using a query string (the format of which is implementation-dependent).Connection.executeQuery(String query, Collection<Throwable> exceptions, TaskMonitor monitor) Returns from a DataSource a dataset specified using a query string (the format of which is implementation-dependent).DataSource.installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry) DelegatingCompressedFileHandler.read(DriverProperties dp) Deprecated.Methods in com.vividsolutions.jump.io.datasource with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoidConnection.executeUpdate(String query, FeatureCollection featureCollection, TaskMonitor monitor) Modifies data in the DataSource accordinate to a query string (the format of which is implementation-dependent).DataSource.installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry) -
Uses of FeatureCollection in com.vividsolutions.jump.io.geojson
Methods in com.vividsolutions.jump.io.geojson that return FeatureCollectionModifier and TypeMethodDescriptionGeoJSONFeatureCollectionWrapper.getFeatureCollection()we need to fixup the feature schema before the collection is ready to be usedGeoJSONReader.read(DriverProperties dp) Methods in com.vividsolutions.jump.io.geojson with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoidGeoJSONWriter.write(FeatureCollection featureCollection, DriverProperties dp) Constructors in com.vividsolutions.jump.io.geojson with parameters of type FeatureCollectionModifierConstructorDescriptioncreate a wrapper for an existing FeatureCollection -
Uses of FeatureCollection in com.vividsolutions.jump.plugin.edit
Methods in com.vividsolutions.jump.plugin.edit with parameters of type FeatureCollectionConstructors in com.vividsolutions.jump.plugin.edit with parameters of type FeatureCollectionModifierConstructorDescriptionAffineTransControlPointExtracter(FeatureCollection fcSrc, FeatureCollection fcDest) -
Uses of FeatureCollection in com.vividsolutions.jump.plugin.qa
Methods in com.vividsolutions.jump.plugin.qa that return FeatureCollectionModifier and TypeMethodDescriptionDiffGeometryPlugIn.diffSegments(FeatureCollection[] diffFC, TaskMonitor monitor) Methods in com.vividsolutions.jump.plugin.qa with parameters of type FeatureCollectionModifier and TypeMethodDescriptionDiffGeometryPlugIn.diffSegments(FeatureCollection[] diffFC, TaskMonitor monitor) -
Uses of FeatureCollection in com.vividsolutions.jump.qa.diff
Methods in com.vividsolutions.jump.qa.diff that return FeatureCollectionModifier and TypeMethodDescriptionDiffSegments.computeDiffEdges(int index) Returns all the subedges from fc which are unmatched.DiffGeometry.diff()DiffGeometryComponents.diff()DiffSegmentsWithTolerance.diff()MatchCollection.getUnmatchedFeatures()Methods in com.vividsolutions.jump.qa.diff with parameters of type FeatureCollectionConstructors in com.vividsolutions.jump.qa.diff with parameters of type FeatureCollectionModifierConstructorDescriptionDiffGeometry(FeatureCollection fc0, FeatureCollection fc1, TaskMonitor monitor) DiffGeometryComponents(FeatureCollection fc0, FeatureCollection fc1, TaskMonitor monitor) DiffGeometryIndex(FeatureCollection fc, DiffGeometryMatcher diffMatcher, boolean splitIntoComponents) DiffSegmentsWithTolerance(FeatureCollection fc0, FeatureCollection fc1, double tolerance) MatchCollection(FeatureCollection fc, boolean splitIntoComponents) -
Uses of FeatureCollection in com.vividsolutions.jump.tools
Methods in com.vividsolutions.jump.tools that return FeatureCollectionModifier and TypeMethodDescriptionOverlayEngine.overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor) Creates the overlay of the two datasets.OverlayEngine.overlay(FeatureCollection a, FeatureCollection b, AttributeMapping mapping, TaskMonitor monitor) Creates the overlay of the two datasets.Methods in com.vividsolutions.jump.tools with parameters of type FeatureCollectionModifier and TypeMethodDescriptionOverlayEngine.overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor) Creates the overlay of the two datasets.OverlayEngine.overlay(FeatureCollection a, FeatureCollection b, AttributeMapping mapping, TaskMonitor monitor) Creates the overlay of the two datasets. -
Uses of FeatureCollection in com.vividsolutions.jump.util.feature
Methods in com.vividsolutions.jump.util.feature with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic double[]FeatureStatistics.minMaxValue(FeatureCollection fc, String col) -
Uses of FeatureCollection in com.vividsolutions.jump.util.io
Methods in com.vividsolutions.jump.util.io that return FeatureCollectionModifier and TypeMethodDescriptionSimpleGMLReader.readFMEFile(File file) Reads a GML file that is in FME format. -
Uses of FeatureCollection in com.vividsolutions.jump.warp
Methods in com.vividsolutions.jump.warp that return FeatureCollectionModifier and TypeMethodDescriptionCoordinateTransform.transform(FeatureCollection featureCollection) Methods in com.vividsolutions.jump.warp with parameters of type FeatureCollectionModifier and TypeMethodDescriptionCoordinateTransform.transform(FeatureCollection featureCollection) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.imagery
Constructors in com.vividsolutions.jump.workbench.imagery with parameters of type FeatureCollectionModifierConstructorDescriptionReferencedImagesLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.model
Classes in com.vividsolutions.jump.workbench.model that implement FeatureCollectionModifier and TypeClassDescriptionclassNotifies listeners when features are added to or removed from a FeatureCollection.classRestricts the number of Features in a FeatureCollection to 1.Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureCollectionModifier and TypeMethodDescriptionLayerManager.addLayer(String categoryName, String layerName, FeatureCollection featureCollection) LayerManager.addOrReplaceLayer(String categoryName, String layerName, FeatureCollection featureCollection) voidLayer.setFeatureCollection(FeatureCollection featureCollection) voidLayerView.setFeatureCollection(FeatureCollection featureCollection) Constructors in com.vividsolutions.jump.workbench.model with parameters of type FeatureCollectionModifierConstructorDescriptionLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager) NonSavePromptingLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.model.cache
Classes in com.vividsolutions.jump.workbench.model.cache that implement FeatureCollectionModifier and TypeClassDescriptionclassCaches features to prevent unnecessary queries.classclassThread safety is achieved by (1) synchronizing the methods, and (2) creating new Collections in #getFeatures, #query, and #iterator to prevent ConcurrentModificationExceptions.Constructors in com.vividsolutions.jump.workbench.model.cache with parameters of type FeatureCollectionModifierConstructorDescriptionCachingFeatureCollection(FeatureCollection featureCollection) ThreadSafeFeatureCollectionWrapper(FeatureCollection featureCollection) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin with parameters of type FeatureCollectionModifier and TypeMethodDescriptionPlugInContext.addLayer(String categoryName, String layerName, FeatureCollection featureCollection) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return FeatureCollectionModifier and TypeMethodDescriptionFeatureCollectionPanel.getFeatureCollection()Gets the FeatureCollection added to this panel.Constructors in com.vividsolutions.jump.workbench.ui with parameters of type FeatureCollection -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return FeatureCollectionModifier and TypeMethodDescriptionstatic FeatureCollectionAddNewLayerPlugIn.createBlankFeatureCollection()Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type FeatureCollectionModifier and TypeMethodDescriptionprotected voidAddNewFeaturesPlugIn.apply(FeatureCollection c, PlugInContext context) protected voidEditSelectedFeaturePlugIn.apply(FeatureCollection c, PlugInContext context) protected abstract voidWKTPlugIn.apply(FeatureCollection c, PlugInContext context) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.plugin.analysis
Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis that return FeatureCollectionModifier and TypeMethodDescriptionSpatialJoinExecuter.getResultFC()SpatialQueryExecuter.getResultFC()Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoidSpatialJoinExecuter.execute(TaskMonitor monitor, GeometryPredicate func, double[] params, FeatureCollection resultFC) Computes geomSrc.func(geomMask)voidSpatialQueryExecuter.execute(TaskMonitor monitor, GeometryPredicate func, double[] params, FeatureCollection resultFC) Computes geomSrc.func(geomMask)Constructors in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type FeatureCollectionModifierConstructorDescriptionSpatialJoinExecuter(FeatureCollection srcBFC, FeatureCollection tgtAFC) SpatialQueryExecuter(FeatureCollection maskFC, FeatureCollection sourceFC) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return FeatureCollectionModifier and TypeMethodDescriptionprotected FeatureCollectionDataStoreDataSource.createFeatureCollection()protected FeatureCollectionDataStoreQueryDataSource.createFeatureCollection() -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type FeatureCollectionModifier and TypeMethodDescriptionStyleUtil.getAvailableValues(ColorThemingStyle style, FeatureCollection fc) [Giuseppe Aruta 2018_10-30] Gets available values of styles from feature collection -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.style
Methods in com.vividsolutions.jump.workbench.ui.style that return FeatureCollectionMethods in com.vividsolutions.jump.workbench.ui.style with parameters of type FeatureCollectionModifier and TypeMethodDescriptionLegendPlugIn.getAvailableValues(ColorThemingStyle style, FeatureCollection fc) Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type FeatureCollectionModifierConstructorDescriptionLegendPanel(Layer layer, BasicStyle style, FeatureCollection featureCollection) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.toolbox
Methods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type FeatureCollectionModifier and TypeMethodDescriptionprotected LayerMainButtonPlugIn.generateLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description) protected LayerMainButtonPlugIn.generateLineLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.warp
Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic voidAffineTransformPlugIn.checkValid(FeatureCollection featureCollection, PlugInContext context) static voidProjectiveTransformPlugIn.checkValid(FeatureCollection featureCollection, PlugInContext context) static voidWarpingPanel.checkValid(FeatureCollection featureCollection) -
Uses of FeatureCollection in org.openjump.core.apitools
Fields in org.openjump.core.apitools declared as FeatureCollectionMethods in org.openjump.core.apitools that return FeatureCollectionModifier and TypeMethodDescriptionstatic FeatureCollectionstatic FeatureCollectionstatic FeatureCollectionIOTools.loaddBaseFile(String sFilename) static FeatureCollectionIOTools.loadFMEGML(String filename) static FeatureCollectionIOTools.loadJMLFile(String filename) static FeatureCollectionIOTools.loadShapefile(String filename) static FeatureCollectionIOTools.loadShapefile(String filename, String zipFileName) static FeatureCollectionMethods in org.openjump.core.apitools with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic LayerLayerTools.addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role) static PirolFeatureCollectionFeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos) static PirolFeatureCollectionFeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos, boolean clearOriginalFeatureCollection) Adds multiple attributes to a FeatureCollectionstatic PirolFeatureCollectionFeatureCollectionTools.addAttributesToFeatureCollection(FeatureCollection fc, List<AttributeInfo> attributeInfos) Adds multiple attributes to a FeatureCollectionstatic PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo) static PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo, boolean clearOldFeatureCollection) static PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, String attr, AttributeType at, Object defaultVal) Method to add a new attribute to an existing FeatureCollection.static PirolFeatureCollectionFeatureCollectionTools.addAttributeToFeatureCollection(FeatureCollection fc, String attr, AttributeType at, Object defaultVal, boolean clearOldFeatureCollection) Method to add a new attribute to an existing FeatureCollection.static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, boolean select, FeatureCollectionRole role) static LayerLayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role) LayerTools.addStandardResultLayer(String title, FeatureCollection featCollection, FeatureCollectionRole role) static PirolFeatureCollectionFeatureCollectionTools.applyFormulaToFeatureCollection(FeatureCollection oldFc, AttributeInfo attrInfo, FormulaValue formula, boolean clearOldFeatureCollection) Method to apply a given formula to the given, new attribute of the given featureCollectionstatic PirolFeatureCollectionFeatureCollectionTools.cloneFeatureCollection(FeatureCollection fc) deep copies a the FeatureSchema, the Features and their Geometriesstatic Feature[]FeatureCollectionTools.FeatureCollection2FeatureArray(FeatureCollection fc) Converts a given FeatureCollection into an array of Feature, that can - by far - be faster iterated.static FeatureFeatureCollectionTools.getFeatureFromCollection(FeatureCollection features, int fid) Get the feature with the specified ID from the FeatureCollectionstatic double[]FeatureCollectionTools.getMinMaxAttributeValue(FeatureCollection features, String attr) static StringFeatureCollectionTools.getUniqueAttributeName(FeatureCollection fc, String attr) static voidIOTools.print(FeatureCollection fc) static voidIOTools.save(FeatureCollection fc, String filename) static voidIOTools.savedBaseFile(FeatureCollection featureCollection, String fname, Charset charset) static voidIOTools.saveDbfFile(FeatureCollection fc, String filename) static voidIOTools.saveJMLFile(FeatureCollection fc, String filename) static voidIOTools.saveShapefile(FeatureCollection fc, String filename) static Object[]FeatureCollectionTools.sortFeaturesIntoListsByAttributeValue(FeatureCollection features, String idAttribute) Sorts features according to unique attribute values into different lists (on list for each unique attribute).Constructors in org.openjump.core.apitools with parameters of type FeatureCollection -
Uses of FeatureCollection in org.openjump.core.apitools.objecttyperoles
Classes in org.openjump.core.apitools.objecttyperoles that implement FeatureCollectionModifier and TypeClassDescriptionclassClass that wraps a FeatureDataset and adds methods to get and set meta information objects.Fields in org.openjump.core.apitools.objecttyperoles declared as FeatureCollectionModifier and TypeFieldDescriptionprotected FeatureCollectionPirolFeatureCollection.featureDataSetMethods in org.openjump.core.apitools.objecttyperoles that return FeatureCollectionModifier and TypeMethodDescriptionPirolFeatureCollection.getFeatureDataSet()for java2xmlPirolFeatureCollection.getWrappee()the PirolFeatureCollection is a wrapper for other feature collections in some cases one might want to work with the original FC.Methods in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoidPirolFeatureCollection.setFeatureDataSet(FeatureCollection featureDataSet) for java2xmlConstructors in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionModifierConstructorDescriptionPirolFeatureCollection(FeatureCollection featureDataSet, FeatureCollectionRole initRole) -
Uses of FeatureCollection in org.openjump.core.graph.polygongraph
Methods in org.openjump.core.graph.polygongraph that return FeatureCollectionModifier and TypeMethodDescriptionPolygonGraph.getCommonBoundaries(PolygonGraphNode node) PolygonGraph.getEdgesBetweenInterriorPoints()PolygonGraph.getNodesAsInterriorPoint()PolygonGraph.getNonSharedBoundaries()PolygonGraph.getSharedBoundaries()Constructors in org.openjump.core.graph.polygongraph with parameters of type FeatureCollection -
Uses of FeatureCollection in org.openjump.core.rasterimage.algorithms
Methods in org.openjump.core.rasterimage.algorithms that return FeatureCollectionModifier and TypeMethodDescriptionVectorizeAlgorithm.toContours(GridWrapperNotInterpolated gwrapper, double zMin, double zMax, double dDistance, String attributeName, int band) Convert a DTM raster to a feature collection of contours (linestrings) defining a GridWrapperNotInterpolated, a minimum and maximun elevations, a vertical distance between each contour, an attribute name and the band of the rasterVectorizeAlgorithm.toGridPoint(GridWrapperNotInterpolated gwrapper, int numBands) VectorizeAlgorithm.toGridPolygon(GridWrapperNotInterpolated gwrapper, int maxCells, int numBands) VectorizeAlgorithm.toLines(GridWrapperNotInterpolated gwrapper, String attributeName) Convert a line raster a feature collection of linestrings defining a GridWrapperNotInterpolated and an attribute.VectorizeAlgorithm.toPoint(GridWrapperNotInterpolated gwrapper, int band) static FeatureCollectionVectorizeAlgorithm.toPolygons(GridWrapperNotInterpolated gwrapper, boolean explodeMultipolygons, String attributeName, int band) Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band Sextante algorithm - compatible with OpenKLEM methodsstatic FeatureCollectionVectorizeAlgorithm.toPolygonsAdbToolBox(GridWrapperNotInterpolated gwrapper, boolean explodeMultipolygons, String attributeName, int band) Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band AdbToolbox algorithmstatic FeatureCollectionVectorizeAlgorithm.toPolygonsMikeToolBox(GridWrapperNotInterpolated gwrapper, boolean simplify, String attributeName, int band) static FeatureCollectionVectorizeAlgorithm.toPolygonsSextante(GridWrapperNotInterpolated gwrapper, String attributeName, int band) Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band Sextante algorithmConstructors in org.openjump.core.rasterimage.algorithms with parameters of type FeatureCollectionModifierConstructorDescriptionRasterizeAlgorithm(org.locationtech.jts.geom.Envelope limitEnvelope, FeatureCollection fCollection, String attributeName, double CellSize) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore with parameters of type FeatureCollectionModifier and TypeMethodDescriptionprotected abstract voidWritableDataStoreDataSource.createAndPopulateTable(SpatialDatabasesDSConnection conn, FeatureCollection fc, int srid, String geometryType, boolean multi, int dim, boolean normalizedColumnNames) Create and populate a table with features from a dataset.protected static intWritableDataStoreDataSource.getGeometryDimension(FeatureCollection coll, int defaultDim) Return 3 if coll contains at least one 3d geometry, 2 if coll contains only 2d geometries and defaultDim if coll is empty.protected static ClassWritableDataStoreDataSource.getGeometryType(FeatureCollection coll, boolean narrow, boolean multi) Determine database geometry type according to values present in the feature collection narrow attribute : true means that we want to use the most specific attribute type able to represent all geometries of the collection multi parameter : true means that we previously transform single geometry types into multigeometry types to be able to use the same type (multi) for geometries of same dimension (single or multi) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.datastore.h2
Methods in org.openjump.core.ui.plugin.datastore.h2 that return FeatureCollectionModifier and TypeMethodDescriptionprotected FeatureCollectionH2DataStoreDataSource.createFeatureCollection()Methods in org.openjump.core.ui.plugin.datastore.h2 with parameters of type FeatureCollectionModifier and TypeMethodDescriptionprotected voidH2DataStoreDataSource.createAndPopulateTable(SpatialDatabasesDSConnection conn, FeatureCollection fc, int srid, String geometryType, boolean multi, int dim, boolean normalizedColumnNames) Create and populate a table with features from a dataset. -
Uses of FeatureCollection in org.openjump.core.ui.plugin.datastore.postgis
Methods in org.openjump.core.ui.plugin.datastore.postgis with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic intSaveToPostGISDataSource.getGeometryDimension(FeatureCollection coll, int defaultDim) Return 3 if coll contains at least one 3d geometry, 2 if coll contains only 2d geometries and defaultDim if coll is empty. -
Uses of FeatureCollection in org.openjump.core.ui.plugin.datastore.postgis2
Methods in org.openjump.core.ui.plugin.datastore.postgis2 that return FeatureCollectionModifier and TypeMethodDescriptionprotected FeatureCollectionPostGISDataStoreDataSource.createFeatureCollection()Methods in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type FeatureCollectionModifier and TypeMethodDescriptionprotected voidPostGISDataStoreDataSource.createAndPopulateTable(SpatialDatabasesDSConnection conn, FeatureCollection fc, int srid, String geometryType, boolean multi, int dim, boolean normalizedColumnNames) Create and populate a table with features from a dataset. -
Uses of FeatureCollection in org.openjump.core.ui.plugin.file
Methods in org.openjump.core.ui.plugin.file that return FeatureCollectionModifier and TypeMethodDescriptionInstallDummyReaderPlugIn.DummyDataSource.installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry) Methods in org.openjump.core.ui.plugin.file with parameters of type FeatureCollectionModifier and TypeMethodDescriptionInstallDummyReaderPlugIn.DummyDataSource.installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic LayerExportLayerableEnvelopeAsGeometryPlugIn.addLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role, Color color) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.raster
Fields in org.openjump.core.ui.plugin.raster declared as FeatureCollectionMethods in org.openjump.core.ui.plugin.raster with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic Plot2DPanelOJProfileGraphGUI.getPlotPanel(FeatureCollection fc, String name) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.tools
Methods in org.openjump.core.ui.plugin.tools that return FeatureCollectionModifier and TypeMethodDescriptionPlanarGraphPlugIn.createEdgeLayer(FeatureCollection fc, boolean nodeb, boolean faceb, boolean relations) PlanarGraphPlugIn.createFaceLayer(FeatureCollection fcEdge, boolean relations) PlanarGraphPlugIn.createNodeLayer(FeatureCollection fcEdge, boolean relations) Methods in org.openjump.core.ui.plugin.tools with parameters of type FeatureCollectionModifier and TypeMethodDescriptionPlanarGraphPlugIn.createEdgeLayer(FeatureCollection fc, boolean nodeb, boolean faceb, boolean relations) PlanarGraphPlugIn.createFaceLayer(FeatureCollection fcEdge, boolean relations) PlanarGraphPlugIn.createNodeLayer(FeatureCollection fcEdge, boolean relations) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.tools.aggregate
Methods in org.openjump.core.ui.plugin.tools.aggregate that return FeatureCollectionModifier and TypeMethodDescriptionFeatureCollectionAggregator.getAggregatedFeatureCollection()Returns a FeatureCollection where attributes defined by aggregators are aggregated on features having the same key.Constructors in org.openjump.core.ui.plugin.tools.aggregate with parameters of type FeatureCollectionModifierConstructorDescriptionFeatureCollectionAggregator(FeatureCollection fc, List<String> keyAttributes, List<AttributeAggregator> aggregators) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.tools.generalization
Methods in org.openjump.core.ui.plugin.tools.generalization that return FeatureCollectionModifier and TypeMethodDescriptionSimplifyPolygonCoveragePlugIn.transferAttributesFromPolysToPolys(FeatureCollection fcA, Collection<org.locationtech.jts.geom.Geometry> geometries, PlugInContext context, TaskMonitor monitor) Methods in org.openjump.core.ui.plugin.tools.generalization with parameters of type FeatureCollectionModifier and TypeMethodDescriptionSimplifyPolygonCoveragePlugIn.transferAttributesFromPolysToPolys(FeatureCollection fcA, Collection<org.locationtech.jts.geom.Geometry> geometries, PlugInContext context, TaskMonitor monitor) -
Uses of FeatureCollection in org.openjump.core.ui.plugin.tools.generate
Methods in org.openjump.core.ui.plugin.tools.generate with parameters of type FeatureCollectionModifier and TypeMethodDescriptionprotected voidAbstractLinearReferencingPlugIn.setPointsAlong(FeatureCollection dataset, String layerName, String path, org.locationtech.jts.geom.Geometry geometry) -
Uses of FeatureCollection in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic booleanLayerableUtil.isLinealLayer(FeatureCollection featureCollection) Check if selected FeatureCollection has only linestring and/or multilinestring and/or multilinearings (Shapefile model)static booleanLayerableUtil.isMixedGeometryType(FeatureCollection featureCollection) Check if selected FeatureCollection has geoemtries of different typesstatic booleanLayerableUtil.isPointLayer(FeatureCollection featureCollection) Check if selected featureCollection has only points and/or multipointsstatic booleanLayerableUtil.isPolygonalLayer(FeatureCollection featureCollection) check if selected featureCollection has only polygons and/or multipolygons -
Uses of FeatureCollection in org.openjump.sigle.utilities.geom
Methods in org.openjump.sigle.utilities.geom with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic ArrayListFeatureCollectionUtil.getAttributesList(FeatureCollection fc) static intFeatureCollectionUtil.getFeatureCollectionDimension(FeatureCollection fc) static voidFeatureCollectionUtil.unionByAttributeValue(FeatureCollection featureCollection, String attributeName) Merge features and their geometries in the FeatureCollection given when the given attribute name contains identical valuesstatic voidFeatureCollectionUtil.validFeatureCollection(FeatureCollection fc) Method to make valid all the geometries of a FeatureCollection using the class MakeValidOp. -
Uses of FeatureCollection in org.openjump.util.metaData
Methods in org.openjump.util.metaData with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic PirolFeatureCollectionMetaInformationHandler.createPirolFeatureCollection(FeatureCollection fc) creates a PirolFeatureCollection out of a regular FeatureCollectionstatic PirolFeatureCollectionMetaInformationHandler.createPirolFeatureCollection(FeatureCollection fc, FeatureCollectionRole role) creates a PirolFeatureCollection out of a regular FeatureCollection