All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.plugins.SchemaName Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show newest version
package org.bimserver.plugins;

/******************************************************************************
 * Copyright (C) 2009-2017  BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see {@literal}.
 *****************************************************************************/

public enum SchemaName {
	IFC_STEP_2X3TC1,
	IFC_STEP_4,
	IFC_XML_2x3TC1,
	IFC_XML_4,
	IFC_JSON_2x3TC1,
	IFC_JSON_4,
	IFC_JSON_GEOM_2x3TC1,
	IFC_JSON_GEOM_4,
	BCF_ZIP_1_0,
	BCF_ZIP_2_0,
	GLTF_1_0,
	GLTF_BIN_1_0,
	COLLADA_1_5,
	KMZ_2_2_0,
	BINARY_GEOMETRY_6,
	CITYGML_2_0_0,
	VIS_3D_JSON_1_0,
	VALIDATION_JSON_1_0,
	LOD_CSV_1_0,
	INFO_3D_EXCEL_1_0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy