Package org.geotools.wfs.bindings
Class WFSBindingUtils
Object
WFSBindingUtils
Utility class to be used by bindings.
- Author:
- Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BigIntegerasBigInteger(Number number) static voidoutputFormat(EObject object, Node node, String defalt) Sets the outputFormat feature of the object passed in.static voidSets the service feature of the object passed in.static voidSets the version feature of the object passed in.
- 
Constructor Details- 
WFSBindingUtilspublic WFSBindingUtils()
 
- 
- 
Method Details- 
serviceSets the service feature of the object passed in.The service value is retreived as an attribute from the node, if null, the default "WFS" is used.- Parameters:
- object- An object which contains a feature named "service"
- node- The parse node.
 
- 
versionSets the version feature of the object passed in.The version value is retreived as an attribute from the node, if null, the default "1.0.0" is used.- Parameters:
- object- An object which contains a feature named "version"
- node- The parse node.
 
- 
outputFormatSets the outputFormat feature of the object passed in.The outputFormat value is retreived as an attribute from the node, if null, the defaultdefaultis used.- Parameters:
- object- An object which contains a feature named "version"
- node- The parse node.
 
- 
asBigInteger- Parameters:
- number- A number
- Returns:
- The number as a BigInteger.
 
 
-