Uses of Interface
net.opengis.ows20.AddressType
Packages that use AddressType
Package
Description
-
Uses of AddressType in net.opengis.ows20
Methods in net.opengis.ows20 that return AddressTypeModifier and TypeMethodDescriptionOws20Factory.createAddressType()
Returns a new object of class 'Address Type'.ContactType.getAddress()
Returns the value of the 'Address' containment reference.Methods in net.opengis.ows20 with parameters of type AddressTypeModifier and TypeMethodDescriptionvoid
ContactType.setAddress
(AddressType value) Sets the value of the 'Address
' containment reference. -
Uses of AddressType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AddressTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Address Type'.Fields in net.opengis.ows20.impl declared as AddressTypeModifier and TypeFieldDescriptionprotected AddressType
ContactTypeImpl.address
The cached value of the 'Address
' containment reference.Methods in net.opengis.ows20.impl that return AddressTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createAddressType()
ContactTypeImpl.getAddress()
Methods in net.opengis.ows20.impl with parameters of type AddressTypeModifier and TypeMethodDescriptionNotificationChain
ContactTypeImpl.basicSetAddress
(AddressType newAddress, NotificationChain msgs) void
ContactTypeImpl.setAddress
(AddressType newAddress) -
Uses of AddressType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AddressTypeModifier and TypeMethodDescriptionOws20Switch.caseAddressType
(AddressType object) Returns the result of interpreting the object as an instance of 'Address Type'.boolean
Ows20Validator.validateAddressType
(AddressType addressType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AddressType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AddressTypeModifier and TypeMethodDescriptionboolean
ContactTypeValidator.validateAddress
(AddressType value)