|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LatLong | |
---|---|
org.eclipse.ohf.stem.definitions.adapters.spatial.geo | |
org.eclipse.ohf.stem.internal.data.utility | |
org.eclipse.ohf.stem.ui.ge | |
org.eclipse.ohf.stem.ui.views.map |
Uses of LatLong in org.eclipse.ohf.stem.definitions.adapters.spatial.geo |
---|
Methods in org.eclipse.ohf.stem.definitions.adapters.spatial.geo that return LatLong | |
---|---|
LatLong |
LatLongProviderAdapter.getLatLong()
|
LatLong |
LatLongProvider.getLatLong()
|
LatLong |
PlatformLatLongDataProvider.getLatLong(org.eclipse.emf.common.util.URI latlongFileURI)
|
LatLong |
LatLongDataProvider.getLatLong(org.eclipse.emf.common.util.URI dataURI)
|
LatLong |
InlineLatLongDataProvider.getLatLong(org.eclipse.emf.common.util.URI dataURI)
|
LatLong |
LatLongProviderAdapter.getLatLongNoWait()
|
LatLong |
LatLongProvider.getLatLongNoWait()
This is just like LatLongProvider.getLatLong() except that it returns an empty
instance of LatLong if the data has not been retrieved yet. |
LatLong |
PlatformLatLongDataProvider.getLatLongNoWait(org.eclipse.emf.common.util.URI latlongFileURI)
This method is just like PlatformLatLongDataProvider.getLatLong(URI) except that it will
immediately return an "empty" LatLong instance if the data for the URI
has not been retrieved. |
LatLong |
LatLongDataProvider.getLatLongNoWait(org.eclipse.emf.common.util.URI dataURI)
This method is just like LatLongDataProvider.getLatLong(URI) except that it will
immediately return with an empty LatLong instance if the data
identified by the URI has not been retrieved. |
LatLong |
InlineLatLongDataProvider.getLatLongNoWait(org.eclipse.emf.common.util.URI dataURI)
|
Methods in org.eclipse.ohf.stem.definitions.adapters.spatial.geo with parameters of type LatLong | |
---|---|
void |
LatLong.add(LatLong latLong)
Add the segments from one LatLong to this one. |
static java.lang.String |
InlineLatLongDataProvider.createInlineURIString(LatLong latLong)
Encode a list of arrays of double values representing polygons/lines into an inline URI string. |
static java.lang.String |
InlineLatLongDataProvider.createSpatialInlineURIString(LatLong segmentArrays)
Encode a list of arrays of double values representing polygons/lines into an spatial inline URI string. |
Uses of LatLong in org.eclipse.ohf.stem.internal.data.utility |
---|
Methods in org.eclipse.ohf.stem.internal.data.utility with parameters of type LatLong | |
---|---|
static void |
NeighborUtility.setArea(java.util.Map<java.lang.String,NeighborUtility.AdminArea[]> map,
java.lang.String id,
LatLong latLong)
Called to input another LatLong object This builds a Map of latlong areas for an admin area |
Uses of LatLong in org.eclipse.ohf.stem.ui.ge |
---|
Constructors in org.eclipse.ohf.stem.ui.ge with parameters of type LatLong | |
---|---|
GEData(java.lang.String name,
LatLong areas)
Create an instance of GEData with LatLong |
Uses of LatLong in org.eclipse.ohf.stem.ui.views.map |
---|
Methods in org.eclipse.ohf.stem.ui.views.map with parameters of type LatLong | |
---|---|
void |
StemPolygon.addLatLongData(LatLong latLongData,
double relativeValueOfPolygon)
Add latLong coordinates to a polygon. |
Constructors in org.eclipse.ohf.stem.ui.views.map with parameters of type LatLong | |
---|---|
StemPolygonsList(LatLong latLongData,
double relativeValueOfPolygon,
java.lang.String title)
Constructor which gets a LatLong object and constructs a list of polygons |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |