Interface CityGMLModule
-
- All Superinterfaces:
Module
,java.io.Serializable
- All Known Implementing Classes:
AbstractCityGMLModule
,AppearanceModule
,BridgeModule
,BuildingModule
,CityFurnitureModule
,CityObjectGroupModule
,CoreModule
,GenericsModule
,LandUseModule
,ReliefModule
,TexturedSurfaceModule
,TransportationModule
,TunnelModule
,VegetationModule
,WaterBodyModule
public interface CityGMLModule extends Module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CityGMLModuleType
getType()
CityGMLModuleVersion
getVersion()
-
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
-
-
-
-
Method Detail
-
getType
CityGMLModuleType getType()
-
getVersion
CityGMLModuleVersion getVersion()
- Specified by:
getVersion
in interfaceModule
-
-