Uses of Class
org.opencms.xml.content.CmsGeoMappingConfiguration.Entry
Packages that use CmsGeoMappingConfiguration.Entry
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of CmsGeoMappingConfiguration.Entry in org.opencms.xml.content
Fields in org.opencms.xml.content with type parameters of type CmsGeoMappingConfiguration.EntryModifier and TypeFieldDescriptionprotected List<CmsGeoMappingConfiguration.Entry>
CmsDefaultXmlContentHandler.m_geomappingEntries
The configured geo-coordinate mapping configuration entries.Methods in org.opencms.xml.content that return types with arguments of type CmsGeoMappingConfiguration.EntryModifier and TypeMethodDescriptionCmsGeoMappingConfiguration.getEntries()
Gets the configuration entries.Constructor parameters in org.opencms.xml.content with type arguments of type CmsGeoMappingConfiguration.EntryModifierConstructorDescriptionCmsGeoMappingConfiguration
(List<CmsGeoMappingConfiguration.Entry> configEntries) Creates a configuration from a list of configuration entries.