Uses of Class
org.citygml4j.model.gml.valueObjects.CategoryExtent

Packages that use CategoryExtent
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.valueObjects   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CategoryExtent
 CategoryExtentType GMLMarshaller.marshalCategoryExtent(CategoryExtent src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CategoryExtent
 CategoryExtent GMLUnmarshaller.unmarshalCategoryExtent(CategoryExtentType src)
           
 

Uses of CategoryExtent in org.citygml4j.model.gml.valueObjects
 

Methods in org.citygml4j.model.gml.valueObjects that return CategoryExtent
 CategoryExtent ValueExtent.getCategoryExtent()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type CategoryExtent
 void ValueExtent.setCategoryExtent(CategoryExtent categoryExtent)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type CategoryExtent
ValueExtent(CategoryExtent categoryExtent)