- java.lang.Object
-
- org.citygml4j.xml.module.Module
-
- org.citygml4j.xml.module.citygml.CityGMLModule
-
- org.citygml4j.xml.module.citygml.LandUseModule
-
public class LandUseModule extends CityGMLModule
-
-
Field Summary
Fields Modifier and Type Field Description static LandUseModulev1_0static LandUseModulev2_0static LandUseModulev3_0
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LandUseModuleof(org.citygml4j.core.model.CityGMLVersion version)-
Methods inherited from class org.citygml4j.xml.module.citygml.CityGMLModule
getCityGMLVersion
-
Methods inherited from class org.citygml4j.xml.module.Module
getNamespacePrefix, getNamespaceURI, getSchemaLocation, isSetSchemaLocation
-
-
-
-
Field Detail
-
v3_0
public static final LandUseModule v3_0
-
v2_0
public static final LandUseModule v2_0
-
v1_0
public static final LandUseModule v1_0
-
-
Method Detail
-
of
public static LandUseModule of(org.citygml4j.core.model.CityGMLVersion version)
-
-