public class FeatureCollectionTypeBinding extends FeatureCollectionTypeBinding
SimpleFeatureCollection
encodingConstructor and Description |
---|
FeatureCollectionTypeBinding(WfsFactory factory) |
FeatureCollectionTypeBinding(WfsFactory factory,
Encoder encoder) |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(Object object,
QName name)
Uses EMF reflection dynamically return the property with the specified name.
|
getTarget, parse, setProperty
createEObject, getType
encode, getExecutionMode, getProperties, initialize, initializeChildContext
public FeatureCollectionTypeBinding(WfsFactory factory, Encoder encoder)
public FeatureCollectionTypeBinding(WfsFactory factory)
public Object getProperty(Object object, QName name) throws Exception
AbstractComplexEMFBinding
In the case that the name of a child element or attributes does not match the name of a property on the object, subclasses may wish to extend this method and set the property explicitly.
getProperty
in interface ComplexBinding
getProperty
in class FeatureCollectionTypeBinding
object
- The object being encoded.name
- The name of the property to obtain.null
.Exception
ComplexBinding.getProperty(Object, QName)
Copyright © 1996–2023 Geotools. All rights reserved.