Revision 37960 trunk/libraries/libGPE-KML/src/org/gvsig/gpe/kml/parser/profiles/Kml2_1_BindingProfile.java

View differences:

Kml2_1_BindingProfile.java
10 10
import org.gvsig.gpe.kml.parser.v21.features.MetadataBinding;
11 11
import org.gvsig.gpe.kml.parser.v21.features.PlaceMarketBinding;
12 12
import org.gvsig.gpe.kml.parser.v21.features.StyleBinding;
13
import org.gvsig.gpe.kml.parser.v21.features.StyleMapBinding;
13 14
import org.gvsig.gpe.kml.parser.v21.geometries.DoubleBinding;
14 15
import org.gvsig.gpe.kml.parser.v21.geometries.GeometryBinding;
15 16
import org.gvsig.gpe.kml.parser.v21.geometries.InnerBoundaryIsBinding;
......
94 95
	protected PolygonTypeBinding polygonTypeBinding = null;
95 96
	protected RegionBinding regionBinding = null;
96 97
	protected StyleBinding styleBinding = null;
98
	private StyleMapBinding styleMapBinding;
97 99
	
98 100

  
99 101
	/*
......
326 328
		}
327 329
		return styleBinding;
328 330
	}
331
	
332
	public StyleMapBinding getStyleMapBinding() {
333
		if (styleMapBinding == null){
334
			styleMapBinding = new StyleMapBinding();
335
		}
336
		return styleMapBinding;
337

  
338
	}
339

  
329 340
}

Also available in: Unified diff