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 class
FeatureCollectionWrapper
Delegates to another instance of FeatureCollection.class
FeatureDataset
Default implementation of FeatureCollection.class
IndexedFeatureCollection
An 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 FeatureCollection
FeatureDatasetFactory. createFromGeometry(Collection geoms)
Creates a FeatureCollection from a Collection ofGeometry
sprotected FeatureCollection
FeatureCollectionWrapper. getFeatureCollection()
FeatureCollection
FeatureCollectionWrapper. getUltimateWrappee()
Returns the non-wrapper FeatureCollection wrapped by this wrapper and possibly by other wrappers in-between.FeatureCollection
FeatureCollectionWrapper. getWrappee()
Returns the FeatureCollection that this wrapper delegates to (possibly another FeatureCollectionWrapper).FeatureCollection
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 FeatureCollection Modifier and Type Method Description FeatureDataset
FeatureUpdateRecorder. applyUpdates(FeatureCollection fc)
Applies updates to an existing FeatureCollection.protected void
FeatureCollectionWrapper. 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 FeatureCollection
AbstractJUMPReader. read(DriverProperties dp)
Read the specified file using the filename given by the "File" property and any other parameters.FeatureCollection
FMEGMLReader. read(DriverProperties dp)
Main method - reads in FMEGML file specified in the DriverProperties ('InputFile' or 'DefaultValue')FeatureCollection
GMLReader. read(DriverProperties dp)
Main Entry - load in a GML fileFeatureCollection
GMLReader. read(InputStream is)
Helper function - calls read(java.io.Reader r,String readerName) with the readerName "Unknown Stream".FeatureCollection
GMLReader. read(Object o, String readerName)
Main function to read a GML file.FeatureCollection
JUMPReader. read(DriverProperties dp)
Read the specified file using the filename given by the "File" property and any other parameters.FeatureCollection
ShapefileReader. read(DriverProperties dp)
Main method to read a shapefile.FeatureCollection
WKTReader. read(DriverProperties dp)
Main function -read in a file containing a list of WKT geometriesFeatureCollection
WKTReader. 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 void
AbstractJUMPWriter. write(FeatureCollection featureCollection, DriverProperties dp)
void
FMEGMLWriter. 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
.void
GMLWriter. write(FeatureCollection featureCollection, DriverProperties dp)
Main entry function - write the GML file.void
GMLWriter. write(FeatureCollection featureCollection, Writer writer)
Actual evaluator/writer - you should have already called setOutputTemplatevoid
JUMPWriter. write(FeatureCollection featureCollection, DriverProperties dp)
Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.void
ShapefileWriter. write(FeatureCollection featureCollection, DriverProperties dp)
Main method - write the featurecollection to a shapefile (2d, 3d or 4d).void
WKTWriter. write(FeatureCollection featureCollection, DriverProperties dp)
Main method - writes a list of wkt features (no attributes).void
WKTWriter. 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 FeatureCollection
Connection. executeQuery(String query, TaskMonitor monitor)
Returns from a DataSource a dataset specified using a query string (the format of which is implementation-dependent).FeatureCollection
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).FeatureCollection
DataSource. installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry)
FeatureCollection
DelegatingCompressedFileHandler. read(DriverProperties dp)
Deprecated.Methods in com.vividsolutions.jump.io.datasource with parameters of type FeatureCollection Modifier and Type Method Description void
Connection. executeUpdate(String query, FeatureCollection featureCollection, TaskMonitor monitor)
Modifies data in the DataSource accordinate to a query string (the format of which is implementation-dependent).FeatureCollection
DataSource. 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 FeatureCollection
GeoJSONFeatureCollectionWrapper. getFeatureCollection()
we need to fixup the feature schema before the collection is ready to be usedFeatureCollection
GeoJSONReader. read(DriverProperties dp)
Methods in com.vividsolutions.jump.io.geojson with parameters of type FeatureCollection Modifier and Type Method Description void
GeoJSONWriter. 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 void
SegmentsExtracter. 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 FeatureCollection
DiffSegments. computeDiffEdges(int index)
Returns all the subedges from fc which are unmatched.FeatureCollection[]
DiffGeometry. diff()
FeatureCollection[]
DiffGeometryComponents. diff()
FeatureCollection[]
DiffSegmentsWithTolerance. diff()
FeatureCollection
MatchCollection. getUnmatchedFeatures()
Methods in com.vividsolutions.jump.qa.diff with parameters of type FeatureCollection Modifier and Type Method Description void
DiffSegments. 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 FeatureCollection
OverlayEngine. overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor)
Creates the overlay of the two datasets.FeatureCollection
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 FeatureCollection Modifier and Type Method Description FeatureCollection
OverlayEngine. overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor)
Creates the overlay of the two datasets.FeatureCollection
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 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 FeatureCollection
SimpleGMLReader. 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 FeatureCollection
CoordinateTransform. transform(FeatureCollection featureCollection)
Methods in com.vividsolutions.jump.warp with parameters of type FeatureCollection Modifier and Type Method Description FeatureCollection
CoordinateTransform. 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 class
ObservableFeatureCollection
Notifies listeners when features are added to or removed from a FeatureCollection.class
OneItemFeatureCollection
Restricts 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 Layer
LayerManager. addLayer(String categoryName, String layerName, FeatureCollection featureCollection)
Layer
LayerManager. addOrReplaceLayer(String categoryName, String layerName, FeatureCollection featureCollection)
void
Layer. setFeatureCollection(FeatureCollection featureCollection)
void
LayerView. 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 class
CachingFeatureCollection
Caches features to prevent unnecessary queries.class
DynamicFeatureCollection
class
ThreadSafeFeatureCollectionWrapper
Thread 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 Layer
PlugInContext. 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 FeatureCollection
FeatureCollectionPanel. 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 FeatureCollection
AddNewLayerPlugIn. createBlankFeatureCollection()
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type FeatureCollection Modifier and Type Method Description protected void
AddNewFeaturesPlugIn. apply(FeatureCollection c, PlugInContext context)
protected void
EditSelectedFeaturePlugIn. apply(FeatureCollection c, PlugInContext context)
protected abstract void
WKTPlugIn. 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 FeatureCollection
SpatialJoinExecuter. getResultFC()
FeatureCollection
SpatialQueryExecuter. getResultFC()
Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type FeatureCollection Modifier and Type Method Description void
SpatialJoinExecuter. execute(TaskMonitor monitor, GeometryPredicate func, double[] params, FeatureCollection resultFC)
Computes geomSrc.func(geomMask)void
SpatialQueryExecuter. 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 FeatureCollection
DataStoreDataSource. createFeatureCollection()
protected FeatureCollection
DataStoreQueryDataSource. 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 FeatureCollection
LegendPlugIn.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 Layer
MainButtonPlugIn. generateLayer(String name, String category, Color color, LayerManagerProxy proxy, FeatureCollection featureCollection, String description)
protected Layer
MainButtonPlugIn. 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 void
AffineTransformPlugIn. checkValid(FeatureCollection featureCollection, PlugInContext context)
static void
ProjectiveTransformPlugIn. checkValid(FeatureCollection featureCollection, PlugInContext context)
static void
WarpingPanel. 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 FeatureCollection
FeatureCollectionTools. fc
Methods in org.openjump.core.apitools that return FeatureCollection Modifier and Type Method Description static FeatureCollection
IOTools. load(String filename)
static FeatureCollection
IOTools. load(String filename, String zipFileName)
static FeatureCollection
IOTools. loaddBaseFile(String sFilename)
static FeatureCollection
IOTools. loadFMEGML(String filename)
static FeatureCollection
IOTools. loadJMLFile(String filename)
static FeatureCollection
IOTools. loadShapefile(String filename)
static FeatureCollection
IOTools. loadShapefile(String filename, String zipFileName)
static FeatureCollection
IOTools. loadWKT(String filename)
Methods in org.openjump.core.apitools with parameters of type FeatureCollection Modifier and Type Method Description static Layer
LayerTools. addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
static Layer
LayerTools. addAndSelectStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role)
static PirolFeatureCollection
FeatureCollectionTools. addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos)
static PirolFeatureCollection
FeatureCollectionTools. addAttributesToFeatureCollection(FeatureCollection fc, AttributeInfo[] attributeInfos, boolean clearOriginalFeatureCollection)
Adds multiple attributes to a FeatureCollectionstatic PirolFeatureCollection
FeatureCollectionTools. addAttributesToFeatureCollection(FeatureCollection fc, List<AttributeInfo> attributeInfos)
Adds multiple attributes to a FeatureCollectionstatic PirolFeatureCollection
FeatureCollectionTools. addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo)
static PirolFeatureCollection
FeatureCollectionTools. addAttributeToFeatureCollection(FeatureCollection fc, AttributeInfo attrInfo, boolean clearOldFeatureCollection)
static PirolFeatureCollection
FeatureCollectionTools. addAttributeToFeatureCollection(FeatureCollection fc, String attr, AttributeType at, Object defaultVal)
Method to add a new attribute to an existing FeatureCollection.static PirolFeatureCollection
FeatureCollectionTools. addAttributeToFeatureCollection(FeatureCollection fc, String attr, AttributeType at, Object defaultVal, boolean clearOldFeatureCollection)
Method to add a new attribute to an existing FeatureCollection.static Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, PlugInContext context, FeatureCollectionRole role)
static Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, boolean select, FeatureCollectionRole role)
static Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, Color color, PlugInContext context, FeatureCollectionRole role)
Layer
LayerTools. addStandardResultLayer(String title, FeatureCollection featCollection, FeatureCollectionRole role)
static PirolFeatureCollection
FeatureCollectionTools. applyFormulaToFeatureCollection(FeatureCollection oldFc, AttributeInfo attrInfo, FormulaValue formula, boolean clearOldFeatureCollection)
Method to apply a given formula to the given, new attribute of the given featureCollectionstatic PirolFeatureCollection
FeatureCollectionTools. 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 Feature
FeatureCollectionTools. getFeatureFromCollection(FeatureCollection features, int fid)
Get the feature with the specified ID from the FeatureCollectionstatic double[]
FeatureCollectionTools. getMinMaxAttributeValue(FeatureCollection features, String attr)
static String
FeatureCollectionTools. getUniqueAttributeName(FeatureCollection fc, String attr)
static void
IOTools. print(FeatureCollection fc)
static void
IOTools. save(FeatureCollection fc, String filename)
static void
IOTools. savedBaseFile(FeatureCollection featureCollection, String fname, Charset charset)
static void
IOTools. saveDbfFile(FeatureCollection fc, String filename)
static void
IOTools. saveJMLFile(FeatureCollection fc, String filename)
static void
IOTools. 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 class
PirolFeatureCollection
Class 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 FeatureCollection
PirolFeatureCollection. featureDataSet
Methods in org.openjump.core.apitools.objecttyperoles that return FeatureCollection Modifier and Type Method Description FeatureCollection
PirolFeatureCollection. getFeatureDataSet()
for java2xmlFeatureCollection
PirolFeatureCollection. 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 void
PirolFeatureCollection. 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 FeatureCollection
PolygonGraph. getCommonBoundaries(PolygonGraphNode node)
FeatureCollection
PolygonGraph. getEdgesBetweenInterriorPoints()
FeatureCollection
PolygonGraph. getNodesAsInterriorPoint()
FeatureCollection
PolygonGraph. getNonSharedBoundaries()
FeatureCollection
PolygonGraph. 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 FeatureCollection
VectorizeAlgorithm. 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 rasterFeatureCollection
VectorizeAlgorithm. toGridPoint(GridWrapperNotInterpolated gwrapper, int numBands)
FeatureCollection
VectorizeAlgorithm. toGridPolygon(GridWrapperNotInterpolated gwrapper, int maxCells, int numBands)
FeatureCollection
VectorizeAlgorithm. toLines(GridWrapperNotInterpolated gwrapper, String attributeName)
Convert a line raster a feature collection of linestrings defining a GridWrapperNotInterpolated and an attribute.FeatureCollection
VectorizeAlgorithm. toPoint(GridWrapperNotInterpolated gwrapper, int band)
static FeatureCollection
VectorizeAlgorithm. 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 FeatureCollection
VectorizeAlgorithm. toPolygonsAdbToolBox(GridWrapperNotInterpolated gwrapper, boolean explodeMultipolygons, String attributeName, int band)
Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band AdbToolbox algorithmstatic FeatureCollection
VectorizeAlgorithm. toPolygonsMikeToolBox(GridWrapperNotInterpolated gwrapper, boolean simplify, String attributeName, int band)
static FeatureCollection
VectorizeAlgorithm. 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 void
WritableDataStoreDataSource. 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 int
WritableDataStoreDataSource. 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 Class
WritableDataStoreDataSource. 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 FeatureCollection
H2DataStoreDataSource. createFeatureCollection()
Methods in org.openjump.core.ui.plugin.datastore.h2 with parameters of type FeatureCollection Modifier and Type Method Description protected void
H2DataStoreDataSource. 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 int
SaveToPostGISDataSource. 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 FeatureCollection
PostGISDataStoreDataSource. createFeatureCollection()
Methods in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type FeatureCollection Modifier and Type Method Description protected void
PostGISDataStoreDataSource. 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 FeatureCollection
InstallDummyReaderPlugIn.DummyDataSource. installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry)
Methods in org.openjump.core.ui.plugin.file with parameters of type FeatureCollection Modifier and Type Method Description FeatureCollection
InstallDummyReaderPlugIn.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 Layer
ExportLayerableEnvelopeAsGeometryPlugIn. 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 FeatureCollection
ProfileGraphGUI. resultFC
Methods in org.openjump.core.ui.plugin.raster with parameters of type FeatureCollection Modifier and Type Method Description static Plot2DPanelOJ
ProfileGraphGUI. 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 FeatureCollection
PlanarGraphPlugIn. createEdgeLayer(FeatureCollection fc, boolean nodeb, boolean faceb, boolean relations)
FeatureCollection
PlanarGraphPlugIn. createFaceLayer(FeatureCollection fcEdge, boolean relations)
FeatureCollection
PlanarGraphPlugIn. createNodeLayer(FeatureCollection fcEdge, boolean relations)
Methods in org.openjump.core.ui.plugin.tools with parameters of type FeatureCollection Modifier and Type Method Description FeatureCollection
PlanarGraphPlugIn. createEdgeLayer(FeatureCollection fc, boolean nodeb, boolean faceb, boolean relations)
FeatureCollection
PlanarGraphPlugIn. createFaceLayer(FeatureCollection fcEdge, boolean relations)
FeatureCollection
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 FeatureCollection Modifier and Type Method Description FeatureCollection
FeatureCollectionAggregator. 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 FeatureCollection
SimplifyPolygonCoveragePlugIn. 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 FeatureCollection
SimplifyPolygonCoveragePlugIn. 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 void
AbstractLinearReferencingPlugIn. 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 boolean
LayerableUtil. isLinealLayer(FeatureCollection featureCollection)
Check if selected FeatureCollection has only linestring and/or multilinestring and/or multilinearings (Shapefile model)static boolean
LayerableUtil. isMixedGeometryType(FeatureCollection featureCollection)
Check if selected FeatureCollection has geoemtries of different typesstatic boolean
LayerableUtil. isPointLayer(FeatureCollection featureCollection)
Check if selected featureCollection has only points and/or multipointsstatic boolean
LayerableUtil. 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 ArrayList
FeatureCollectionUtil. getAttributesList(FeatureCollection fc)
static int
FeatureCollectionUtil. getFeatureCollectionDimension(FeatureCollection fc)
static void
FeatureCollectionUtil. unionByAttributeValue(FeatureCollection featureCollection, String attributeName)
Merge features and their geometries in the FeatureCollection given when the given attribute name contains identical valuesstatic void
FeatureCollectionUtil. 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 PirolFeatureCollection
MetaInformationHandler. createPirolFeatureCollection(FeatureCollection fc)
creates a PirolFeatureCollection out of a regular FeatureCollectionstatic PirolFeatureCollection
MetaInformationHandler. createPirolFeatureCollection(FeatureCollection fc, FeatureCollectionRole role)
creates a PirolFeatureCollection out of a regular FeatureCollection
-