public class CollectionAction_Point_Within_Polygon extends CollectionAction
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
CollectionAction_Point_Within_Polygon(org.geotools.data.DataStore dataStore2Write,
Map properties) |
| Modifier and Type | Method and Description |
|---|---|
org.opengis.feature.simple.SimpleFeatureType |
createNewFeatureType(org.opengis.feature.simple.SimpleFeatureType featureType,
int attributeId,
Class binding,
List<org.opengis.feature.type.AttributeDescriptor> extraAttr) |
void |
execute(org.geotools.feature.DefaultFeatureCollection pointCollection,
org.geotools.feature.DefaultFeatureCollection polygonCollection,
Action nextAction) |
void |
execute(org.geotools.feature.FeatureCollection collection,
Action writer) |
org.geotools.data.DataStore |
getDataStore2Write() |
String |
getPointsTable() |
String |
getPolygonTable() |
void |
setDataStore2Write(org.geotools.data.DataStore dataStore2Write) |
void |
setPointsTable(String pointsTable) |
void |
setPolygonTable(String polygonTable) |
geometryCollectionToWKTStringpublic void execute(org.geotools.feature.FeatureCollection collection,
Action writer)
execute in class CollectionActionpublic void execute(org.geotools.feature.DefaultFeatureCollection pointCollection,
org.geotools.feature.DefaultFeatureCollection polygonCollection,
Action nextAction)
public org.opengis.feature.simple.SimpleFeatureType createNewFeatureType(org.opengis.feature.simple.SimpleFeatureType featureType,
int attributeId,
Class binding,
List<org.opengis.feature.type.AttributeDescriptor> extraAttr)
public org.geotools.data.DataStore getDataStore2Write()
public void setDataStore2Write(org.geotools.data.DataStore dataStore2Write)
public String getPointsTable()
public void setPointsTable(String pointsTable)
public String getPolygonTable()
public void setPolygonTable(String polygonTable)
Copyright © 2020 B3Partners B.V.. All rights reserved.