Uses of Interface
org.citygml4j.model.gml.base.StringOrRef

Packages that use StringOrRef
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.base   
org.citygml4j.impl.gml.coverage   
org.citygml4j.impl.gml.feature   
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.feature   
org.citygml4j.xml.io.reader   
org.citygml4j.xml.io.writer   
 

Uses of StringOrRef in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type StringOrRef
 StringOrRefType GMLMarshaller.marshalStringOrRef(StringOrRef src)
           
 

Uses of StringOrRef in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return StringOrRef
 StringOrRef GMLUnmarshaller.unmarshalStringOrRef(StringOrRefType src)
           
 

Uses of StringOrRef in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return StringOrRef
 StringOrRef GMLFactory.createStringOrRef()
           
 

Methods in org.citygml4j.factory with parameters of type StringOrRef
 CoverageFunction GMLFactory.createCoverageFunction(StringOrRef mappingRule)
           
 

Uses of StringOrRef in org.citygml4j.impl.gml.base
 

Classes in org.citygml4j.impl.gml.base that implement StringOrRef
 class StringOrRefImpl
           
 

Methods in org.citygml4j.impl.gml.base that return StringOrRef
 StringOrRef AbstractGMLImpl.getDescription()
           
 

Methods in org.citygml4j.impl.gml.base with parameters of type StringOrRef
 void AbstractGMLImpl.setDescription(StringOrRef description)
           
 

Uses of StringOrRef in org.citygml4j.impl.gml.coverage
 

Methods in org.citygml4j.impl.gml.coverage that return StringOrRef
 StringOrRef CoverageFunctionImpl.getMappingRule()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type StringOrRef
 void CoverageFunctionImpl.setMappingRule(StringOrRef mappingRule)
           
 

Constructors in org.citygml4j.impl.gml.coverage with parameters of type StringOrRef
CoverageFunctionImpl(StringOrRef mappingRule)
           
 

Uses of StringOrRef in org.citygml4j.impl.gml.feature
 

Methods in org.citygml4j.impl.gml.feature that return StringOrRef
 StringOrRef LocationPropertyImpl.getLocationString()
           
 

Methods in org.citygml4j.impl.gml.feature with parameters of type StringOrRef
 void LocationPropertyImpl.setLocationString(StringOrRef locationString)
           
 

Uses of StringOrRef in org.citygml4j.model.gml.base
 

Methods in org.citygml4j.model.gml.base that return StringOrRef
 StringOrRef StandardObjectProperties.getDescription()
           
 

Methods in org.citygml4j.model.gml.base with parameters of type StringOrRef
 void StandardObjectProperties.setDescription(StringOrRef description)
           
 

Uses of StringOrRef in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return StringOrRef
 StringOrRef CoverageFunction.getMappingRule()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type StringOrRef
 void CoverageFunction.setMappingRule(StringOrRef mappingRule)
           
 

Uses of StringOrRef in org.citygml4j.model.gml.feature
 

Methods in org.citygml4j.model.gml.feature that return StringOrRef
 StringOrRef LocationProperty.getLocationString()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type StringOrRef
 void LocationProperty.setLocationString(StringOrRef locationString)
           
 

Uses of StringOrRef in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return StringOrRef
 StringOrRef ParentInfo.getDescription()
           
 

Uses of StringOrRef in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer that return StringOrRef
 StringOrRef CityModelInfo.getDescription()
           
 

Methods in org.citygml4j.xml.io.writer with parameters of type StringOrRef
 void CityModelInfo.setDescription(StringOrRef description)