Class OSMEntity
- java.lang.Object
-
- org.apache.sedona.sql.datasources.osmpbf.model.OSMEntity
-
-
Constructor Summary
Constructors Constructor Description OSMEntity(long id, double latitude, double longitude, HashMap<String,String> tags, String kind)
OSMEntity(Long id, HashMap<String,String> tags, String relation, long[] refs)
OSMEntity(Long id, HashMap<String,String> tags, String relation, long[] refs, String[] refTypes, String[] refRoles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
String
getKind()
Double
getLatitude()
Double
getLongitude()
String[]
getRefRoles()
long[]
getRefs()
String[]
getRefTypes()
HashMap<String,String>
getTags()
-