509510511512513514515
EFeatureInfo...eFeatureInfo) throws EFeatureEncoderException { if(eFeatureInfo.length>0) { eAttribute = eFeatureInfo[0].eMappedTo(eAttribute); } return new EGeometryValueEquals(eAttribute,value,false); }
46474849505152
@Override protected Condition createCondition(int index, Object filter) throws EFeatureEncoderException { // // Create condition // return new EGeometryValueEquals(eAttribute, filter, false); }