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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAdministrativeAreaelement.static final TLcdDataPropertyData property that maps to theCityelement.static final TLcdDataPropertyData property that maps to theCountryelement.static final TLcdDataPropertyData property that maps to theDeliveryPointelement.static final TLcdDataPropertyData property that maps to theElectronicMailAddresselement.static final TLcdDataPropertyData property that maps to thePostalCodeelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAdministrativeAreaelement.getCity()Returns the value of the property that maps to theCityelement.Returns the value of the property that maps to theCountryelement.Returns the value of the property that maps to theDeliveryPointelement.Returns the value of the property that maps to theElectronicMailAddresselement.Returns the value of the property that maps to thePostalCodeelement.voidsetAdministrativeArea(String aValue) Sets the value of the property that maps to theAdministrativeAreaelement.voidSets the value of the property that maps to theCityelement.voidsetCountry(String aValue) Sets the value of the property that maps to theCountryelement.voidsetPostalCode(String aValue) Sets the value of the property that maps to thePostalCodeelement.
-
Field Details
-
DELIVERY_POINT_PROPERTY
Data property that maps to theDeliveryPointelement. The possible values for this property are instances ofList<String>. -
CITY_PROPERTY
Data property that maps to theCityelement. The possible values for this property are instances ofString. -
ADMINISTRATIVE_AREA_PROPERTY
Data property that maps to theAdministrativeAreaelement. The possible values for this property are instances ofString. -
POSTAL_CODE_PROPERTY
Data property that maps to thePostalCodeelement. The possible values for this property are instances ofString. -
COUNTRY_PROPERTY
Data property that maps to theCountryelement. The possible values for this property are instances ofString. -
ELECTRONIC_MAIL_ADDRESS_PROPERTY
Data property that maps to theElectronicMailAddresselement. 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 theDeliveryPointelement.Address line for the location.
- Returns:
- the value of the
DELIVERY_POINT_PROPERTYproperty.
-
getCity
Returns the value of the property that maps to theCityelement.City of the location.
- Returns:
- the value of the
CITY_PROPERTYproperty.
-
setCity
Sets the value of the property that maps to theCityelement.City of the location.
- Parameters:
aValue- the value to set for theCITY_PROPERTYproperty.
-
getAdministrativeArea
Returns the value of the property that maps to theAdministrativeAreaelement.State or province of the location.
- Returns:
- the value of the
ADMINISTRATIVE_AREA_PROPERTYproperty.
-
setAdministrativeArea
Sets the value of the property that maps to theAdministrativeAreaelement.State or province of the location.
- Parameters:
aValue- the value to set for theADMINISTRATIVE_AREA_PROPERTYproperty.
-
getPostalCode
Returns the value of the property that maps to thePostalCodeelement.ZIP or other postal code.
- Returns:
- the value of the
POSTAL_CODE_PROPERTYproperty.
-
setPostalCode
Sets the value of the property that maps to thePostalCodeelement.ZIP or other postal code.
- Parameters:
aValue- the value to set for thePOSTAL_CODE_PROPERTYproperty.
-
getCountry
Returns the value of the property that maps to theCountryelement.Country of the physical address.
- Returns:
- the value of the
COUNTRY_PROPERTYproperty.
-
setCountry
Sets the value of the property that maps to theCountryelement.Country of the physical address.
- Parameters:
aValue- the value to set for theCOUNTRY_PROPERTYproperty.
-
getElectronicMailAddress
Returns the value of the property that maps to theElectronicMailAddresselement.Address of the electronic mailbox of the responsible organization or individual.
- Returns:
- the value of the
ELECTRONIC_MAIL_ADDRESS_PROPERTYproperty.
-