org.geotools.xml.impl.jxpath
Class FeaturePropertyHandler
Object
FeaturePropertyHandler
- All Implemented Interfaces:
- DynamicPropertyHandler
public class FeaturePropertyHandler
- extends Object
- implements DynamicPropertyHandler
JXPath property handler for features.
- Author:
- Justin Deoliveira, The Open Planning Project
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeaturePropertyHandler
public FeaturePropertyHandler()
getPropertyNames
public String[] getPropertyNames(Object object)
- Specified by:
getPropertyNames
in interface DynamicPropertyHandler
getProperty
public Object getProperty(Object object,
String property)
- Specified by:
getProperty
in interface DynamicPropertyHandler
setProperty
public void setProperty(Object object,
String property,
Object value)
- Specified by:
setProperty
in interface DynamicPropertyHandler
Copyright © 1996-2009 Geotools. All Rights Reserved.