Uses of Class
org.citygml4j.jaxb.xal.PremiseElement.PremiseLocation

Packages that use PremiseElement.PremiseLocation
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of PremiseElement.PremiseLocation in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return PremiseElement.PremiseLocation
 PremiseElement.PremiseLocation XALMarshaller.marshalPremiseLocation(PremiseLocation src)
           
 

Uses of PremiseElement.PremiseLocation in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type PremiseElement.PremiseLocation
 PremiseLocation XALUnmarshaller.unmarshalPremiseLocation(PremiseElement.PremiseLocation src)
           
 

Uses of PremiseElement.PremiseLocation in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return PremiseElement.PremiseLocation
 PremiseElement.PremiseLocation ObjectFactory.createPremiseElementPremiseLocation()
          Create an instance of PremiseElement.PremiseLocation
 PremiseElement.PremiseLocation PremiseElement.getPremiseLocation()
          Gets the value of the premiseLocation property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type PremiseElement.PremiseLocation
 void PremiseElement.setPremiseLocation(PremiseElement.PremiseLocation value)
          Sets the value of the premiseLocation property.