Uses of Interface
com.metsci.glimpse.dnc.proj.DncProjection
-
Packages that use DncProjection Package Description com.metsci.glimpse.dnc com.metsci.glimpse.dnc.convert com.metsci.glimpse.dnc.proj com.metsci.glimpse.extras.examples.dnc -
-
Uses of DncProjection in com.metsci.glimpse.dnc
Fields in com.metsci.glimpse.dnc declared as DncProjection Modifier and Type Field Description static DncProjectionDncProjections. dncPlateCarreeMethods in com.metsci.glimpse.dnc that return DncProjection Modifier and Type Method Description static DncProjectionDncProjections. dncMercator(double originLon_DEG)static DncProjectionDncProjections. dncTangentPlane(double tangentLat_DEG, double tangentLon_DEG)Methods in com.metsci.glimpse.dnc with parameters of type DncProjection Modifier and Type Method Description static booleanDncProjections. canProjectBrowse(DncProjection proj)Constructors in com.metsci.glimpse.dnc with parameters of type DncProjection Constructor Description DncPainterSettingsImpl(DncProjection proj)DncPainterSettingsImpl(DncProjection proj, boolean useBrowseLibrary) -
Uses of DncProjection in com.metsci.glimpse.dnc.convert
Fields in com.metsci.glimpse.dnc.convert declared as DncProjection Modifier and Type Field Description DncProjectionFlat2Query.QueryCacheConfig. projDncProjectionFlat2Render.RenderCacheConfig. projMethods in com.metsci.glimpse.dnc.convert with parameters of type DncProjection Modifier and Type Method Description static voidFlat2Render. appendAreaFeature(int featureNum, Function<String,Object> attrs, IntBuffer ringsBuf, int ringFirst, int ringCount, DoubleBuffer verticesBuf, DncProjection proj, Set<Flat2Render.TransitionalGroup> groups)static voidFlat2Render. appendLineFeature(int featureNum, Function<String,Object> attrs, DoubleBuffer verticesBuf, int vertexFirst, int vertexCount, DncProjection proj, Set<Flat2Render.TransitionalGroup> groups)static voidFlat2Render. appendPointFeature(int featureNum, Function<String,Object> attrs, DoubleBuffer verticesBuf, int vertexIndex, DncProjection proj, Set<Flat2Render.TransitionalGroup> groups)static voidFlat2Render. computeXyMinMax(DncProjection proj, int projPointsPerEdge, double minLat_DEG, double maxLat_DEG, double minLon_DEG, double maxLon_DEG, float[] result, int resultOffset)static floatFlat2Render. iconRotation_CCWRAD(DncGeosymAssignment geosymAssignment, Function<String,Object> featureAttrs, DncProjection proj, float x, float y)static float[][]Flat2Render. projectAreaFeatureRings(IntBuffer ringsBuf, int ringFirst, int ringCount, DoubleBuffer verticesBuf, DncProjection proj)static float[]Flat2Render. projectLineFeatureVertices(DoubleBuffer verticesBuf, int vertexFirst, int vertexCount, DncProjection proj)static float[]Flat2Render. projectPointFeatureVertex(DoubleBuffer verticesBuf, int vertexIndex, DncProjection proj)Constructors in com.metsci.glimpse.dnc.convert with parameters of type DncProjection Constructor Description QueryDatabase(File flatDir, DncProjection proj, ExecutorService exec)TransitionalDatabase(File flatDir, DncProjection proj, com.google.common.collect.ListMultimap<String,DncGeosymAssignment> geosymAssignments, Function<String,Object> externalAttrs) -
Uses of DncProjection in com.metsci.glimpse.dnc.proj
Classes in com.metsci.glimpse.dnc.proj that implement DncProjection Modifier and Type Class Description classDncEquirectProjectionclassDncMercatorProjectionclassDncTangentPlane -
Uses of DncProjection in com.metsci.glimpse.extras.examples.dnc
Methods in com.metsci.glimpse.extras.examples.dnc with parameters of type DncProjection Modifier and Type Method Description static DncPainterDncPainters. newDncPainter(File flatParentDir, File renderParentDir, DncProjection projection)
-