Class RTreeNode.Uniformizer
java.lang.Object
org.apache.sis.internal.referencing.RTreeNode.Uniformizer
- Enclosing class:
RTreeNode
The action for getting a common CRS for all nodes, then for setting the CRS of all nodes.
This action will be executed on the whole tree, with recursive traversal of children.
-
Field Details
-
common
private org.opengis.referencing.crs.CoordinateReferenceSystem commonThe CRS common to all nodes. -
set
boolean setfalse
for collecting information, ortrue
for setting all node CRS.
-
-
Constructor Details
-
Uniformizer
private Uniformizer()
-
-
Method Details