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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractCoverageType
 void GMLMarshaller.marshalAbstractCoverage(AbstractCoverage src, AbstractCoverageType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractCoverageType
 void GMLUnmarshaller.unmarshalAbstractCoverage(AbstractCoverageType src, AbstractCoverage dest)
           
 

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

Subclasses of AbstractCoverageType in org.citygml4j.jaxb.gml._3_1_1
 class AbstractContinuousCoverageType
          A continuous coverage as defined in ISO 19123 is a coverage that can return different values for the same feature attribute at different direct positions within a single spatiotemporal object in its spatiotemporal domain Java class for AbstractContinuousCoverageType complex type.
 class AbstractDiscreteCoverageType
          A discrete coverage consists of a domain set, range set and optionally a coverage function.
 class GridCoverageType
          Java class for GridCoverageType complex type.
 class MultiCurveCoverageType
          A discrete coverage type whose domain is defined by a collection of curves.
 class MultiPointCoverageType
          A discrete coverage type whose domain is defined by a collection of point Java class for MultiPointCoverageType complex type.
 class MultiSolidCoverageType
          A discrete coverage type whose domain is defined by a collection of Solids.
 class MultiSurfaceCoverageType
          A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).
 class RectifiedGridCoverageType
          Java class for RectifiedGridCoverageType complex type.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractCoverageType
 javax.xml.bind.JAXBElement<AbstractCoverageType> ObjectFactory.create_Coverage(AbstractCoverageType value)
          Create an instance of JAXBElement<AbstractCoverageType>}