Package com.luciad.ogc.ows.model
Class TLcdOWSAddress
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAddress
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Location of the responsible individual or
organization.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAdministrativeArea
element.static final TLcdDataProperty
Data property that maps to theCity
element.static final TLcdDataProperty
Data property that maps to theCountry
element.static final TLcdDataProperty
Data property that maps to theDeliveryPoint
element.static final TLcdDataProperty
Data property that maps to theElectronicMailAddress
element.static final TLcdDataProperty
Data property that maps to thePostalCode
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAdministrativeArea
element.getCity()
Returns the value of the property that maps to theCity
element.Returns the value of the property that maps to theCountry
element.Returns the value of the property that maps to theDeliveryPoint
element.Returns the value of the property that maps to theElectronicMailAddress
element.Returns the value of the property that maps to thePostalCode
element.void
setAdministrativeArea
(String aValue) Sets the value of the property that maps to theAdministrativeArea
element.void
Sets the value of the property that maps to theCity
element.void
setCountry
(String aValue) Sets the value of the property that maps to theCountry
element.void
setPostalCode
(String aValue) Sets the value of the property that maps to thePostalCode
element.
-
Field Details
-
DELIVERY_POINT_PROPERTY
Data property that maps to theDeliveryPoint
element. The possible values for this property are instances ofList<String>
. -
CITY_PROPERTY
Data property that maps to theCity
element. The possible values for this property are instances ofString
. -
ADMINISTRATIVE_AREA_PROPERTY
Data property that maps to theAdministrativeArea
element. The possible values for this property are instances ofString
. -
POSTAL_CODE_PROPERTY
Data property that maps to thePostalCode
element. The possible values for this property are instances ofString
. -
COUNTRY_PROPERTY
Data property that maps to theCountry
element. The possible values for this property are instances ofString
. -
ELECTRONIC_MAIL_ADDRESS_PROPERTY
Data property that maps to theElectronicMailAddress
element. The possible values for this property are instances ofList<String>
.
-
-
Constructor Details
-
TLcdOWSAddress
public TLcdOWSAddress() -
TLcdOWSAddress
-
-
Method Details
-
getDeliveryPoint
Returns the value of the property that maps to theDeliveryPoint
element.Address line for the location.
- Returns:
- the value of the
DELIVERY_POINT_PROPERTY
property.
-
getCity
Returns the value of the property that maps to theCity
element.City of the location.
- Returns:
- the value of the
CITY_PROPERTY
property.
-
setCity
Sets the value of the property that maps to theCity
element.City of the location.
- Parameters:
aValue
- the value to set for theCITY_PROPERTY
property.
-
getAdministrativeArea
Returns the value of the property that maps to theAdministrativeArea
element.State or province of the location.
- Returns:
- the value of the
ADMINISTRATIVE_AREA_PROPERTY
property.
-
setAdministrativeArea
Sets the value of the property that maps to theAdministrativeArea
element.State or province of the location.
- Parameters:
aValue
- the value to set for theADMINISTRATIVE_AREA_PROPERTY
property.
-
getPostalCode
Returns the value of the property that maps to thePostalCode
element.ZIP or other postal code.
- Returns:
- the value of the
POSTAL_CODE_PROPERTY
property.
-
setPostalCode
Sets the value of the property that maps to thePostalCode
element.ZIP or other postal code.
- Parameters:
aValue
- the value to set for thePOSTAL_CODE_PROPERTY
property.
-
getCountry
Returns the value of the property that maps to theCountry
element.Country of the physical address.
- Returns:
- the value of the
COUNTRY_PROPERTY
property.
-
setCountry
Sets the value of the property that maps to theCountry
element.Country of the physical address.
- Parameters:
aValue
- the value to set for theCOUNTRY_PROPERTY
property.
-
getElectronicMailAddress
Returns the value of the property that maps to theElectronicMailAddress
element.Address of the electronic mailbox of the responsible organization or individual.
- Returns:
- the value of the
ELECTRONIC_MAIL_ADDRESS_PROPERTY
property.
-