| java.lang.Object com.vividsolutions.jump.tools.OverlayEngine
OverlayEngine | public class OverlayEngine (Code) | | Takes two FeatureCollections and returns their overlay, which is a new
FeatureCollection containing the intersections of all pairs of input features.
|
Constructor Summary | |
public | OverlayEngine() Creates a new OverlayEngine. |
OverlayEngine | public OverlayEngine()(Code) | | Creates a new OverlayEngine.
|
overlay | public FeatureCollection overlay(FeatureCollection a, FeatureCollection b, TaskMonitor monitor)(Code) | | Creates the overlay of the two datasets. The attributes from both datasets
will be transferred to the overlay.
Parameters: a - the first dataset involved in the overlay Parameters: b - the second dataset involved in the overlay intersections of all pairs of input features |
overlay | public FeatureCollection overlay(FeatureCollection a, FeatureCollection b, AttributeMapping mapping, TaskMonitor monitor)(Code) | | Creates the overlay of the two datasets. The attributes from the datasets
will be transferred as specified by the AttributeMapping.
Parameters: a - the first dataset involved in the overlay Parameters: b - the second dataset involved in the overlay Parameters: mapping - specifies which attributes are transferred intersections of all pairs of input features |
setAllowingPolygonsOnly | public void setAllowingPolygonsOnly(boolean allowingPolygonsOnly)(Code) | | |
setSplittingGeometryCollections | public void setSplittingGeometryCollections(boolean splittingGeometryCollections)(Code) | | |
|
|