Uses of Interface
net.opengis.ows11.AddressType
- 
Packages that use AddressType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation org.geotools.metadata.iso.citation Citation implementation.
- 
- 
Uses of AddressType in net.opengis.ows11Methods in net.opengis.ows11 that return AddressType Modifier and Type Method Description AddressTypeOws11Factory. createAddressType()Returns a new object of class 'Address Type'.AddressTypeContactType. getAddress()Returns the value of the 'Address' containment reference.Methods in net.opengis.ows11 with parameters of type AddressType Modifier and Type Method Description voidContactType. setAddress(AddressType value)Sets the value of the 'Address' containment reference.
- 
Uses of AddressType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement AddressType Modifier and Type Class Description classAddressTypeImplAn implementation of the model object 'Address Type'.Fields in net.opengis.ows11.impl declared as AddressType Modifier and Type Field Description protected AddressTypeContactTypeImpl. addressThe cached value of the 'Address' containment reference.Methods in net.opengis.ows11.impl that return AddressType Modifier and Type Method Description AddressTypeOws11FactoryImpl. createAddressType()AddressTypeContactTypeImpl. getAddress()Methods in net.opengis.ows11.impl with parameters of type AddressType Modifier and Type Method Description NotificationChainContactTypeImpl. basicSetAddress(AddressType newAddress, NotificationChain msgs)voidContactTypeImpl. setAddress(AddressType newAddress)
- 
Uses of AddressType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type AddressType Modifier and Type Method Description ObjectOws11Switch. caseAddressType(AddressType object)Returns the result of interpreting the object as an instance of 'Address Type'.booleanOws11Validator. validateAddressType(AddressType addressType, DiagnosticChain diagnostics, Map context)
- 
Uses of AddressType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type AddressType Modifier and Type Method Description booleanContactTypeValidator. validateAddress(AddressType value)
- 
Uses of AddressType in org.geotools.metadata.iso.citationConstructors in org.geotools.metadata.iso.citation with parameters of type AddressType Constructor Description AddressImpl(AddressType address)
 
-