Global Navigation Bar

MapInfo Products Knowledge Base


Product: MapXtreme Java
Version: 4.5
Platform: Not Platform Related
Category: Product Info

Summary:
Can a layer be built using longitude and latitude values?

Question:
Can a layer be built using longitude and latitude values?

Answer:
Maps in MapXtreme Java are made up of layers of map objects. Point objects represent single locations of data and are supported by MapXtreme. As long as the point data (x,y format) can be accessed, the layer can be built with point data. Please see the MapXtreme Java Developer's Guide for more information regarding layers and dataproviders. In most cases, the point data can be stored (i.e. in a database) and retrieved in MapXtreme Java by using a DataProviderHelperImpl subclass.

Last Modified:
Global Navigation Bar