org.ala.spatial.analysis.layers
Class Records
java.lang.Object
org.ala.spatial.analysis.layers.Records
public class Records
- extends java.lang.Object
- Author:
- Adam
|
Constructor Summary |
Records(java.lang.String filename)
|
Records(java.lang.String filename,
SimpleRegion region)
|
Records(java.lang.String biocache_service_url,
java.lang.String q,
double[] bbox,
java.lang.String filename,
SimpleRegion region)
|
Records(java.lang.String biocache_service_url,
java.lang.String q,
double[] bbox,
java.lang.String filename,
SimpleRegion region,
java.lang.String facetField)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Records
public Records(java.lang.String biocache_service_url,
java.lang.String q,
double[] bbox,
java.lang.String filename,
SimpleRegion region)
throws java.io.IOException
- Throws:
java.io.IOException
Records
public Records(java.lang.String biocache_service_url,
java.lang.String q,
double[] bbox,
java.lang.String filename,
SimpleRegion region,
java.lang.String facetField)
throws java.io.IOException
- Throws:
java.io.IOException
Records
public Records(java.lang.String filename)
throws java.io.IOException
- Throws:
java.io.IOException
Records
public Records(java.lang.String filename,
SimpleRegion region)
throws java.io.IOException
- Throws:
java.io.IOException
getSpecies
public java.lang.String getSpecies(int pos)
getSpeciesNumber
public int getSpeciesNumber(int pos)
getLongitude
public double getLongitude(int pos)
getLatitude
public double getLatitude(int pos)
getYear
public short getYear(int pos)
getRecordsSize
public int getRecordsSize()
getSpeciesSize
public int getSpeciesSize()
removeSpeciesNames
public void removeSpeciesNames()
sortedRowStarts
public int[] sortedRowStarts(double minLat,
int height,
double resolution)
sortedStarts
public void sortedStarts(double minLat,
double minLong,
double resolution)
getSortedSpecies
public java.lang.String getSortedSpecies(int pos)
getSortedSpeciesNumber
public int getSortedSpeciesNumber(int pos)
getSortedLongitude
public double getSortedLongitude(int pos)
getSortedLatitude
public double getSortedLatitude(int pos)
Copyright © 2014. All Rights Reserved.