Package org.eclipse.ohf.stem.definitions.adapters.spatial.geo

Interface Summary
LatLongDataProvider This interface is extended by classes that can interpret a "data uri" as contained in a "stemspatial" URI and return latitude and longitude data from the source specified by the URI.
LatLongProvider This interface is implemented by classes that provide Latitude and Longitude data.
 

Class Summary
InlineLatLongDataProvider This class interprets a URI that contains embedded (i.e., "inline") lat/long data.
LatLong This class is a collection of latitude/longitude data pairs partititioned into one or more "segments".
LatLong.Segment This class represents a sequence of latitude/longitude data pairs.
LatLong.SegmentBuilder This class creates LatLong.Segment's
LatLongProviderAdapter This class adapts Identifiable's to LatLongProvider's.
LatLongProviderAdapterFactory This class creates adapters that that adapt Identifiable's to LatLongProvider's.
PlatformLatLongDataProvider This class interprets a URI that specifies a file of (i.e., "platform") lat/long data in some format (currently GML).