|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.gml2.FeaturePropertyExtractor
ComplexBinding.getProperties(Object, XSDElementDeclaration)
public class FeaturePropertyExtractor
Special property extractor for extracting attributes from features.
Constructor Summary | |
---|---|
FeaturePropertyExtractor(SchemaIndex schemaIndex)
Deprecated. |
Method Summary | |
---|---|
boolean |
canHandle(java.lang.Object object)
Deprecated. Determines if this extractor can handle objects of the given type. |
java.util.List |
properties(java.lang.Object object,
org.eclipse.xsd.XSDElementDeclaration element)
Deprecated. Exracts the properties from the object being encoded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeaturePropertyExtractor(SchemaIndex schemaIndex)
Method Detail |
---|
public boolean canHandle(java.lang.Object object)
PropertyExtractor
canHandle
in interface PropertyExtractor
object
- The object being encoded.
true
if the extractor can handle the object,
otherwise false.
public java.util.List properties(java.lang.Object object, org.eclipse.xsd.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |