Gwangmyeong

Gwangmyeong (광명,光明) is in Gyeonggi province in South Korea. Gwangmyeong is a satellite city designed to decentralize Seoul's residential functions. It borders Seoul's Geumcheon-gu on the east, Seoul's Guro-gu on the north, Siheung-si and Bucheon-si on the west and Anyang-si on the south.

Understand

Gwangmyeong-si is belonged to Siheung County with the southwestern part of Seoul from the Joseon Dynasty and was promoted to Gwangmyeong City in 1981.

The gureum-san mountain, which is the end of the Gwangju mountain range, and the hill in Dogo are in the center of the city, but Gwangmyeong is a low plain terrain as a whole. KTX Gwangmyeong Station was opened in Iljik-dong(일직동).The telephone number uses the same 02 as Seoul. The city hall is in Cheolsan-dong(철산동), with 18 administrative districts.

Gwangmyeong (Gwangmyeong-si consists of eight places.)

(Iljik-dong(일직동), Gwangmyeong-dong(광명동), Soha-dong(소하동), Cheolsan-dong(철산동), Haan-dong(하안동), Kahak-dong(가학동), Noonsa-dong(노온사동), Okgil-dong(옥길동))

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(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.