Examples of DependentLocality


Examples of de.micromata.opengis.kml.v_2_2_0.xal.DependentLocality

     *     required parameter
     * @param postBox
     *     required parameter
     */
    public static DependentLocality createXalDependentLocality(final PostBox postBox, final LargeMailUser largeMailUser, final PostOffice postOffice, final PostalRoute postalRoute) {
        return new DependentLocality(postBox, largeMailUser, postOffice, postalRoute);
    }
View Full Code Here

Examples of de.micromata.opengis.kml.v_2_2_0.xal.DependentLocality

     *     required parameter
     * @param largeMailUser
     *     required parameter
     */
    public static DependentLocality createXalDependentLocality(final PostBox postBox, final LargeMailUser largeMailUser, final PostOffice postOffice, final PostalRoute postalRoute) {
        return new DependentLocality(postBox, largeMailUser, postOffice, postalRoute);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.