Package nl.bimbase.bimworks.client.apis
Class GisApi
java.lang.Object
nl.bimbase.bimworks.client.SubApi
nl.bimbase.bimworks.client.apis.GisApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadCityGml(Set<UUID> versionUuids, nl.bimbase.bimworks.CityGmlFileType cityGmlType, nl.bimbase.bimworks.CityGmlExportSettings exportSettings) nl.bimbase.bimworks.common.api.geometry.GeoReferenceextractGeoReference(UUID versionUuid, String epsgCode) nl.bimbase.bimworks.common.api.geometry.GeoReferencegetGeoReference(UUID versionUuid) voidsetGeoReference(UUID versionUuid, nl.bimbase.bimworks.common.api.geometry.GeoReference geoReference) Methods inherited from class nl.bimbase.bimworks.client.SubApi
getBimWorksClient, toJsonArray
-
Constructor Details
-
GisApi
-
-
Method Details
-
getGeoReference
public nl.bimbase.bimworks.common.api.geometry.GeoReference getGeoReference(UUID versionUuid) throws BimWorksException - Throws:
BimWorksException
-
setGeoReference
public void setGeoReference(UUID versionUuid, nl.bimbase.bimworks.common.api.geometry.GeoReference geoReference) throws BimWorksException - Throws:
BimWorksException
-
extractGeoReference
public nl.bimbase.bimworks.common.api.geometry.GeoReference extractGeoReference(UUID versionUuid, String epsgCode) throws BimWorksException - Throws:
BimWorksException
-
downloadCityGml
public InputStream downloadCityGml(Set<UUID> versionUuids, nl.bimbase.bimworks.CityGmlFileType cityGmlType, nl.bimbase.bimworks.CityGmlExportSettings exportSettings) throws BimWorksException - Throws:
BimWorksException
-