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
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.areainfo
          featureclasses used for the area feature type
 FeatureClassInfo[] CoverageTable.textinfo
          featureclasses used for the text feature type
 FeatureClassInfo[] CoverageTable.epointinfo
          featureclasses used for the entity node feature type
 FeatureClassInfo[] CoverageTable.cpointinfo
          featureclasses used for the connected node feature type
 

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 with parameters of type FeatureClassInfo
 void FeatureDrawingAttributes.setFci(FeatureClassInfo fci)
           
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.
 



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