Uses of Class
edu.d.umn.geometry.LODSegment

Packages that use LODSegment
edu.d.umn.geometry   
 

Uses of LODSegment in edu.d.umn.geometry
 

Fields in edu.d.umn.geometry declared as LODSegment
protected  LODSegment[][] ElevationModel.segments
          two dimensional array of segments comprising the model data
 

Methods in edu.d.umn.geometry that return LODSegment
 LODSegment ElevationModel.getSegment(int col, int row)
          Returns an LODSegment located at [row][col]
 

Methods in edu.d.umn.geometry with parameters of type LODSegment
 void LODSegment.stitchRight(LODSegment other)
          stitch right of this segment to left of other segment, stitching consists of averaging the normals on the common boundary vertices between segments.
 void LODSegment.stitchTop(LODSegment other)
          stitch top of this segment to bottom of other segment, stitching consists of averaging the normals on the common boundary vertices between segments.