Uses of Interface
net.opengis.ows10.AddressType
-
Packages that use AddressType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of AddressType in net.opengis.ows10
Methods in net.opengis.ows10 that return AddressType Modifier and Type Method Description AddressTypeOws10Factory. createAddressType()Returns a new object of class 'Address Type'.AddressTypeContactType. getAddress()Returns the value of the 'Address' containment reference.Methods in net.opengis.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement AddressType Modifier and Type Class Description classAddressTypeImplAn implementation of the model object 'Address Type'.Fields in net.opengis.ows10.impl declared as AddressType Modifier and Type Field Description protected AddressTypeContactTypeImpl. addressThe cached value of the 'Address' containment reference.Methods in net.opengis.ows10.impl that return AddressType Modifier and Type Method Description AddressTypeOws10FactoryImpl. createAddressType()AddressTypeContactTypeImpl. getAddress()Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type AddressType Modifier and Type Method Description booleanContactTypeValidator. validateAddress(AddressType value)
-