Uses of Class
com.bbn.openmap.layer.vpf.FeatureClassInfo

Packages that use FeatureClassInfo
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
 

Uses of FeatureClassInfo in com.bbn.openmap.layer.vpf
 

Fields in com.bbn.openmap.layer.vpf declared as FeatureClassInfo
 FeatureClassInfo[] CoverageTable.areainfo
          featureclasses used for the area feature type
 FeatureClassInfo[] CoverageTable.cpointinfo
          featureclasses used for the connected node feature type
 FeatureClassInfo[] CoverageTable.epointinfo
          featureclasses used for the entity node feature type
protected  FeatureClassInfo GeoSymAttExpression.CompareExpression.fci
           
protected  FeatureClassInfo FeatureDrawingAttributes.fci
          A handle to the FeatureClassInfo class containing the attribute information.
 FeatureClassInfo[] CoverageTable.lineinfo
          featureclasses used for the line feature type
 FeatureClassInfo[] CoverageTable.textinfo
          featureclasses used for the text feature type
 

Fields in com.bbn.openmap.layer.vpf with type parameters of type FeatureClassInfo
protected  java.util.Hashtable<java.lang.String,FeatureClassInfo> CoverageTable.featureTypes
          Feature classes to look up FeatureClassInfo via feature name.
 

Methods in com.bbn.openmap.layer.vpf that return FeatureClassInfo
 FeatureClassInfo FeatureDrawingAttributes.getFci()
           
 FeatureClassInfo CoverageTable.getFeatureClassInfo(java.lang.String featureType)
          Returns the FeatureClassInfo object corresponding to the feature type.
 

Methods in com.bbn.openmap.layer.vpf that return types with arguments of type FeatureClassInfo
 java.util.Map<java.lang.String,FeatureClassInfo> CoverageTable.getFeatureClasses()
          Returns all the feature classes
 

Methods in com.bbn.openmap.layer.vpf with parameters of type FeatureClassInfo
protected  boolean CoverageTable.drawFeaturesFromThematicIndex(FeatureClassInfo fci, VPFFeatureWarehouse warehouse, com.bbn.openmap.layer.vpf.TableHolder tables, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, java.lang.String currentFeature, char featureType)
          This function gets the thematic index from the FeatureClassInfo object, and uses it to look up the tiles that contain the currentFeature.
 boolean GeoSymAttExpression.evaluate(FeatureClassInfo fci, int row)
          Does the feature in row of fci pass the conditions of this expression.
 boolean GeoSymAttExpression.Connector.evaluate(FeatureClassInfo fci, int row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.StringExpression.evaluate(FeatureClassInfo fci, int row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.ECDISExpression.evaluate(FeatureClassInfo fci, int row, java.lang.StringBuffer reasoning)
          For ECDISExpressions, none of the arguments matter.
 boolean GeoSymAttExpression.ValueExpression.evaluate(FeatureClassInfo fci, int row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.ColumnExpression.evaluate(FeatureClassInfo fci, int row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.Expression.evaluate(FeatureClassInfo fci, int row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row)
          This one is used by the CoverageTable.
 boolean GeoSymAttExpression.Connector.evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.StringExpression.evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row, java.lang.StringBuffer reasoning)
          For ECDISExpressions, none of the arguments matter.
 boolean GeoSymAttExpression.ECDISExpression.evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row, java.lang.StringBuffer reasoning)
          For ECDISExpressions, none of the arguments matter.
 boolean GeoSymAttExpression.ValueExpression.evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.ColumnExpression.evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row, java.lang.StringBuffer reasoning)
           
 boolean GeoSymAttExpression.Expression.evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row, java.lang.StringBuffer reasoning)
           
 void VPFAutoFeatureGraphicWarehouse.handleInformationForOMGraphic(OMGraphic omg, FeatureClassInfo fci, java.util.List<java.lang.Object> fcirow)
          Given an OMGraphic that is going to be added to the map, use the FeatureClassInfo to gather attribute information from the fcirow contents.
abstract  boolean VPFAutoFeatureGraphicWarehouse.FeaturePriorityHolder.matches(java.lang.String facc, FeatureClassInfo fci, java.util.List<java.lang.Object> row)
          Used to match feature entries with PriorityHolder.
 boolean VPFAutoFeatureGraphicWarehouse.FeaturePriorityHolder.Basic.matches(java.lang.String facc, FeatureClassInfo fci, java.util.List<java.lang.Object> row)
          Used to match feature entries with PriorityHolder.
 boolean VPFAutoFeatureGraphicWarehouse.FeaturePriorityHolder.Compound.matches(java.lang.String facc, FeatureClassInfo fci, java.util.List<java.lang.Object> row)
          Used to match features with PriorityHolder.
 void FeatureDrawingAttributes.setFci(FeatureClassInfo fci)
           
protected  void GeoSymAttExpression.ColumnExpression.setIndexes(FeatureClassInfo fci)
           
protected  void GeoSymAttExpression.CompareExpression.setIndexes(FeatureClassInfo fci)
           
 void VPFFeatureInfoHandler.updateInfoForOMGraphic(OMGraphic omg, FeatureClassInfo fci, java.util.List<java.lang.Object> fcirow)
           
 void TTFeatureInfoHandler.updateInfoForOMGraphic(OMGraphic omg, FeatureClassInfo fci, java.util.List<java.lang.Object> fcirow)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details