Revision 38769 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/MapContextManager.java

View differences:

MapContextManager.java
371 371
    // TODO:
372 372
    // DynObjectModel getFeatureTypeUIModel(DataStore store,
373 373
    // FeatureType featureType);
374
	
375
	/**
376
	 * Returns the default CRS.
377
	 * This is NOT taken from the app
378
	 * preferences because this is a library. It is a
379
	 * "hard-coded" default CRS, used as a last resort.
380
	 * @return the default CRS
381
	 */
382
	IProjection getDefaultCRS();
374 383
}

Also available in: Unified diff