|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.complex.filter.MapPropertyAccessorFactory
public class MapPropertyAccessorFactory
A PropertyAccessorFactory
that returns a PropertyAccessor
capable of evaluating
single attribute names from a Map
.
Constructor Summary | |
---|---|
MapPropertyAccessorFactory()
|
Method Summary | |
---|---|
PropertyAccessor |
createPropertyAccessor(java.lang.Class type,
java.lang.String xpath,
java.lang.Class target,
Hints hints)
Creates a property accessor for a particular class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapPropertyAccessorFactory()
Method Detail |
---|
public PropertyAccessor createPropertyAccessor(java.lang.Class type, java.lang.String xpath, java.lang.Class target, Hints hints)
createPropertyAccessor
in interface PropertyAccessorFactory
type
- The type of object to be accessed.xpath
- The xpath expression to evaluate.target
- The kind of result we are expecting (ie Geometry)hints
- Hints to be used when creatign the accessor.
null
if this factory cannot create an
accessor for the specified type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |