Uses of Class
org.locationtech.proj4j.util.Complex
-
Packages that use Complex Package Description org.locationtech.proj4j.proj org.locationtech.proj4j.util -
-
Uses of Complex in org.locationtech.proj4j.proj
Fields in org.locationtech.proj4j.proj declared as Complex Modifier and Type Field Description private static Complex[]NewZealandMapGridProjection. bf -
Uses of Complex in org.locationtech.proj4j.util
Methods in org.locationtech.proj4j.util that return Complex Modifier and Type Method Description static ComplexProjectionMath. zpoly1(Complex z, Complex[] c)Evaluate complex polynomial.static ComplexProjectionMath. zpoly1d(Complex z, Complex[] C, Complex der)Evaluate a complex polynomial and its derivativeMethods in org.locationtech.proj4j.util with parameters of type Complex Modifier and Type Method Description static ComplexProjectionMath. zpoly1(Complex z, Complex[] c)Evaluate complex polynomial.static ComplexProjectionMath. zpoly1d(Complex z, Complex[] C, Complex der)Evaluate a complex polynomial and its derivativeConstructors in org.locationtech.proj4j.util with parameters of type Complex Constructor Description Complex(Complex that)
-