43 |
protected Style style = null; |
protected Style style = null; |
44 |
|
|
45 |
/** |
/** |
46 |
* Creates a language specific styled map. |
* Creates a language specific styled layer. |
47 |
* @param geoObject the geo object |
* @param geoObject the geo object |
48 |
* @param envelope the bounds of the geo object |
* @param envelope the bounds of the geo object |
49 |
* @param crs the CRS of the geo object |
* @param crs the CRS of the geo object |
73 |
} |
} |
74 |
|
|
75 |
/** |
/** |
76 |
* Creates a non-translated styled map. |
* Creates a non-translated styled layer. |
77 |
* @param geoObject the geo object |
* @param geoObject the geo object |
78 |
* @param envelope the bounds of the geo object |
* @param envelope the bounds of the geo object |
79 |
* @param crs the CRS of the geo object |
* @param crs the CRS of the geo object |
94 |
|
|
95 |
/** |
/** |
96 |
* Returns a ID for the geo object. The ID should be unique in a map ob |
* Returns a ID for the geo object. The ID should be unique in a map ob |
97 |
* {@linkplain StyledLayerInterface styled map objects} |
* {@linkplain StyledLayerInterface styled layer objects} |
98 |
*/ |
*/ |
99 |
public String getId() { |
public String getId() { |
100 |
return id; |
return id; |