@Deprecated public class OldRingTesselator extends OrthonormalTessellator
Modifier and Type | Field and Description |
---|---|
float[] |
x
Deprecated.
|
float[] |
y
Deprecated.
|
float[][] |
z
Deprecated.
|
findxi, findyj
Constructor and Description |
---|
OldRingTesselator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AbstractComposite |
build(List<Coord3d> coordinates)
Deprecated.
|
void |
extrapolate(int n)
Deprecated.
Add extrapolated points on the grid.
|
List<Polygon> |
getExtrapolatedRingPolygons(float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated.
|
List<Polygon> |
getInterpolatedRingPolygons(float ringMin,
float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated.
Load data standing on an orthonormal grid.
|
protected boolean[] |
isInside(Point[] p,
float[] radius,
float minRadius,
float maxRadius)
Deprecated.
Indicates which point lies inside and outside the given min and max radius.
|
protected float |
radius2d(Point p)
Deprecated.
|
build, find, getEstimatedQuadSurroundingPoint, getRealQuadStandingOnPoint, getSquarePolygonsAroundCoordinates, getSquarePolygonsAroundCoordinates, getSquarePolygonsOnCoordinates, getSquarePolygonsOnCoordinates, newQuad, setData, unique, validZ, validZ
public float[] x
public float[] y
public float[][] z
public AbstractComposite build(List<Coord3d> coordinates)
build
in class Tessellator
public List<Polygon> getExtrapolatedRingPolygons(float ringMax, ColorMapper cmap, Color colorFactor)
public void extrapolate(int n)
public List<Polygon> getInterpolatedRingPolygons(float ringMin, float ringMax, ColorMapper cmap, Color colorFactor)
ringMin
- the minimum radius of this ring.ringMax
- the maximum radius of this ring.colorFactor
- a weighting factor for the color returned by the Colormap.protected boolean[] isInside(Point[] p, float[] radius, float minRadius, float maxRadius)
protected float radius2d(Point p)
Copyright © 2016. All rights reserved.