Package com.reallifedeveloper.tools.gis
Interface Shape2Sql.BarProcessor
- Enclosing class:
- Shape2Sql
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines some kind of processing of bar information.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processBar
(String name, String url, String geometry) Processes the given bar information.
-
Method Details
-
processBar
Processes the given bar information.- Parameters:
name
- the name of the barurl
- a URL to the home page of the bargeometry
- the geometric shape of the bar
-