A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Q
- qair2rh(double, double, double) - Static method in class org.meteoinfo.data.analysis.MeteoMath
-
Calculate relative humidity from specific humidity
- qair2rh(Array, Array, double) - Static method in class org.meteoinfo.data.ArrayMath
-
Calculate relative humidity from specific humidity
- qair2rh(Array, Array, Array) - Static method in class org.meteoinfo.data.ArrayMath
-
Calculate relative humidity
- qr(Array) - Static method in class org.meteoinfo.math.linalg.LinalgUtil
-
Calculates the QR-decomposition of a matrix.
- qsfn(double, double, double) - Static method in class org.meteoinfo.projection.proj4j.util.ProjectionMath
- QuadEdge - Class in org.meteoinfo.jts.triangulate.quadedge
-
A class that represents the edge data structure which implements the quadedge algebra.
- QuadEdgeLocator - Interface in org.meteoinfo.jts.triangulate.quadedge
-
An interface for classes which locate an edge in a
QuadEdgeSubdivisionwhich either contains a givenVertexV or is an edge of a triangle which contains V. - QuadEdgeSubdivision - Class in org.meteoinfo.jts.triangulate.quadedge
-
A class that contains the
QuadEdges representing a planar subdivision that models a triangulation. - QuadEdgeSubdivision(Envelope, double) - Constructor for class org.meteoinfo.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Creates a new instance of a quad-edge subdivision based on a frame triangle that encloses a supplied bounding box.
- QuadEdgeTriangle - Class in org.meteoinfo.jts.triangulate.quadedge
-
Models a triangle formed from
QuadEdges in aQuadEdgeSubdivisionwhich forms a triangulation. - QuadEdgeTriangle(QuadEdge[]) - Constructor for class org.meteoinfo.jts.triangulate.quadedge.QuadEdgeTriangle
-
Creates a new triangle from the given edges.
- QuadEdgeUtil - Class in org.meteoinfo.jts.triangulate.quadedge
-
Utilities for working with
QuadEdges. - QuadEdgeUtil() - Constructor for class org.meteoinfo.jts.triangulate.quadedge.QuadEdgeUtil
- quadrant - Variable in class org.meteoinfo.jts.planargraph.DirectedEdge
- quadrant(double, double) - Static method in class org.meteoinfo.jts.geomgraph.Quadrant
-
Returns the quadrant of a directed line segment (specified as x and y displacements, which cannot both be 0).
- quadrant(Coordinate, Coordinate) - Static method in class org.meteoinfo.jts.geomgraph.Quadrant
-
Returns the quadrant of a directed line segment from p0 to p1.
- Quadrant - Class in org.meteoinfo.jts.geomgraph
-
Utility functions for working with quadrants, which are numbered as follows:
- Quadrant() - Constructor for class org.meteoinfo.jts.geomgraph.Quadrant
- quadToUnitSquare(float, float, float, float, float, float, float, float) - Method in class org.meteoinfo.image.filter.PerspectiveFilter
-
Set the transform to map a quadrilateral onto the unit square.
- Quadtree - Class in org.meteoinfo.jts.index.quadtree
-
A Quadtree is a spatial index structure for efficient range querying of items bounded by 2D rectangles.
- Quadtree() - Constructor for class org.meteoinfo.jts.index.quadtree.Quadtree
-
Constructs a Quadtree with zero items.
- QuadtreeNestedRingTester - Class in org.meteoinfo.jts.operation.valid
-
Tests whether any of a set of
LinearRings are nested inside another ring in the set, using aQuadtreeindex to speed up the comparisons. - QuadtreeNestedRingTester(GeometryGraph) - Constructor for class org.meteoinfo.jts.operation.valid.QuadtreeNestedRingTester
- quantile(List<Double>, double) - Static method in class org.meteoinfo.data.analysis.Statistics
-
Quantile function
- quantile(List<Double>, int) - Static method in class org.meteoinfo.data.analysis.Statistics
-
Quantile function
- quantile(Array, int) - Static method in class org.meteoinfo.data.analysis.Statistics
-
Quantile function
- quantize(int[], int[], int, int, int, boolean, boolean) - Method in class org.meteoinfo.image.filter.QuantizeFilter
- QuantizeFilter - Class in org.meteoinfo.image.filter
-
A filter which quantizes an image to a set number of colors - useful for producing images which are to be encoded using an index color model.
- QuantizeFilter() - Constructor for class org.meteoinfo.image.filter.QuantizeFilter
- Quantizer - Interface in org.meteoinfo.image.filter
-
The interface for an image quantizer.
- QUARTER_PI - Static variable in class org.meteoinfo.image.filter.ImageMath
-
The value of quarter pi as a float.
- QUARTERPI - Static variable in class org.meteoinfo.projection.proj4j.util.ProjectionMath
- QuarticAuthalicProjection - Class in org.meteoinfo.projection.proj4j.proj
- QuarticAuthalicProjection() - Constructor for class org.meteoinfo.projection.proj4j.proj.QuarticAuthalicProjection
- Quat4f - Class in org.meteoinfo.image.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Quat4f() - Constructor for class org.meteoinfo.image.vecmath.Quat4f
- Quat4f(float[]) - Constructor for class org.meteoinfo.image.vecmath.Quat4f
- Quat4f(float, float, float, float) - Constructor for class org.meteoinfo.image.vecmath.Quat4f
- Quat4f(Quat4f) - Constructor for class org.meteoinfo.image.vecmath.Quat4f
- Quat4f(Tuple4f) - Constructor for class org.meteoinfo.image.vecmath.Quat4f
- query(double) - Method in class org.meteoinfo.jts.index.bintree.Bintree
- query(double) - Method in class org.meteoinfo.jts.index.strtree.SIRtree
-
Returns items whose bounds intersect the given value.
- query(double, double) - Method in class org.meteoinfo.jts.index.strtree.SIRtree
-
Returns items whose bounds intersect the given bounds.
- query(double, double, ItemVisitor) - Method in class org.meteoinfo.jts.index.intervalrtree.IntervalRTreeBranchNode
- query(double, double, ItemVisitor) - Method in class org.meteoinfo.jts.index.intervalrtree.IntervalRTreeLeafNode
- query(double, double, ItemVisitor) - Method in class org.meteoinfo.jts.index.intervalrtree.IntervalRTreeNode
- query(double, double, ItemVisitor) - Method in class org.meteoinfo.jts.index.intervalrtree.SortedPackedIntervalRTree
-
Search for intervals in the index which intersect the given closed interval and apply the visitor to them.
- query(Object) - Method in class org.meteoinfo.jts.index.strtree.AbstractSTRtree
-
Also builds the tree, if necessary.
- query(Object, ItemVisitor) - Method in class org.meteoinfo.jts.index.strtree.AbstractSTRtree
-
Also builds the tree, if necessary.
- query(Envelope) - Method in class org.meteoinfo.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index.
- query(Envelope) - Method in class org.meteoinfo.jts.index.quadtree.Quadtree
-
Queries the tree and returns items which may lie in the given search envelope.
- query(Envelope) - Method in interface org.meteoinfo.jts.index.SpatialIndex
-
Queries the index for all items whose extents intersect the given search
EnvelopeNote that some kinds of indexes may also return objects which do not in fact intersect the query envelope. - query(Envelope) - Method in class org.meteoinfo.jts.index.strtree.STRtree
-
Returns items whose bounds intersect the given envelope.
- query(Envelope, List) - Method in class org.meteoinfo.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index.
- query(Envelope, ItemVisitor) - Method in class org.meteoinfo.jts.index.quadtree.Quadtree
-
Queries the tree and visits items which may lie in the given search envelope.
- query(Envelope, ItemVisitor) - Method in interface org.meteoinfo.jts.index.SpatialIndex
-
Queries the index for all items whose extents intersect the given search
Envelope, and applies anItemVisitorto them. - query(Envelope, ItemVisitor) - Method in class org.meteoinfo.jts.index.strtree.STRtree
-
Returns items whose bounds intersect the given envelope.
- query(Envelope, KdNodeVisitor) - Method in class org.meteoinfo.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index and visits all nodes found.
- query(Interval) - Method in class org.meteoinfo.jts.index.bintree.Bintree
-
Queries the tree to find all candidate items which may overlap the query interval.
- query(Interval, Collection) - Method in class org.meteoinfo.jts.index.bintree.Bintree
-
Adds items in the tree which potentially overlap the query interval to the given collection.
- queryAll() - Method in class org.meteoinfo.jts.index.quadtree.Quadtree
-
Return a list of all items in the Quadtree
- QuiltFilter - Class in org.meteoinfo.image.filter
- QuiltFilter() - Constructor for class org.meteoinfo.image.filter.QuiltFilter