Searched refs:GPOSRecord (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DGPOSRecord.java13 public class GPOSRecord extends Record { class in inherits:Record
19 GPOSRecord() {} method in class:GPOSRecord
23 return new GPOSRecord();
47 GPOSRecord(Name name, int dclass, long ttl, double longitude, double latitude, method in class:GPOSRecord
65 GPOSRecord(Name name, int dclass, long ttl, String longitude, String latitude, method in class:GPOSRecord
H A DType.java253 types.add(GPOS, "GPOS", new GPOSRecord());

Completed in 82 milliseconds