org.gcube.contentmanagement.timeseries.geotools.tools
Class LayersIntersection
java.lang.Object
org.gcube.contentmanagement.timeseries.geotools.tools.LayersIntersection
public class LayersIntersection
- extends Object
|
Method Summary |
void |
generateLayer(String styleName,
String tableName)
|
static void |
main(String[] args)
|
void |
Subtract2(String firstLayer,
String secondLayer,
String resultingTable,
String firstLayerGeometryColumn,
String secondLayerGeometryColumn,
String secondLayerKey)
|
void |
Subtract4(String firstLayer,
String secondLayer,
String resultingTable,
String firstLayerGeometryColumn,
String secondLayerGeometryColumn,
String secondLayerKey)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayersIntersection
public LayersIntersection(TSGeoToolsConfiguration configuration)
throws Exception
- Throws:
Exception
Subtract4
public void Subtract4(String firstLayer,
String secondLayer,
String resultingTable,
String firstLayerGeometryColumn,
String secondLayerGeometryColumn,
String secondLayerKey)
throws Exception
- Throws:
Exception
Subtract2
public void Subtract2(String firstLayer,
String secondLayer,
String resultingTable,
String firstLayerGeometryColumn,
String secondLayerGeometryColumn,
String secondLayerKey)
throws Exception
- Throws:
Exception
generateLayer
public void generateLayer(String styleName,
String tableName)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.