Uses of Interface
net.opengis.wcs10.AddressType
-
Packages that use AddressType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of AddressType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return AddressType Modifier and Type Method Description AddressType
Wcs10Factory. createAddressType()
Returns a new object of class 'Address Type'.AddressType
ContactType. getAddress()
Returns the value of the 'Address' containment reference.Methods in net.opengis.wcs10 with parameters of type AddressType Modifier and Type Method Description void
ContactType. setAddress(AddressType value)
Sets the value of the 'Address
' containment reference. -
Uses of AddressType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AddressType Modifier and Type Class Description class
AddressTypeImpl
An implementation of the model object 'Address Type'.Fields in net.opengis.wcs10.impl declared as AddressType Modifier and Type Field Description protected AddressType
ContactTypeImpl. address
The cached value of the 'Address
' containment reference.Methods in net.opengis.wcs10.impl that return AddressType Modifier and Type Method Description AddressType
Wcs10FactoryImpl. createAddressType()
AddressType
ContactTypeImpl. getAddress()
Methods in net.opengis.wcs10.impl with parameters of type AddressType Modifier and Type Method Description NotificationChain
ContactTypeImpl. basicSetAddress(AddressType newAddress, NotificationChain msgs)
void
ContactTypeImpl. setAddress(AddressType newAddress)
-
Uses of AddressType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AddressType Modifier and Type Method Description Object
Wcs10Switch. caseAddressType(AddressType object)
Returns the result of interpreting the object as an instance of 'Address Type'. -
Uses of AddressType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type AddressType Modifier and Type Method Description boolean
ContactTypeValidator. validateAddress(AddressType value)
-