Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getKind() |
Double |
getLatitude() |
Double |
getLongitude() |
String[] |
getRefRoles() |
long[] |
getRefs() |
String[] |
getRefTypes() |
HashMap<String,String> |
getTags() |
public OSMEntity(long id, double latitude, double longitude, HashMap<String,String> tags, String kind)
public OSMEntity(Long id, HashMap<String,String> tags, String relation, long[] refs, String[] refTypes, String[] refRoles)
Copyright © 2025 The Apache Software Foundation. All rights reserved.