@Api(allMethods=true) public class PersistTransactionRequest extends Object implements CommandRequest
PersistTransactionCommand.| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND
Command name for this request.
|
| Constructor and Description |
|---|
PersistTransactionRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCrs()
Get the coordinate reference space which should be used for the returned geometries.
|
FeatureTransaction |
getFeatureTransaction()
Get the feature transaction.
|
void |
setCrs(String crs)
Set the coordinate reference space which should be used for the returned geometries.
|
void |
setFeatureTransaction(FeatureTransaction featureTransaction)
Set the feature transaction.
|
String |
toString() |
public static final String COMMAND
public FeatureTransaction getFeatureTransaction()
public void setFeatureTransaction(FeatureTransaction featureTransaction)
featureTransaction - feature transactionpublic String getCrs()
public void setCrs(String crs)
crs - crsCopyright © 2013 Geosparc. All Rights Reserved.