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

Packages that use CategoryExtent
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.valueObjects   
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.factory
 

Methods in org.citygml4j.factory that return CategoryExtent
 CategoryExtent GMLFactory.createCategoryExtent()
           
 

Methods in org.citygml4j.factory with parameters of type CategoryExtent
 ValueExtent GMLFactory.createValueExtent(CategoryExtent categoryExtent)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement CategoryExtent
 class CategoryExtentImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return CategoryExtent
 CategoryExtent ValueExtentImpl.getCategoryExtent()
           
 

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

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type CategoryExtent
ValueExtentImpl(CategoryExtent categoryExtent)
           
 

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)