Package io.jmix.maps
Class GeometryPropertiesResolverImpl
java.lang.Object
io.jmix.maps.GeometryPropertiesResolverImpl
- All Implemented Interfaces:
GeometryPropertiesResolver
@Component("map_GeometryPropertiesResolver")
public class GeometryPropertiesResolverImpl
extends Object
implements GeometryPropertiesResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGeometryProperties
(MetaClass metaClass) Returns a collection of MetaProperties corresponding to the fields annotated withGeometry
in the entity's MetaClass.getGeometryProperty
(MetaClass metaClass) Returns a single MetaProperty corresponding to the field annotated withGeometry
in the entity's MetaClass.
-
Constructor Details
-
GeometryPropertiesResolverImpl
public GeometryPropertiesResolverImpl()
-
-
Method Details
-
getGeometryProperties
Description copied from interface:GeometryPropertiesResolver
Returns a collection of MetaProperties corresponding to the fields annotated withGeometry
in the entity's MetaClass.- Specified by:
getGeometryProperties
in interfaceGeometryPropertiesResolver
- Parameters:
metaClass
- entity's MetaClass- Returns:
- Geometry metaProperties
-
getGeometryProperty
Description copied from interface:GeometryPropertiesResolver
Returns a single MetaProperty corresponding to the field annotated withGeometry
in the entity's MetaClass.- Specified by:
getGeometryProperty
in interfaceGeometryPropertiesResolver
- Parameters:
metaClass
- entity's MetaClass- Returns:
- Geometry metaProperty
-