NASA World Wind

Uses of Interface
gov.nasa.worldwind.applications.gio.ebrim.Address

Packages that use Address
gov.nasa.worldwind.applications.gio.ebrim   
gov.nasa.worldwind.applications.gio.esg   
 

Uses of Address in gov.nasa.worldwind.applications.gio.ebrim
 

Classes in gov.nasa.worldwind.applications.gio.ebrim that implement Address
 class AddressParser
           
 

Methods in gov.nasa.worldwind.applications.gio.ebrim that return Address
 Address PersonParser.getAddress(int index)
           
 Address Person.getAddress(int index)
           
 Address OrganizationParser.getAddress(int index)
           
 Address Organization.getAddress(int index)
           
 

Methods in gov.nasa.worldwind.applications.gio.ebrim that return types with arguments of type Address
 Iterator<Address> PersonParser.getAddressIterator()
           
 Iterator<Address> Person.getAddressIterator()
           
 Iterator<Address> OrganizationParser.getAddressIterator()
           
 Iterator<Address> Organization.getAddressIterator()
           
 

Methods in gov.nasa.worldwind.applications.gio.ebrim with parameters of type Address
 void PersonParser.addAddress(Address address)
           
 void Person.addAddress(Address address)
           
 void OrganizationParser.addAddress(Address address)
           
 void Organization.addAddress(Address address)
           
 void PersonParser.addAddress(int index, Address address)
           
 void Person.addAddress(int index, Address address)
           
 void OrganizationParser.addAddress(int index, Address address)
           
 void Organization.addAddress(int index, Address address)
           
 int PersonParser.getIndex(Address address)
           
 int Person.getIndex(Address address)
           
 int OrganizationParser.getIndex(Address address)
           
 int Organization.getIndex(Address address)
           
 void PersonParser.setAddress(int index, Address address)
           
 void Person.setAddress(int index, Address address)
           
 void OrganizationParser.setAddress(int index, Address address)
           
 void Organization.setAddress(int index, Address address)
           
 

Method parameters in gov.nasa.worldwind.applications.gio.ebrim with type arguments of type Address
 void PersonParser.addAddresses(Collection<? extends Address> c)
           
 void Person.addAddresses(Collection<? extends Address> c)
           
 void OrganizationParser.addAddresses(Collection<? extends Address> c)
           
 void Organization.addAddresses(Collection<? extends Address> c)
           
 

Uses of Address in gov.nasa.worldwind.applications.gio.esg
 

Methods in gov.nasa.worldwind.applications.gio.esg with parameters of type Address
protected  String ServiceDetailsDialog.formatAddress(Address address)
           
 


NASA World Wind