Class TLcdOWSAddress

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAddress
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSAddress extends TLcdDataObject
Location of the responsible individual or organization.
  • Field Details

    • DELIVERY_POINT_PROPERTY

      public static final TLcdDataProperty DELIVERY_POINT_PROPERTY
      Data property that maps to the DeliveryPoint element. The possible values for this property are instances of List<String>.
    • CITY_PROPERTY

      public static final TLcdDataProperty CITY_PROPERTY
      Data property that maps to the City element. The possible values for this property are instances of String.
    • ADMINISTRATIVE_AREA_PROPERTY

      public static final TLcdDataProperty ADMINISTRATIVE_AREA_PROPERTY
      Data property that maps to the AdministrativeArea element. The possible values for this property are instances of String.
    • POSTAL_CODE_PROPERTY

      public static final TLcdDataProperty POSTAL_CODE_PROPERTY
      Data property that maps to the PostalCode element. The possible values for this property are instances of String.
    • COUNTRY_PROPERTY

      public static final TLcdDataProperty COUNTRY_PROPERTY
      Data property that maps to the Country element. The possible values for this property are instances of String.
    • ELECTRONIC_MAIL_ADDRESS_PROPERTY

      public static final TLcdDataProperty ELECTRONIC_MAIL_ADDRESS_PROPERTY
      Data property that maps to the ElectronicMailAddress element. The possible values for this property are instances of List<String>.
  • Constructor Details

    • TLcdOWSAddress

      public TLcdOWSAddress()
    • TLcdOWSAddress

      public TLcdOWSAddress(TLcdDataType aType)
  • Method Details

    • getDeliveryPoint

      public List<String> getDeliveryPoint()
      Returns the value of the property that maps to the DeliveryPoint element.

      Address line for the location.

      Returns:
      the value of the DELIVERY_POINT_PROPERTY property.
    • getCity

      public String getCity()
      Returns the value of the property that maps to the City element.

      City of the location.

      Returns:
      the value of the CITY_PROPERTY property.
    • setCity

      public void setCity(String aValue)
      Sets the value of the property that maps to the City element.

      City of the location.

      Parameters:
      aValue - the value to set for the CITY_PROPERTY property.
    • getAdministrativeArea

      public String getAdministrativeArea()
      Returns the value of the property that maps to the AdministrativeArea element.

      State or province of the location.

      Returns:
      the value of the ADMINISTRATIVE_AREA_PROPERTY property.
    • setAdministrativeArea

      public void setAdministrativeArea(String aValue)
      Sets the value of the property that maps to the AdministrativeArea element.

      State or province of the location.

      Parameters:
      aValue - the value to set for the ADMINISTRATIVE_AREA_PROPERTY property.
    • getPostalCode

      public String getPostalCode()
      Returns the value of the property that maps to the PostalCode element.

      ZIP or other postal code.

      Returns:
      the value of the POSTAL_CODE_PROPERTY property.
    • setPostalCode

      public void setPostalCode(String aValue)
      Sets the value of the property that maps to the PostalCode element.

      ZIP or other postal code.

      Parameters:
      aValue - the value to set for the POSTAL_CODE_PROPERTY property.
    • getCountry

      public String getCountry()
      Returns the value of the property that maps to the Country element.

      Country of the physical address.

      Returns:
      the value of the COUNTRY_PROPERTY property.
    • setCountry

      public void setCountry(String aValue)
      Sets the value of the property that maps to the Country element.

      Country of the physical address.

      Parameters:
      aValue - the value to set for the COUNTRY_PROPERTY property.
    • getElectronicMailAddress

      public List<String> getElectronicMailAddress()
      Returns the value of the property that maps to the ElectronicMailAddress element.

      Address of the electronic mailbox of the responsible organization or individual.

      Returns:
      the value of the ELECTRONIC_MAIL_ADDRESS_PROPERTY property.