|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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 | |
---|---|
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. |
void |
FeatureDrawingAttributes.setFci(FeatureClassInfo fci)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |