public class WFSBindingUtils extends Object
| Constructor and Description |
|---|
WFSBindingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
asBigInteger(Number number) |
static void |
outputFormat(EObject object,
Node node,
String defalt)
Sets the outputFormat feature of the object passed in.
|
static void |
service(EObject object,
Node node)
Sets the service feature of the object passed in.
|
static void |
version(EObject object,
Node node)
Sets the version feature of the object passed in.
|
public static void service(EObject object,
Node node)
The service value is retreived as an attribute from the node, if null, the
default "WFS" is used.
object - An object which contains a feature named "service"node - The parse node.public static void version(EObject object,
Node node)
The version value is retreived as an attribute from the node, if null, the
default "1.0.0" is used.
object - An object which contains a feature named "version"node - The parse node.public static void outputFormat(EObject object,
Node node,
String defalt)
The outputFormat value is retreived as an attribute from the node, if null,
the default default is used.
object - An object which contains a feature named "version"node - The parse node.public static BigInteger asBigInteger(Number number)
value - A numberBigInteger.Copyright © 1996–2019 Geotools. All rights reserved.