Class GeoPointFactory
- java.lang.Object
 - 
- com.microstrategy.web.app.maps.topology.GeoPointFactory
 
 
- 
public class GeoPointFactory extends java.lang.ObjectA 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 GeoPointcreateGeoPoint(double lat, double lng) 
 -