Class CityJSONUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.CityJSONUnmarshaller
-
public class CityJSONUnmarshaller extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GEOMETRY_INSTANCE_LOD
static java.lang.String
SURFACE_DATA_ID
static java.lang.String
TEXTURE_COORDINATES
-
Constructor Summary
Constructors Constructor Description CityJSONUnmarshaller()
CityJSONUnmarshaller(TextureFileHandler textureFileHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ADEUnmarshaller
getADEUnmarshaller()
CityGMLUnmarshaller
getCityGMLUnmarshaller()
CityJSONRegistry
getCityJSONRegistry()
GMLUnmarshaller
getGMLUnmarshaller()
TextureFileHandler
getTextureFileHandler()
void
setTextureFileHandler(TextureFileHandler textureFileHandler)
CityModel
unmarshal(CityJSON src)
-
-
-
Field Detail
-
SURFACE_DATA_ID
public static final java.lang.String SURFACE_DATA_ID
- See Also:
- Constant Field Values
-
TEXTURE_COORDINATES
public static final java.lang.String TEXTURE_COORDINATES
- See Also:
- Constant Field Values
-
GEOMETRY_INSTANCE_LOD
public static final java.lang.String GEOMETRY_INSTANCE_LOD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CityJSONUnmarshaller
public CityJSONUnmarshaller(TextureFileHandler textureFileHandler)
-
CityJSONUnmarshaller
public CityJSONUnmarshaller()
-
-
Method Detail
-
getCityGMLUnmarshaller
public CityGMLUnmarshaller getCityGMLUnmarshaller()
-
getGMLUnmarshaller
public GMLUnmarshaller getGMLUnmarshaller()
-
getADEUnmarshaller
public ADEUnmarshaller getADEUnmarshaller()
-
getTextureFileHandler
public TextureFileHandler getTextureFileHandler()
-
setTextureFileHandler
public void setTextureFileHandler(TextureFileHandler textureFileHandler)
-
getCityJSONRegistry
public CityJSONRegistry getCityJSONRegistry()
-
-