Uses of Class
org.eclipse.ohf.stem.definitions.adapters.spatial.geo.LatLong.Segment

Packages that use LatLong.Segment
org.eclipse.ohf.stem.definitions.adapters.spatial.geo   
org.eclipse.ohf.stem.internal.data.utility   
org.eclipse.ohf.stem.ui.views.map   
 

Uses of LatLong.Segment in org.eclipse.ohf.stem.definitions.adapters.spatial.geo
 

Methods in org.eclipse.ohf.stem.definitions.adapters.spatial.geo that return LatLong.Segment
 LatLong.Segment LatLong.SegmentBuilder.toSegment()
           
 LatLong.Segment LatLong.SegmentBuilder.toSegment(int sampleFrequency)
          Create a LatLong.Segment, but reduce the number of data points it contains by the sample frequency.
 

Methods in org.eclipse.ohf.stem.definitions.adapters.spatial.geo that return types with arguments of type LatLong.Segment
 java.util.List<LatLong.Segment> LatLong.getSegments()
           
 

Methods in org.eclipse.ohf.stem.definitions.adapters.spatial.geo with parameters of type LatLong.Segment
 void LatLong.add(LatLong.Segment segment)
          Add a segment to a collection
 

Method parameters in org.eclipse.ohf.stem.definitions.adapters.spatial.geo with type arguments of type LatLong.Segment
 void LatLong.add(java.util.List<LatLong.Segment> segments)
           
 

Uses of LatLong.Segment in org.eclipse.ohf.stem.internal.data.utility
 

Constructors in org.eclipse.ohf.stem.internal.data.utility with parameters of type LatLong.Segment
NeighborUtility.AdminArea(LatLong.Segment segment, java.awt.Rectangle bbox, java.lang.String name)
          constructor
 

Uses of LatLong.Segment in org.eclipse.ohf.stem.ui.views.map
 

Constructors in org.eclipse.ohf.stem.ui.views.map with parameters of type LatLong.Segment
StemPolygon(LatLong.Segment latLongSegment, double relativeValueOfPolygon, java.lang.String title)
          Gets a list of a latLongData arrays, and transforms it into a Polygon.