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 |
---|---|
CoordFloatString |
TextTable.getCoordinates(java.util.List<java.lang.Object> textprim)
Returns the coordinate string for the text primitive
|
CoordFloatString |
EdgeTable.getCoordinates(java.util.List<java.lang.Object> l)
Get the value of the coordinates column
|
Modifier and Type | Method and Description |
---|---|
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) |
static OMPoly |
LayerGraphicWarehouseSupport.createEdgeOMPoly(CoordFloatString coords,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon)
Create an OMPoly corresponding to a VPF edge feature
|
Modifier and Type | Method and Description |
---|---|
int |
AreaTable.computeEdgePoints(java.util.List<java.lang.Object> facevec,
java.util.List<CoordFloatString> allLLPoints)
Computes the full set of points that determine the edge of the area.
|
static OMPoly |
LayerGraphicWarehouseSupport.createAreaOMPoly(java.util.List<CoordFloatString> ipts,
int totalSize,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
boolean doAntarcticaWorkaround)
create a filled polygon
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details