Package | Description |
---|---|
com.metsci.glimpse.dnc | |
com.metsci.glimpse.dnc.convert | |
com.metsci.glimpse.examples.dnc |
Modifier and Type | Field and Description |
---|---|
static DncProjections.DncProjection |
DncProjections.dncPlateCarree |
Modifier and Type | Method and Description |
---|---|
static DncProjections.DncProjection |
DncProjections.dncTangentPlane(double tangentLat_DEG,
double tangentLon_DEG) |
static DncProjections.DncProjection |
DncProjections.dncTangentPlane(double tangentLat_DEG,
double tangentLon_DEG,
double tangentPointOnPlaneX,
double tangentPointOnPlaneY) |
static DncProjections.DncProjection |
DncProjections.dncTangentPlane(double tangentLat_DEG,
double tangentLon_DEG,
Vector2d tangentPointOnPlane) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DncProjections.canProjectBrowse(DncProjections.DncProjection proj) |
Constructor and Description |
---|
DncPainterSettingsImpl(DncProjections.DncProjection proj) |
DncPainterSettingsImpl(DncProjections.DncProjection proj,
boolean useBrowseLibrary) |
Modifier and Type | Field and Description |
---|---|
DncProjections.DncProjection |
Flat2Render.RenderCacheConfig.proj |
DncProjections.DncProjection |
Flat2Query.QueryCacheConfig.proj |
Modifier and Type | Method and Description |
---|---|
static void |
Flat2Render.appendAreaFeature(int featureNum,
java.util.function.Function<String,Object> attrs,
IntBuffer ringsBuf,
int ringFirst,
int ringCount,
DoubleBuffer verticesBuf,
DncProjections.DncProjection proj,
Set<Flat2Render.TransitionalGroup> groups) |
static void |
Flat2Render.appendLineFeature(int featureNum,
java.util.function.Function<String,Object> attrs,
DoubleBuffer verticesBuf,
int vertexFirst,
int vertexCount,
DncProjections.DncProjection proj,
Set<Flat2Render.TransitionalGroup> groups) |
static void |
Flat2Render.appendPointFeature(int featureNum,
java.util.function.Function<String,Object> attrs,
DoubleBuffer verticesBuf,
int vertexIndex,
DncProjections.DncProjection proj,
Set<Flat2Render.TransitionalGroup> groups) |
static void |
Flat2Render.computeXyMinMax(DncProjections.DncProjection proj,
int projPointsPerEdge,
double minLat_DEG,
double maxLat_DEG,
double minLon_DEG,
double maxLon_DEG,
float[] result,
int resultOffset) |
static float |
Flat2Render.featureRotation_CCWRAD(DncGeosymAssignment geosymAssignment,
java.util.function.Function<String,Object> featureAttrs,
DncProjections.DncProjection proj,
float x,
float y) |
static float[][] |
Flat2Render.projectAreaFeatureRings(IntBuffer ringsBuf,
int ringFirst,
int ringCount,
DoubleBuffer verticesBuf,
DncProjections.DncProjection proj) |
static float[] |
Flat2Render.projectLineFeatureVertices(DoubleBuffer verticesBuf,
int vertexFirst,
int vertexCount,
DncProjections.DncProjection proj) |
static float[] |
Flat2Render.projectPointFeatureVertex(DoubleBuffer verticesBuf,
int vertexIndex,
DncProjections.DncProjection proj) |
Constructor and Description |
---|
QueryDatabase(File flatDir,
DncProjections.DncProjection proj,
ExecutorService exec) |
TransitionalDatabase(File flatDir,
DncProjections.DncProjection proj,
com.google.common.collect.ListMultimap<String,DncGeosymAssignment> geosymAssignments,
java.util.function.Function<String,Object> externalAttrs) |
Modifier and Type | Method and Description |
---|---|
static DncPainter |
DncPainters.newDncPainter(File flatParentDir,
File renderParentDir,
DncProjections.DncProjection projection) |
Copyright © 2016 Metron, Inc.. All rights reserved.