Revision 36362 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/AbstractMarkerSymbol.java

View differences:

AbstractMarkerSymbol.java
281 281
										  viewPort,
282 282
										  dpi);
283 283
	}
284

  
285
	private int unit;
286
	private int referenceSystem;
287

  
288
	public void setUnit(int unitIndex) {
289
		this.unit = unitIndex;
290
	}
291

  
292
	public int getUnit() {
293
		return this.unit;
294
	}
295

  
296
	public int getReferenceSystem() {
297
		return this.referenceSystem;
298
	}
299

  
300
	public void setReferenceSystem(int system) {
301
		this.referenceSystem = system;
302

  
303
	}
304 284
}

Also available in: Unified diff