|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.citation.AddressImpl
public class AddressImpl
Location of the responsible individual or organization.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
AddressImpl()
Constructs an initially empty address. |
|
AddressImpl(org.opengis.metadata.citation.Address source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
org.opengis.util.InternationalString |
getAdministrativeArea()
Return the state, province of the location. |
org.opengis.util.InternationalString |
getCity()
Returns the city of the location Returns null if unspecified. |
org.opengis.util.InternationalString |
getCountry()
Returns the country of the physical address. |
java.util.Collection<java.lang.String> |
getDeliveryPoints()
Returns the address line for the location (as described in ISO 11180, Annex A). |
java.util.Collection<java.lang.String> |
getElectronicMailAddresses()
Returns the address of the electronic mailbox of the responsible organization or individual. |
java.lang.String |
getPostalCode()
Returns ZIP or other postal code. |
void |
setAdministrativeArea(org.opengis.util.InternationalString newValue)
Set the state, province of the location. |
void |
setCity(org.opengis.util.InternationalString newValue)
Set the city of the location |
void |
setCountry(org.opengis.util.InternationalString newValue)
set the country of the physical address. |
void |
setDeliveryPoints(java.util.Collection<? extends java.lang.String> newValues)
Set the address line for the location (as described in ISO 11180, Annex A). |
void |
setElectronicMailAddresses(java.util.Collection<? extends java.lang.String> newValues)
Set the address of the electronic mailbox of the responsible organization or individual. |
void |
setPostalCode(java.lang.String newValue)
Set ZIP or other postal code. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddressImpl()
public AddressImpl(org.opengis.metadata.citation.Address source)
Method Detail |
---|
public org.opengis.util.InternationalString getAdministrativeArea()
null
if unspecified.
getAdministrativeArea
in interface org.opengis.metadata.citation.Address
public void setAdministrativeArea(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getCity()
null
if unspecified.
getCity
in interface org.opengis.metadata.citation.Address
public void setCity(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getCountry()
null
if unspecified.
getCountry
in interface org.opengis.metadata.citation.Address
public void setCountry(org.opengis.util.InternationalString newValue)
public java.util.Collection<java.lang.String> getDeliveryPoints()
getDeliveryPoints
in interface org.opengis.metadata.citation.Address
public void setDeliveryPoints(java.util.Collection<? extends java.lang.String> newValues)
public java.util.Collection<java.lang.String> getElectronicMailAddresses()
getElectronicMailAddresses
in interface org.opengis.metadata.citation.Address
public void setElectronicMailAddresses(java.util.Collection<? extends java.lang.String> newValues)
public java.lang.String getPostalCode()
null
if unspecified.
getPostalCode
in interface org.opengis.metadata.citation.Address
public void setPostalCode(java.lang.String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |