A C E G L N T Z

A

add(ZipCode) - Method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Adds a ZipCode to the registry.
arc_length(double, double, double, double) - Static method in class net.christopherschultz.util.zipcode.ZipCode
 

C

compareTo(Object) - Method in class net.christopherschultz.util.zipcode.ZipCode
Compares the specified object to this one.

E

equals(Object) - Method in class net.christopherschultz.util.zipcode.ZipCode
Returns true if the specifed object is equal to this one.

G

getArcLength(ZipCode) - Method in class net.christopherschultz.util.zipcode.ZipCode
Gets the length of the great circle arc, in radians, between this ZipCode and the specified ZipCode.
getClosestZipCode(ZipCode) - Method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Gets the ZipCode that is closest geographically from the specified ZipCode.
getDistanceInKilometers(ZipCode) - Method in class net.christopherschultz.util.zipcode.ZipCode
Gets the distance, in kilometers, from this ZipCode to the specified ZipCode.
getDistanceInMiles(ZipCode) - Method in class net.christopherschultz.util.zipcode.ZipCode
Gets the distance, in miles, from this ZipCode to the specified ZipCode.
getInstance() - Static method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Gets the default instance of a ZipCodeRegistry.
getLatitude() - Method in class net.christopherschultz.util.zipcode.ZipCode
Gets the latitude of the post office serving this zip code.
getLongitude() - Method in class net.christopherschultz.util.zipcode.ZipCode
Gets the longitude of the post office serving this zip code.
getNearestMatch(int) - Method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Gets the ZipCode which is the closest numerically to the specified zip code.
getZipCode() - Method in class net.christopherschultz.util.zipcode.ZipCode
Gets the 5-digit zip code for this ZipCode.
getZipCode(int) - Method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Gets the ZipCode which corresponds to the specified zip code.
getZipCodesWithinKilometers(ZipCode, double) - Method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Gets a list of ZipCodes that are within the specified number of kilometers.
getZipCodesWithinMiles(ZipCode, double) - Method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Gets a list of ZipCodes that are within the specified number of miles.

L

load(String) - Static method in class net.christopherschultz.util.zipcode.ZipCodeRegistry
Loads a ZipCodeRegistry from the specified file.

N

net.christopherschultz.util.zipcode - package net.christopherschultz.util.zipcode
 

T

toString() - Method in class net.christopherschultz.util.zipcode.ZipCode
Returns a String representation of this ZipCode (i.e.

Z

ZipCode - Class in net.christopherschultz.util.zipcode
A US-postal code.
ZipCode(int, double, double) - Constructor for class net.christopherschultz.util.zipcode.ZipCode
Creates a new ZipCode object.
ZipCodeRegistry - Class in net.christopherschultz.util.zipcode
A registry of US postal codes.
ZipCodeRegistry() - Constructor for class net.christopherschultz.util.zipcode.ZipCodeRegistry
Creates a ZipCodeRegistry object with no ZipCodes.

A C E G L N T Z