Uses of Class
org.citygml4j.jaxb.gml._3_1_1.CategoryExtentType

Packages that use CategoryExtentType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CategoryExtentType
 CategoryExtentType GMLMarshaller.marshalCategoryExtent(CategoryExtent src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CategoryExtentType
 CategoryExtent GMLUnmarshaller.unmarshalCategoryExtent(CategoryExtentType src)
           
 

Uses of CategoryExtentType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CategoryExtentType
 CategoryExtentType ObjectFactory.createCategoryExtentType()
          Create an instance of CategoryExtentType
 CategoryExtentType ValuePropertyType.getCategoryExtent()
          Gets the value of the categoryExtent property.
 CategoryExtentType RangeParametersType.getCategoryExtent()
          Gets the value of the categoryExtent property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CategoryExtentType
 javax.xml.bind.JAXBElement<CategoryExtentType> ObjectFactory.createCategoryExtent(CategoryExtentType value)
          Create an instance of JAXBElement<CategoryExtentType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CategoryExtentType
 javax.xml.bind.JAXBElement<CategoryExtentType> ObjectFactory.createCategoryExtent(CategoryExtentType value)
          Create an instance of JAXBElement<CategoryExtentType>}
 void ValuePropertyType.setCategoryExtent(CategoryExtentType value)
          Sets the value of the categoryExtent property.
 void RangeParametersType.setCategoryExtent(CategoryExtentType value)
          Sets the value of the categoryExtent property.