Uses of Class
gov.nasa.worldwind.util.xml.xal.XALAddressLine
-
Packages that use XALAddressLine Package Description gov.nasa.worldwind.util.xml.xal Provides classes for parsing the XAL namespace. -
-
Uses of XALAddressLine in gov.nasa.worldwind.util.xml.xal
Fields in gov.nasa.worldwind.util.xml.xal with type parameters of type XALAddressLine Modifier and Type Field Description protected java.util.List<XALAddressLine>XALAddressLines. addressLinesprotected java.util.List<XALAddressLine>XALCountry. addressLinesMethods in gov.nasa.worldwind.util.xml.xal that return types with arguments of type XALAddressLine Modifier and Type Method Description java.util.List<XALAddressLine>XALAddressLines. getAddressLines()java.util.List<XALAddressLine>XALCountry. getAddressLines()Methods in gov.nasa.worldwind.util.xml.xal with parameters of type XALAddressLine Modifier and Type Method Description protected voidXALAddressLines. addAddressLine(XALAddressLine o)protected voidXALCountry. addAddressLine(XALAddressLine o)
-