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 classDncGeosymAttributeComparisonclassDncGeosymAttributeCompoundExpressionFields in com.metsci.glimpse.dnc.geosym declared as DncGeosymAttributeExpression Modifier and Type Field Description static DncGeosymAttributeExpressionDncGeosymAttributeExpressions. alwaysTrueDncGeosymAttributeExpressionDncGeosymAssignment. attrExprFields in com.metsci.glimpse.dnc.geosym with type parameters of type DncGeosymAttributeExpression Modifier and Type Field Description List<? extends DncGeosymAttributeExpression>DncGeosymAttributeCompoundExpression. termsMethods in com.metsci.glimpse.dnc.geosym that return DncGeosymAttributeExpression Modifier and Type Method Description static DncGeosymAttributeExpressionDncGeosymAttributeExpressions. 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 booleanDncGeosymAttributeCompoundExpression. evalAnd(List<? extends DncGeosymAttributeExpression> terms, Function<String,Object> featureAttrs, Function<String,Object> externalAttrs)static booleanDncGeosymAttributeCompoundExpression. 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)
-