Serialized Form


Package org.ala.layers.intersect

Class org.ala.layers.intersect.ComplexRegion extends SimpleRegion implements Serializable

Serialized Fields

simpleregions

java.util.ArrayList<E> simpleregions
list of SimpleRegion members


boundingbox_all

double[][] boundingbox_all
bounding box for all, see SimpleRegion boundingbox.


value

int value
value assigned


mask

byte[][] mask
array for speeding up isWithin


maskDepth

java.lang.Object[][] maskDepth

mask_height

int mask_height
mask height


mask_width

int mask_width
mask width


mask_long_multiplier

double mask_long_multiplier
mask multiplier for longitude inputs


mask_lat_multiplier

double mask_lat_multiplier
mask mulitplier for latitude inputs


polygons

java.util.ArrayList<E> polygons
maintain mapping for simpleregions belonging to the same polygon

Class org.ala.layers.intersect.SimpleRegion extends java.lang.Object implements Serializable

serialVersionUID: -5509351896749940566L

Serialized Fields

type

int type
assigned shape type


points

double[] points
points store BOUNDING_BOX = double [2][2] CIRCLE = double [1][2] POLYGON, n points (start = end) = double[n][2]


bounding_box

double[][] bounding_box
bounding box for types BOUNDING_BOX and POLYGON bounding_box = double [2][2] where [0][0] = minimum longitude [0][1] = minimum latitude [1][0] = maximum longitude [1][1] = maximum latitude


radius

double radius
radius for type CIRCLE in m


map_offset

int map_offset

map_radius

double map_radius

Class org.ala.layers.intersect.SimpleShapeFile extends java.lang.Object implements Serializable

serialVersionUID: -9046250209453575076L

Serialized Fields

shapeheader

org.ala.layers.intersect.ShapeHeader shapeheader
.shp file header contents


shaperecords

org.ala.layers.intersect.ShapeRecords shaperecords
.shp file record contents


dbf

org.ala.layers.intersect.DBF dbf
.dbf contents


shapesreference

org.ala.layers.intersect.ShapesReference shapesreference
for balancing shape files with large numbers of shapes.


singleColumn

short[] singleColumn
one dbf column, for use after loading from a file


singleLookup

java.lang.String[] singleLookup
one lookup for a dbf column, for use after loading from a file


Package org.ala.layers.util

Class org.ala.layers.util.LayerFilter extends java.lang.Object implements Serializable

serialVersionUID: -2733856402542621244L

Serialized Fields

layername

java.lang.String layername
layer name


minimum_value

double minimum_value
for environmental layers filter minimum


maximum_value

double maximum_value
for environmental layers filter maximum



Copyright © 2014. All Rights Reserved.