Class SimpleFeatureAttribute<A>
- java.lang.Object
-
- com.googlecode.cqengine.attribute.support.AbstractAttribute<O,A>
-
- com.googlecode.cqengine.attribute.SimpleNullableAttribute<org.geotools.api.feature.simple.SimpleFeature,A>
-
- org.locationtech.geomesa.memory.cqengine.attribute.SimpleFeatureAttribute<A>
-
- All Implemented Interfaces:
com.googlecode.cqengine.attribute.Attribute<org.geotools.api.feature.simple.SimpleFeature,A>
public class SimpleFeatureAttribute<A> extends com.googlecode.cqengine.attribute.SimpleNullableAttribute<org.geotools.api.feature.simple.SimpleFeature,A>
-
-
Constructor Summary
Constructors Constructor Description SimpleFeatureAttribute(Class<A> fieldType, org.geotools.api.feature.simple.SimpleFeatureType sft, String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetValue(org.geotools.api.feature.simple.SimpleFeature object, com.googlecode.cqengine.query.option.QueryOptions queryOptions)
-