Package | Description |
---|---|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
Modifier and Type | Method and Description |
---|---|
void |
VPFLayerGraphicWarehouse.createNode(CoverageTable c,
NodeTable nt,
java.util.List<java.lang.Object> nodeprim,
double latitude,
double longitude,
boolean isEntityNode) |
void |
VPFLayerDCWWarehouse.createNode(CoverageTable c,
NodeTable t,
java.util.List<java.lang.Object> nodeprim,
double latitude,
double longitude,
boolean isEntityNode)
Method called by the VPF reader code to construct a node feature.
|
void |
VPFGraphicWarehouse.createNode(CoverageTable c,
NodeTable t,
java.util.List<java.lang.Object> nodeprim,
double latitude,
double longitude,
boolean isEntityNode)
Method called by the VPF reader code to construct a node
feature.
|
OMGraphic |
VPFCachedFeatureGraphicWarehouse.createNode(CoverageTable c,
NodeTable t,
java.util.List<java.lang.Object> nodeprim,
double latitude,
double longitude,
boolean isEntityNode,
java.lang.String featureType)
Method called by the VPF reader code to construct a node feature.
|
OMGraphic |
VPFFeatureWarehouse.createNode(CoverageTable c,
NodeTable t,
java.util.List<java.lang.Object> nodeprim,
double latitude,
double longitude,
boolean isEntityNode,
java.lang.String featureType,
int primID)
Method called by the VPF reader code to construct a node feature.
|
OMGraphic |
VPFFeatureGraphicWarehouse.createNode(CoverageTable c,
NodeTable t,
java.util.List<java.lang.Object> nodeprim,
double latitude,
double longitude,
boolean isEntityNode,
java.lang.String featureType,
int primID)
Method called by the VPF reader code to construct a node feature.
|
OMGraphic |
VPFAutoFeatureGraphicWarehouse.createNode(CoverageTable c,
NodeTable t,
java.util.List<java.lang.Object> nodeprim,
double latitude,
double longitude,
boolean isEntityNode,
java.lang.String featureType,
int primID)
Method called by the VPF reader code to construct a node feature.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details