Class GeoPointFactory
- java.lang.Object
-
- com.microstrategy.web.app.maps.topology.GeoPointFactory
-
public class GeoPointFactory extends java.lang.Object
A factory to create GeoPoint object to avoid duplicated objects created for same Lat Lng.
-
-
Constructor Summary
Constructors Constructor Description GeoPointFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoPoint
createGeoPoint(double lat, double lng)
-