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