ComplexBinding.getProperties(Object,
XSDElementDeclaration)
public class FeaturePropertyExtractor extends Object implements PropertyExtractor
Constructor and Description |
---|
FeaturePropertyExtractor(SchemaIndex schemaIndex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(Object object)
Deprecated.
Determines if this extractor can handle objects of the given type.
|
List |
properties(Object object,
XSDElementDeclaration element)
Deprecated.
Exracts the properties from the object being encoded.
|
public FeaturePropertyExtractor(SchemaIndex schemaIndex)
public boolean canHandle(Object object)
PropertyExtractor
canHandle
in interface PropertyExtractor
object
- The object being encoded.true
if the extractor can handle the object,
otherwise false.
public List properties(Object object, XSDElementDeclaration element)
PropertyExtractor
This method should return a set of tuples made up of (XSDParticle
,Object).
properties
in interface PropertyExtractor
object
- The object being encoded.element
- The element declaration corresponding to the object being encoded.Copyright © 1996–2019 Geotools. All rights reserved.