Modifier and Type | Method and Description |
---|---|
CityGMLOutputFactory |
CityGMLBuilder.createCityGMLOutputFactory(CityGMLVersion version) |
CityGMLOutputFactory |
CityGMLBuilder.createCityGMLOutputFactory(CityGMLVersion version,
SchemaHandler schemaHandler) |
Modifier and Type | Method and Description |
---|---|
CityGMLOutputFactory |
JAXBBuilder.createCityGMLOutputFactory(CityGMLVersion version) |
CityGMLOutputFactory |
JAXBBuilder.createCityGMLOutputFactory(CityGMLVersion version,
SchemaHandler schemaHandler) |
JAXBMarshaller |
JAXBBuilder.createJAXBMarshaller(CityGMLVersion version) |
Modifier and Type | Method and Description |
---|---|
CityGMLVersion |
ADEMarshallerHelper.getTargetCityGMLVersion() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJAXBWriter.setPrefixes(CityGMLVersion version) |
void |
AbstractJAXBWriter.setSchemaLocations(CityGMLVersion version) |
Modifier and Type | Method and Description |
---|---|
void |
JAXBValidator.validate(java.lang.Object object,
CityGMLVersion version) |
Modifier and Type | Method and Description |
---|---|
CityGMLVersion |
ModuleContext.getCityGMLVersion() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleContext.setCityGMLVersion(CityGMLVersion version) |
Constructor and Description |
---|
ModuleContext(CityGMLVersion version) |
Modifier and Type | Method and Description |
---|---|
CityGMLVersion |
ADEModule.getCityGMLVersion() |
Constructor and Description |
---|
ADEModule(ModuleType type,
ModuleVersion version,
java.lang.String namespaceURI,
java.lang.String namespacePrefix,
java.lang.String schemaLocation,
CityGMLVersion cityGMLVersion) |
ADEModule(java.lang.String namespaceURI,
CityGMLVersion cityGMLVersion) |
ADEModule(java.lang.String namespaceURI,
java.lang.String namespacePrefix,
CityGMLVersion cityGMLVersion) |
ADEModule(java.lang.String namespaceURI,
java.lang.String namespacePrefix,
java.lang.String schemaLocation,
CityGMLVersion cityGMLVersion) |
Modifier and Type | Field and Description |
---|---|
static CityGMLVersion |
CityGMLVersion.DEFAULT |
static CityGMLVersion |
CityGMLVersion.v1_0_0 |
static CityGMLVersion |
CityGMLVersion.v2_0_0 |
Modifier and Type | Method and Description |
---|---|
static CityGMLVersion |
CityGMLVersion.fromCityGMLModule(CityGMLModule module) |
static CityGMLVersion |
CityGMLVersion.fromCityGMLNamespaceURI(java.lang.String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CityGMLVersion> |
CityGMLVersion.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
CityGMLNamespaceContext.setPrefixes(CityGMLVersion version) |
Modifier and Type | Method and Description |
---|---|
void |
CityGMLOutputFactory.setCityGMLVersion(CityGMLVersion version) |
void |
AbstractCityGMLOutputFactory.setCityGMLVersion(CityGMLVersion version) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCityGMLWriter.setPrefixes(CityGMLVersion version) |
void |
AbstractCityGMLWriter.setSchemaLocations(CityGMLVersion version) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.validate(java.lang.Object object,
CityGMLVersion version) |