Uses of Interface
com.vividsolutions.jump.feature.FeatureCollection
-
-
Uses of FeatureCollection in com.vividsolutions.jump.datastore.spatialdatabases
Constructors in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type FeatureCollection Constructor Description SpatialDSLayer(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 FeatureCollection Modifier and Type Class Description classFeatureCollectionWrapperDelegates to another instance of FeatureCollection.classFeatureDatasetDefault implementation of FeatureCollection.classIndexedFeatureCollectionAn 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 FeatureCollection Modifier and Type Method Description static FeatureCollectionFeatureDatasetFactory. createFromGeometry(Collection geoms)Creates a FeatureCollection from a Collection ofGeometrysprotected FeatureCollectionFeatureCollectionWrapper. getFeatureCollection()FeatureCollectionFeatureCollectionWrapper. getUltimateWrappee()Returns the non-wrapper FeatureCollection wrapped by this wrapper and possibly by other wrappers in-between.FeatureCollectionFeatureCollectionWrapper. getWrappee()Returns the FeatureCollection that this wrapper delegates to (possibly another FeatureCollectionWrapper).FeatureCollectionFeatureCollectionWrapper. 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 FeatureCollection Modifier and Type Method Description FeatureDatasetFeatureUpdateRecorder. applyUpdates(FeatureCollection fc)Applies updates to an existing FeatureCollection.protected voidFeatureCollectionWrapper. setFeatureCollection(FeatureCollection featureCollection)Constructors in com.vividsolutions.jump.feature with parameters of type FeatureCollection Constructor Description FeatureCollectionWrapper(FeatureCollection fc)Constructs a FeatureCollectionWrapper that delegates to the given FeatureCollection.IndexedFeatureCollection(FeatureCollection fc)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 FeatureCollection Modifier and Type Method Description abstract FeatureCollectionAbstractJUMPReader. read(DriverProperties dp)Read the specified file using the filename given by the "File" property and any other parameters.FeatureCollectionFMEGMLReader. read(DriverProperties dp)Main method - reads in FMEGML file specified in the DriverProperties ('InputFile' or 'DefaultValue')FeatureCollectionGMLReader. read(DriverProperties dp)Main Entry - load in a GML fileFeatureCollectionGMLReader. read(InputStream is)Helper function - calls read(java.io.Reader r,String readerName) with the readerName "Unknown Stream".FeatureCollectionGMLReader. read(Object o, String readerName)Main function to read a GML file.FeatureCollectionJUMPReader. read(DriverProperties dp)Read the specified file using the filename given by the "File" property and any other parameters.FeatureCollectionShapefileReader. read(DriverProperties dp)Main method to read a shapefile.FeatureCollectionWKTReader. read(DriverProperties dp)Main function -read in a file containing a list of WKT geometriesFeatureCollectionWKTReader. read(Reader reader)Reads in the actual WKT geometriesMethods in com.vividsolutions.jump.io with parameters of type FeatureCollection Modifier and Type Method Description abstract 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 FeatureCollection Modifier and Type Method Description FeatureCollectionConnection. executeQuery(String query, TaskMonitor monitor)Returns from a DataSource a dataset specified using a query string (the format of which is implementation-dependent).FeatureCollectionConnection. 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).FeatureCollectionDataSource. installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry)FeatureCollectionDelegatingCompressedFileHandler. read(DriverProperties dp)Deprecated.Methods in com.vividsolutions.jump.io.datasource with parameters of type FeatureCollection Modifier and Type Method Description voidConnection. executeUpdate(String query, FeatureCollection featureCollection, TaskMonitor monitor)Modifies data in the DataSource accordinate to a query string (the format of which is implementation-dependent).FeatureCollectionDataSource. installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry) -
Uses of FeatureCollection in com.vividsolutions.jump.io.geojson
Methods in com.vividsolutions.jump.io.geojson that return FeatureCollection Modifier and Type Method Description FeatureCollectionGeoJSONFeatureCollectionWrapper. getFeatureCollection()we need to fixup the feature schema before the collection is ready to be usedFeatureCollectionGeoJSONReader. read(DriverProperties dp)Methods in com.vividsolutions.jump.io.geojson with parameters of type FeatureCollection Modifier and Type Method Description voidGeoJSONWriter. write(FeatureCollection featureCollection, DriverProperties dp)Constructors in com.vividsolutions.jump.io.geojson with parameters of type FeatureCollection Constructor Description GeoJSONFeatureCollectionWrapper(FeatureCollection fc)create 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 FeatureCollection Modifier and Type Method Description voidSegmentsExtracter. add(FeatureCollection fc)Constructors in com.vividsolutions.jump.plugin.edit with parameters of type FeatureCollection Constructor Description AffineTransControlPointExtracter(FeatureCollection fcSrc, FeatureCollection fcDest) -
Uses of FeatureCollection in com.vividsolutions.jump.plugin.qa
Methods in com.vividsolutions.jump.plugin.qa that return FeatureCollection Modifier and Type Method Description FeatureCollection[]DiffGeometryPlugIn. diffSegments(FeatureCollection[] diffFC, TaskMonitor monitor)Methods in com.vividsolutions.jump.plugin.qa with parameters of type FeatureCollection Modifier and Type Method Description FeatureCollection[]DiffGeometryPlugIn. diffSegments(FeatureCollection[] diffFC, TaskMonitor monitor) -
Uses of FeatureCollection in com.vividsolutions.jump.qa.diff
Methods in com.vividsolutions.jump.qa.diff that return FeatureCollection Modifier and Type Method Description FeatureCollectionDiffSegments. computeDiffEdges(int index)Returns all the subedges from fc which are unmatched.FeatureCollection[]DiffGeometry. diff()FeatureCollection[]DiffGeometryComponents. diff()FeatureCollection[]DiffSegmentsWithTolerance. diff()FeatureCollectionMatchCollection. getUnmatchedFeatures()Methods in com.vividsolutions.jump.qa.diff with parameters of type FeatureCollection Modifier and Type Method Description voidDiffSegments. setSegments(int index, FeatureCollection fc)Constructors in com.vividsolutions.jump.qa.diff with parameters of type FeatureCollection Constructor Description DiffGeometry(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)SegmentIndex(FeatureCollection fc)UniqueSegmentsWithToleranceFinder(FeatureCollection fc0, FeatureCollection fc1) -
Uses of FeatureCollection in com.vividsolutions.jump.tools
Methods in com.vividsolutions.jump.tools that return FeatureCollection Modifier and Type Method Description FeatureCollectionOverlayEngine. overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor)Creates the overlay of the two datasets.FeatureCollectionOverlayEngine. 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 FeatureCollection Modifier and Type Method Description FeatureCollectionOverlayEngine. overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor)Creates the overlay of the two datasets.FeatureCollectionOverlayEngine. 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 FeatureCollection Modifier and Type Method Description static 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 FeatureCollection Modifier and Type Method Description FeatureCollectionSimpleGMLReader. 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 FeatureCollection Modifier and Type Method Description FeatureCollectionCoordinateTransform. transform(FeatureCollection featureCollection)Methods in com.vividsolutions.jump.warp with parameters of type FeatureCollection Modifier and Type Method Description FeatureCollectionCoordinateTransform. transform(FeatureCollection featureCollection) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.imagery
Constructors in com.vividsolutions.jump.workbench.imagery with parameters of type FeatureCollection Constructor Description ReferencedImagesLayer(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 FeatureCollection Modifier and Type Class Description classObservableFeatureCollectionNotifies listeners when features are added to or removed from a FeatureCollection.classOneItemFeatureCollectionRestricts the number of Features in a FeatureCollection to 1.Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureCollection Modifier and Type Method Description LayerLayerManager. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)LayerLayerManager. 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 FeatureCollection Constructor Description Layer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager)NonSavePromptingLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager)ObservableFeatureCollection(FeatureCollection fc)OneItemFeatureCollection(FeatureCollection fc) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.model.cache
Classes in com.vividsolutions.jump.workbench.model.cache that implement FeatureCollection Modifier and Type Class Description classCachingFeatureCollectionCaches features to prevent unnecessary queries.classDynamicFeatureCollectionclassThreadSafeFeatureCollectionWrapperThread 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 FeatureCollection Constructor Description CachingFeatureCollection(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 FeatureCollection Modifier and Type Method Description LayerPlugInContext. 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 FeatureCollection Modifier and Type Method Description FeatureCollectionFeatureCollectionPanel. getFeatureCollection()Gets the FeatureCollection added to this panel.Constructors in com.vividsolutions.jump.workbench.ui with parameters of type FeatureCollection Constructor Description FeatureCollectionPanel(FeatureCollection featureCollection) -
Uses of FeatureCollection in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return FeatureCollection Modifier and Type Method Description static FeatureCollectionAddNewLayerPlugIn. createBlankFeatureCollection()Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type FeatureCollection Modifier and Type Method Description protected 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 FeatureCollection Modifier and Type Method Description FeatureCollectionSpatialJoinExecuter. getResultFC()FeatureCollectionSpatialQueryExecuter. getResultFC()Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type FeatureCollection Modifier and Type Method Description voidSpatialJoinExecuter. 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 FeatureCollection Constructor Description SpatialJoinExecuter(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 FeatureCollection Modifier and Type Method Description protected 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 FeatureCollection Modifier and Type Method Description static Set<String>StyleUtil. 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 FeatureCollection Modifier and Type Method Description FeatureCollectionLegendPlugIn.ColorThemingValue. getFeatureCollection()Methods in com.vividsolutions.jump.workbench.ui.style with parameters of type FeatureCollection Modifier and Type Method Description static Set<String>LegendPlugIn. getAvailableValues(ColorThemingStyle style, FeatureCollection fc)Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type FeatureCollection Constructor Description LegendPanel(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 FeatureCollection Modifier and Type Method Description protected 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 FeatureCollection Modifier and Type Method Description static 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 FeatureCollection Modifier and Type Field Description protected FeatureCollectionFeatureCollectionTools. fcMethods in org.openjump.core.apitools that return FeatureCollection Modifier and Type Method Description static FeatureCollectionIOTools. load(String filename)static FeatureCollectionIOTools. load(String filename, String zipFileName)static 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 FeatureCollectionIOTools. loadWKT(String filename)Methods in org.openjump.core.apitools with parameters of type FeatureCollection Modifier and Type Method Description static 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)LayerLayerTools. 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 Constructor Description FeatureCollectionTools(FeatureCollection fc) -
Uses of FeatureCollection in org.openjump.core.apitools.objecttyperoles
Classes in org.openjump.core.apitools.objecttyperoles that implement FeatureCollection Modifier and Type Class Description classPirolFeatureCollectionClass that wraps a FeatureDataset and adds methods to get and set meta information objects.Fields in org.openjump.core.apitools.objecttyperoles declared as FeatureCollection Modifier and Type Field Description protected FeatureCollectionPirolFeatureCollection. featureDataSetMethods in org.openjump.core.apitools.objecttyperoles that return FeatureCollection Modifier and Type Method Description FeatureCollectionPirolFeatureCollection. getFeatureDataSet()for java2xmlFeatureCollectionPirolFeatureCollection. 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 FeatureCollection Modifier and Type Method Description voidPirolFeatureCollection. setFeatureDataSet(FeatureCollection featureDataSet)for java2xmlConstructors in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollection Constructor Description PirolFeatureCollection(FeatureCollection featureDataSet, FeatureCollectionRole initRole) -
Uses of FeatureCollection in org.openjump.core.graph.polygongraph
Methods in org.openjump.core.graph.polygongraph that return FeatureCollection Modifier and Type Method Description FeatureCollectionPolygonGraph. getCommonBoundaries(PolygonGraphNode node)FeatureCollectionPolygonGraph. getEdgesBetweenInterriorPoints()FeatureCollectionPolygonGraph. getNodesAsInterriorPoint()FeatureCollectionPolygonGraph. getNonSharedBoundaries()FeatureCollectionPolygonGraph. getSharedBoundaries()Constructors in org.openjump.core.graph.polygongraph with parameters of type FeatureCollection Constructor Description PolygonGraph(FeatureCollection polygonFeatures) -
Uses of FeatureCollection in org.openjump.core.rasterimage.algorithms
Methods in org.openjump.core.rasterimage.algorithms that return FeatureCollection Modifier and Type Method Description FeatureCollectionVectorizeAlgorithm. 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 rasterFeatureCollectionVectorizeAlgorithm. toGridPoint(GridWrapperNotInterpolated gwrapper, int numBands)FeatureCollectionVectorizeAlgorithm. toGridPolygon(GridWrapperNotInterpolated gwrapper, int maxCells, int numBands)FeatureCollectionVectorizeAlgorithm. toLines(GridWrapperNotInterpolated gwrapper, String attributeName)Convert a line raster a feature collection of linestrings defining a GridWrapperNotInterpolated and an attribute.FeatureCollectionVectorizeAlgorithm. 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 FeatureCollection Constructor Description RasterizeAlgorithm(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 FeatureCollection Modifier and Type Method Description protected 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 FeatureCollection Modifier and Type Method Description protected FeatureCollectionH2DataStoreDataSource. createFeatureCollection()Methods in org.openjump.core.ui.plugin.datastore.h2 with parameters of type FeatureCollection Modifier and Type Method Description protected 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 FeatureCollection Modifier and Type Method Description static 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 FeatureCollection Modifier and Type Method Description protected FeatureCollectionPostGISDataStoreDataSource. createFeatureCollection()Methods in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type FeatureCollection Modifier and Type Method Description protected 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 FeatureCollection Modifier and Type Method Description FeatureCollectionInstallDummyReaderPlugIn.DummyDataSource. installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry)Methods in org.openjump.core.ui.plugin.file with parameters of type FeatureCollection Modifier and Type Method Description FeatureCollectionInstallDummyReaderPlugIn.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 FeatureCollection Modifier and Type Method Description static 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 FeatureCollection Modifier and Type Field Description static FeatureCollectionProfileGraphGUI. resultFCMethods in org.openjump.core.ui.plugin.raster with parameters of type FeatureCollection Modifier and Type Method Description static 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 FeatureCollection Modifier and Type Method Description FeatureCollectionPlanarGraphPlugIn. createEdgeLayer(FeatureCollection fc, boolean nodeb, boolean faceb, boolean relations)FeatureCollectionPlanarGraphPlugIn. createFaceLayer(FeatureCollection fcEdge, boolean relations)FeatureCollectionPlanarGraphPlugIn. createNodeLayer(FeatureCollection fcEdge, boolean relations)Methods in org.openjump.core.ui.plugin.tools with parameters of type FeatureCollection Modifier and Type Method Description FeatureCollectionPlanarGraphPlugIn. createEdgeLayer(FeatureCollection fc, boolean nodeb, boolean faceb, boolean relations)FeatureCollectionPlanarGraphPlugIn. createFaceLayer(FeatureCollection fcEdge, boolean relations)FeatureCollectionPlanarGraphPlugIn. 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 FeatureCollection Modifier and Type Method Description FeatureCollectionFeatureCollectionAggregator. 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 FeatureCollection Constructor Description FeatureCollectionAggregator(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 FeatureCollection Modifier and Type Method Description FeatureCollectionSimplifyPolygonCoveragePlugIn. 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 FeatureCollection Modifier and Type Method Description FeatureCollectionSimplifyPolygonCoveragePlugIn. 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 FeatureCollection Modifier and Type Method Description protected 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 FeatureCollection Modifier and Type Method Description static 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 FeatureCollection Modifier and Type Method Description static 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 FeatureCollection Modifier and Type Method Description static 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
-