Uses of Class
net.opengis.citygml.v_2_0.AddressType
-
Packages that use AddressType Package Description net.opengis.citygml.v_2_0 -
-
Uses of AddressType in net.opengis.citygml.v_2_0
Fields in net.opengis.citygml.v_2_0 declared as AddressType Modifier and Type Field Description protected AddressTypeAddressPropertyType. addressMethods in net.opengis.citygml.v_2_0 that return AddressType Modifier and Type Method Description AddressTypeObjectFactory. createAddressType()Create an instance ofAddressTypeAddressTypeAddressPropertyType. getAddress()Gets the value of the address property.AddressTypeAddressType. withGenericApplicationPropertyOfAddress(Object... values)AddressTypeAddressType. withGenericApplicationPropertyOfAddress(Collection<Object> values)AddressTypeAddressType. withGenericApplicationPropertyOfAddress(List<Object> value)AddressTypeAddressType. withMultiPoint(MultiPointPropertyType value)AddressTypeAddressType. withXalAddress(XalAddressPropertyType value)Methods in net.opengis.citygml.v_2_0 that return types with arguments of type AddressType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AddressType>ObjectFactory. createAddress(AddressType value)Methods in net.opengis.citygml.v_2_0 with parameters of type AddressType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AddressType>ObjectFactory. createAddress(AddressType value)voidAddressPropertyType. setAddress(AddressType value)Sets the value of the address property.AddressPropertyTypeAddressPropertyType. withAddress(AddressType value)Constructors in net.opengis.citygml.v_2_0 with parameters of type AddressType Constructor Description AddressPropertyType(AddressType address, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-