Canton of Amiens-4
The Canton of Amiens-4 is a canton situated in the department of the Somme and in the Hauts-de-France region of northern France.
Amiens-4 | |
---|---|
Country | France |
Region | Hauts-de-France |
Department | Somme |
No. of communes | 7 |
Seat | Amiens |
Population (2012) | |
• Total | 24,853 |
INSEE code | 80 09 |
Geography
The canton is organised around the commune of Amiens in the arrondissement of Amiens.
Composition
At the French canton reorganisation which came into effect in March 2015, the canton was expanded from 2 to 7 communes:[1]
- Amiens (southeastern part)
- Blangy-Tronville
- Cachy
- Gentelles
- Glisy
- Longueau
- Villers-Bretonneux
gollark: <@278889690596376576> Can you update CC Tweaked? SquidDev updated it to allow binary websocket sending.
gollark: <@152960219390017538> PHP is bad.
gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.