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 longgetId()StringgetKind()DoublegetLatitude()DoublegetLongitude()String[]getRefRoles()long[]getRefs()String[]getRefTypes()HashMap<String,String>getTags()
-