package
Version:
v0.0.0-...-e9a8072
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CityGMLFile struct {
MeshCode string `json:"code"`
MaxLOD int `json:"maxLod"`
URL string `json:"url"`
}
type CityGMLFilesResponse struct {
CityCode string `json:"cityCode"`
CityName string `json:"cityName"`
Year int `json:"year"`
RegistrationYear int `json:"registrationYear"`
Spec string `json:"spec"`
URL string `json:"url"`
Files CityGMLFiles `json:"files"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.