public interface IDissolveRule
Modifier and Type | Method and Description |
---|---|
String |
getFieldName(String func)
Returns the name of the field for the selected function
|
int |
getIndexField()
Gets the index of the field to apply the dissolve rule
|
boolean |
isFunctionIncluded(String func)
Returns true if the selected function is included in the summary
|
boolean |
verifyIfDissolve(Geometry g1,
Geometry g2,
Feature f1,
Feature f2)
Verifies if the given geometries will be dissolved
|
boolean verifyIfDissolve(Geometry g1, Geometry g2, Feature f1, Feature f2)
g1
- g2
- f
- boolean isFunctionIncluded(String func)
func
- String getFieldName(String func)
int getIndexField()