Class Located.Static
java.lang.Object
org.eclipse.nebula.widgets.geomap.jface.Located.Static
- All Implemented Interfaces:
Located
- Direct Known Subclasses:
SearchServer.Result
- Enclosing interface:
- Located
public abstract static class Located.Static extends java.lang.Object implements Located
A base implementation for read-only locations
- Since:
- 3.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.nebula.widgets.geomap.jface.Located
Located.Static -
Constructor Summary
Constructors Constructor Description Static() -
Method Summary
Modifier and Type Method Description booleansetLonLat(double lon, double lat)Set the longitude, latitude for this object.
-
Constructor Details
-
Static
public Static()
-
-
Method Details