Package | Description |
---|---|
com.metsci.glimpse.dnc.geosym |
Modifier and Type | Class and Description |
---|---|
class |
DncGeosymAttributeComparison |
class |
DncGeosymAttributeCompoundExpression |
Modifier and Type | Field and Description |
---|---|
static DncGeosymAttributeExpression |
DncGeosymAttributeExpressions.alwaysTrue |
DncGeosymAttributeExpression |
DncGeosymAssignment.attrExpr |
Modifier and Type | Field and Description |
---|---|
List<? extends DncGeosymAttributeExpression> |
DncGeosymAttributeCompoundExpression.terms |
Modifier and Type | Method and Description |
---|---|
static DncGeosymAttributeExpression |
DncGeosymAttributeExpressions.buildAttributeExpression(List<String> connectorOps,
List<? extends DncGeosymAttributeExpression> predicates) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static DncGeosymAttributeExpression |
DncGeosymAttributeExpressions.buildAttributeExpression(List<String> connectorOps,
List<? extends DncGeosymAttributeExpression> predicates) |
static boolean |
DncGeosymAttributeCompoundExpression.evalAnd(List<? extends DncGeosymAttributeExpression> terms,
java.util.function.Function<String,Object> featureAttrs,
java.util.function.Function<String,Object> externalAttrs) |
static boolean |
DncGeosymAttributeCompoundExpression.evalOr(List<? extends DncGeosymAttributeExpression> terms,
java.util.function.Function<String,Object> featureAttrs,
java.util.function.Function<String,Object> externalAttrs) |
static it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymAssignment> |
DncGeosymIo.readGeosymAssignments(BufferedReader reader,
int productIdFilter,
it.unimi.dsi.fastutil.ints.Int2ObjectMap<String> featureDelinCodes,
it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymAttributeExpression> attrExprs,
it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncGeosymIo.DncGeosymLabelJoin> labelJoins) |
Constructor and 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 and Description |
---|
DncGeosymAttributeCompoundExpression(String connectorOp,
List<? extends DncGeosymAttributeExpression> terms) |
Copyright © 2016 Metron, Inc.. All rights reserved.