|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntersectionFile | |
|---|---|
| org.ala.layers.dao | |
| org.ala.layers.intersect | |
| Uses of IntersectionFile in org.ala.layers.dao |
|---|
| Methods in org.ala.layers.dao with parameters of type IntersectionFile | |
|---|---|
java.util.ArrayList<java.lang.String> |
LayerIntersectDAOImpl.sampling(IntersectionFile[] intersectionFiles,
double[][] points)
|
java.util.ArrayList<java.lang.String> |
LayerIntersectDAO.sampling(IntersectionFile[] intersectionFiles,
double[][] points)
Sampling |
void |
IntersectCallback.setCurrentLayer(IntersectionFile layer)
|
void |
IntersectCallback.setLayersToSample(IntersectionFile[] layersToSample)
|
| Uses of IntersectionFile in org.ala.layers.intersect |
|---|
| Methods in org.ala.layers.intersect that return IntersectionFile | |
|---|---|
IntersectionFile |
IntersectConfig.getIntersectionFile(java.lang.String fieldId)
|
| Methods in org.ala.layers.intersect that return types with arguments of type IntersectionFile | |
|---|---|
java.util.Map<java.lang.String,IntersectionFile> |
IntersectConfig.getIntersectionFiles()
|
| Methods in org.ala.layers.intersect with parameters of type IntersectionFile | |
|---|---|
void |
SamplingThread.sample(double[][] points,
IntersectionFile intersectionFile,
java.lang.StringBuilder sb)
|
| Constructors in org.ala.layers.intersect with parameters of type IntersectionFile | |
|---|---|
SamplingThread(java.util.concurrent.LinkedBlockingQueue<java.lang.Integer> lbq,
java.util.concurrent.CountDownLatch cdl,
IntersectionFile[] intersectionFiles,
double[][] points,
java.util.ArrayList<java.lang.String> output,
int threadCount,
SimpleShapeFileCache simpleShapeFileCache,
int gridBufferSize,
IntersectCallback callback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||