Package de.micromata.opengis.kml.v_2_2_0

Examples of de.micromata.opengis.kml.v_2_2_0.Vec2


     *
     * @param addressLine
     *     required parameter
     */
    public static AddressLines createXalAddressLines(final List<AddressLine> addressLine) {
        return new AddressLines(addressLine);
    }
View Full Code Here


     *
     * @param addressLine
     *     required parameter
     */
    public static AddressLines createXalAddressLines(final List<AddressLine> addressLine) {
        return new AddressLines(addressLine);
    }
View Full Code Here

     *     required parameter
     * @param locality
     *     required parameter
     */
    public static AdministrativeArea createXalAdministrativeArea(final Locality locality, final PostOffice postOffice, final PostalCode postalCode) {
        return new AdministrativeArea(locality, postOffice, postalCode);
    }
View Full Code Here

     *     required parameter
     * @param postOffice
     *     required parameter
     */
    public static AdministrativeArea createXalAdministrativeArea(final Locality locality, final PostOffice postOffice, final PostalCode postalCode) {
        return new AdministrativeArea(locality, postOffice, postalCode);
    }
View Full Code Here

    /**
     * Create an instance of {@link BuildingName}
     *
     */
    public static BuildingName createXalBuildingName() {
        return new BuildingName();
    }
View Full Code Here

    /**
     * Create an instance of {@link BuildingName}
     *
     */
    public static BuildingName createXalBuildingName() {
        return new BuildingName();
    }
View Full Code Here

    /**
     * Create an instance of {@link CountryName}
     *
     */
    public static CountryName createXalCountryName() {
        return new CountryName();
    }
View Full Code Here

    /**
     * Create an instance of {@link CountryName}
     *
     */
    public static CountryName createXalCountryName() {
        return new CountryName();
    }
View Full Code Here

    /**
     * Create an instance of {@link Department}
     *
     */
    public static Department createXalDepartment() {
        return new Department();
    }
View Full Code Here

    /**
     * Create an instance of {@link Department}
     *
     */
    public static Department createXalDepartment() {
        return new Department();
    }
View Full Code Here

TOP

Related Classes of de.micromata.opengis.kml.v_2_2_0.Vec2

Copyright © 2018 www.massapicom. 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.