Package org.opencms.xml.content
Class CmsGeoMappingConfiguration
java.lang.Object
org.opencms.xml.content.CmsGeoMappingConfiguration
Geo-coordinate mapping configuration for an XML content schema.
Consists of a list of entries, where each entry has a type and a value.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A single configuration entry.static enum
Enum representing the type of a single configuration entry in a geomapping configuration. -
Constructor Summary
ConstructorDescriptionCmsGeoMappingConfiguration
(List<CmsGeoMappingConfiguration.Entry> configEntries) Creates a configuration from a list of configuration entries. -
Method Summary
-
Constructor Details
-
CmsGeoMappingConfiguration
Creates a configuration from a list of configuration entries.- Parameters:
configEntries
- the configuration entries.
-
-
Method Details