org.ala.spatial.analysis.layers
Class Records

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getLatitude(int pos)
           
 double getLongitude(int pos)
           
 int getRecordsSize()
           
 double getSortedLatitude(int pos)
           
 double getSortedLongitude(int pos)
           
 java.lang.String getSortedSpecies(int pos)
           
 int getSortedSpeciesNumber(int pos)
           
 java.lang.String getSpecies(int pos)
           
 int getSpeciesNumber(int pos)
           
 int getSpeciesSize()
           
 short getYear(int pos)
           
 void removeSpeciesNames()
           
 int[] sortedRowStarts(double minLat, int height, double resolution)
           
 void sortedStarts(double minLat, double minLong, double resolution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.