Package org.jlayer.util
Class AssociateUtil.D2D3
java.lang.Object
org.jlayer.util.ForkJoinUtil.ActionItem
org.jlayer.util.AssociateUtil.D2D3
- Enclosing class:
- AssociateUtil<T>
-
Field Summary
Modifier and TypeFieldDescription(package private) List<LayerIndex.D2>
(package private) List<LayerIndex.D3>
(package private) Relation
(package private) VectorLayer.D2<?,
T> (package private) Map<LayerIndex.D2,
List<LayerIndex.D3>> (package private) VectorLayer.D3<?,
T> (package private) int[][][]
-
Constructor Summary
-
Method Summary
-
Field Details
-
xLayer
VectorLayer.D2<?,T> xLayer -
yLayer
VectorLayer.D3<?,T> yLayer -
rel
Relation rel -
ixList
List<LayerIndex.D2> ixList -
iyList
List<LayerIndex.D3> iyList -
xMap
Map<LayerIndex.D2,List<LayerIndex.D3>> xMap -
yLen
int[][][] yLen
-
-
Constructor Details
-
D2D3
private D2D3()
-
-
Method Details
-
compute
protected abstract void compute()- Specified by:
compute
in classForkJoinUtil.ActionItem
-