Uses of Interface
com.metsci.glimpse.dnc.geosym.DncGeosymAttributeExpression
-
Packages that use DncGeosymAttributeExpression Package Description com.metsci.glimpse.dnc.geosym -
-
Uses of DncGeosymAttributeExpression in com.metsci.glimpse.dnc.geosym
Classes in com.metsci.glimpse.dnc.geosym that implement DncGeosymAttributeExpression Modifier and Type Class Description class
DncGeosymAttributeComparison
class
DncGeosymAttributeCompoundExpression
Fields in com.metsci.glimpse.dnc.geosym declared as DncGeosymAttributeExpression Modifier and Type Field Description static DncGeosymAttributeExpression
DncGeosymAttributeExpressions. alwaysTrue
DncGeosymAttributeExpression
DncGeosymAssignment. attrExpr
Fields in com.metsci.glimpse.dnc.geosym with type parameters of type DncGeosymAttributeExpression Modifier and Type Field Description List<? extends DncGeosymAttributeExpression>
DncGeosymAttributeCompoundExpression. terms
Methods in com.metsci.glimpse.dnc.geosym that return DncGeosymAttributeExpression Modifier and Type Method Description static DncGeosymAttributeExpression
DncGeosymAttributeExpressions. buildAttributeExpression(List<String> connectorOps, List<? extends DncGeosymAttributeExpression> predicates)
Methods in com.metsci.glimpse.dnc.geosym that return types with arguments of type DncGeosymAttributeExpression Modifier and Type Method Description static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymAttributeExpression>
DncGeosymIo. readGeosymAttributeExpressions(it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> comparisonOpCodes, it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> connectorCodes)
static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymAttributeExpression>
DncGeosymIo. readGeosymAttributeExpressions(BufferedReader reader, it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> comparisonOpCodes, it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> connectorCodes)
Method parameters in com.metsci.glimpse.dnc.geosym with type arguments of type DncGeosymAttributeExpression Modifier and Type Method Description static boolean
DncGeosymAttributeCompoundExpression. evalAnd(List<? extends DncGeosymAttributeExpression> terms, Function<String,Object> featureAttrs, Function<String,Object> externalAttrs)
static boolean
DncGeosymAttributeCompoundExpression. evalOr(List<? extends DncGeosymAttributeExpression> terms, Function<String,Object> featureAttrs, Function<String,Object> externalAttrs)
Constructors in com.metsci.glimpse.dnc.geosym with parameters of type DncGeosymAttributeExpression Constructor Description DncGeosymAssignment(int id, String fcode, String delineation, String coverageType, DncGeosymAttributeExpression attrExpr, String pointSymbolId, String lineSymbolId, String areaSymbolId, int displayPriority, String orientationAttr, List<DncGeosymLabelMaker> labelMakers)
Constructor parameters in com.metsci.glimpse.dnc.geosym with type arguments of type DncGeosymAttributeExpression Constructor Description DncGeosymAttributeCompoundExpression(String connectorOp, List<? extends DncGeosymAttributeExpression> terms)
-