JMap.Layer.Thematic.getAllByLayerId
Returns all thematics for the specified layer.
The JMap layer id
JMap.Layer.Thematic.getAllVisibleByLayerId
Returns layer thematics that are currently displayed on the map.
The JMap layer id
JMap.Layer.Thematic.getById
Returns a specific layer thematic.
JMap.Layer.Thematic.getFamilyTypeById
Returns the family of the specified layer thematic
JMap.Layer.Thematic.hasAnyVisibleByLayerId
Returns true if the layer has at least one thematic displayed on the map.
The JMap layer id
JMap.Layer.Thematic.setAllConditionsVisibility
Shows or hides all thematic conditions of a layer thematic on the map
Works only for JMap Cloud server, on style rule based thematics.
The JMap layer id
The thematic id
true to show, false to hide
JMap.Layer.Thematic.setCategoryVisibility
Shows or hides a specific layer thematic category on the map.
JMap.Layer.Thematic.setConditionVisibility
Shows or hides a specific layer thematic condition on the map.
Works only for JMap Cloud server.
JMap.Layer.Thematic.setThematicsVisibility
Shows or hides multiple layer thematics on the map
An array of JLayerThematicSetVisibilityParams
JMap.Layer.Thematic
Methods used to manage thematics for a layer.