Package | Description |
---|---|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
Modifier and Type | Field and Description |
---|---|
protected CoverageTable |
PrimitiveTable.covtable
the coverage table that we are working for
|
Modifier and Type | Method and Description |
---|---|
CoverageTable |
PrimitiveTable.getCoverageTable()
Get the coverage table that we are working on.
|
CoverageTable |
EdgeTable.getCoverageTable()
get the coverage table that this edge is in
|
CoverageTable |
CoverageAttributeTable.CoverageEntry.getCoverageTable()
Get the associated coveragetable
|
CoverageTable |
CoverageAttributeTable.getCoverageTable(java.lang.String covname)
Get the CoverageTable for a particular coverage type
|
CoverageTable |
CoverageAttributeTable.getCoverageTableForFeature(java.lang.String featureName) |
Modifier and Type | Method and Description |
---|---|
void |
VPFLayerGraphicWarehouse.createArea(CoverageTable covtable,
AreaTable areatable,
java.util.List<java.lang.Object> facevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon) |
void |
VPFLayerDCWWarehouse.createArea(CoverageTable covtable,
AreaTable areatable,
java.util.List<java.lang.Object> facevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon) |
void |
VPFGraphicWarehouse.createArea(CoverageTable c,
AreaTable a,
java.util.List<java.lang.Object> l,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon)
Method called by the VPF reader code to construct an area
feature.
|
OMGraphic |
VPFCachedFeatureGraphicWarehouse.createArea(CoverageTable covtable,
AreaTable areatable,
java.util.List<java.lang.Object> facevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
java.lang.String featureType) |
OMGraphic |
VPFFeatureWarehouse.createArea(CoverageTable covtable,
AreaTable areatable,
java.util.List<java.lang.Object> facevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
java.lang.String featureType,
int primID) |
OMGraphic |
VPFFeatureGraphicWarehouse.createArea(CoverageTable covtable,
AreaTable areatable,
java.util.List<java.lang.Object> facevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
java.lang.String featureType,
int primID) |
OMGraphic |
VPFAutoFeatureGraphicWarehouse.createArea(CoverageTable covtable,
AreaTable areatable,
java.util.List<java.lang.Object> facevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
java.lang.String featureType,
int primID)
Create an OMPoly for an area described by the facevec.
|
void |
VPFLayerGraphicWarehouse.createEdge(CoverageTable c,
EdgeTable edgetable,
java.util.List<java.lang.Object> edgevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
CoordFloatString coords) |
void |
VPFLayerDCWWarehouse.createEdge(CoverageTable covtable,
EdgeTable edgetable,
java.util.List<java.lang.Object> edgevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
CoordFloatString coords) |
void |
VPFGraphicWarehouse.createEdge(CoverageTable c,
EdgeTable e,
java.util.List<java.lang.Object> l,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
CoordFloatString coords)
Method called by the VPF reader code to construct an edge
feature.
|
OMGraphic |
VPFCachedFeatureGraphicWarehouse.createEdge(CoverageTable c,
EdgeTable edgetable,
java.util.List<java.lang.Object> edgevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
CoordFloatString coords,
java.lang.String featureType) |
OMGraphic |
VPFFeatureWarehouse.createEdge(CoverageTable c,
EdgeTable edgetable,
java.util.List<java.lang.Object> edgevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
CoordFloatString coords,
java.lang.String featureType,
int primID) |
OMGraphic |
VPFFeatureGraphicWarehouse.createEdge(CoverageTable c,
EdgeTable edgetable,
java.util.List<java.lang.Object> edgevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
CoordFloatString coords,
java.lang.String featureType,
int primID) |
OMGraphic |
VPFAutoFeatureGraphicWarehouse.createEdge(CoverageTable c,
EdgeTable edgetable,
java.util.List<java.lang.Object> edgevec,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
CoordFloatString coords,
java.lang.String featureType,
int primID) |
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.
|
void |
VPFLayerGraphicWarehouse.createText(CoverageTable c,
TextTable texttable,
java.util.List<java.lang.Object> textvec,
double latitude,
double longitude,
java.lang.String text) |
void |
VPFLayerDCWWarehouse.createText(CoverageTable covtable,
TextTable texttable,
java.util.List<java.lang.Object> textvec,
double latitude,
double longitude,
java.lang.String text) |
void |
VPFGraphicWarehouse.createText(CoverageTable c,
TextTable t,
java.util.List<java.lang.Object> textprim,
double latitude,
double longitude,
java.lang.String text)
Method called by the VPF reader code to construct a text
feature.
|
OMGraphic |
VPFCachedFeatureGraphicWarehouse.createText(CoverageTable c,
TextTable texttable,
java.util.List<java.lang.Object> textvec,
double latitude,
double longitude,
java.lang.String text,
java.lang.String featureType) |
OMGraphic |
VPFFeatureWarehouse.createText(CoverageTable c,
TextTable texttable,
java.util.List<java.lang.Object> textvec,
double latitude,
double longitude,
java.lang.String text,
java.lang.String featureType,
int primID) |
OMGraphic |
VPFFeatureGraphicWarehouse.createText(CoverageTable c,
TextTable texttable,
java.util.List<java.lang.Object> textvec,
double latitude,
double longitude,
java.lang.String text,
java.lang.String featureType,
int primID) |
OMGraphic |
VPFAutoFeatureGraphicWarehouse.createText(CoverageTable c,
TextTable texttable,
java.util.List<java.lang.Object> textvec,
double latitude,
double longitude,
java.lang.String text,
java.lang.String featureType,
int primID) |
protected void |
VPFFeatureGraphicWarehouse.setAttributesForFeature(OMGraphic omg,
CoverageTable c,
java.lang.String featureType,
int id) |
Constructor and Description |
---|
AreaTable(CoverageTable cov,
EdgeTable edg,
TileDirectory tile)
Construct an AreaTable for a tile.
|
CoverageAttributeTable.CoverageEntry(int topologyLevel,
java.lang.String desc,
CoverageTable covtable)
Create a coverage entry with an initial coverage table
|
EdgeTable(CoverageTable cov,
TileDirectory tile)
Construct an EdgeTable object for a tile of a coverage.
|
FeatureClassInfo(CoverageTable cthis,
java.lang.String colname,
java.lang.String tablepath,
java.lang.String ftname)
Construct a FeatureClassInfo.
|
FeatureClassInfo(CoverageTable cthis,
java.lang.String colname,
java.lang.String tablepath,
java.lang.String ftname,
java.lang.String tileDirFile,
java.lang.String tileDirFileColName)
Construct a FeatureClassInfo that can be used for feature search
|
NodeTable(CoverageTable cov,
TileDirectory tile,
boolean isEntityNode)
Construct a NodeTable for reading VPF text features.
|
PrimitiveTable(CoverageTable cov,
TileDirectory tile,
java.lang.String tablename)
Construct a PrimitiveTable.
|
TextTable(CoverageTable cov,
TileDirectory tile)
Construct a TextTable for reading VPF text features.
|
VPFConfig.FeatureInfo(CoverageTable ct,
CoverageTable.FeatureClassRec fcr) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details