public class Operations extends Object
Constructor and Description |
---|
Operations() |
Modifier and Type | Method and Description |
---|---|
void |
addDoubleFieldFromOperation(FeatureStore featureStore,
String fieldName,
String operationName) |
void |
addXYPoints(FeatureStore featureStore,
String xFieldName,
String yFieldName) |
String |
getFieldName(FeatureStore featureStore,
String fieldName,
int index) |
public void addDoubleFieldFromOperation(FeatureStore featureStore, String fieldName, String operationName) throws DataException, GeometryOperationNotSupportedException, GeometryOperationException
public String getFieldName(FeatureStore featureStore, String fieldName, int index) throws DataException
DataException
public void addXYPoints(FeatureStore featureStore, String xFieldName, String yFieldName) throws DataException
featureStore
- string
- string2
- DataException