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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGeometryProperties(MetaClass metaClass) Returns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.getGeometryProperty(MetaClass metaClass) Returns a single MetaProperty corresponding to the field annotated withGeometryin the entity's MetaClass.
-
Constructor Details
-
GeometryPropertiesResolverImpl
public GeometryPropertiesResolverImpl()
-
-
Method Details
-
getGeometryProperties
Description copied from interface:GeometryPropertiesResolverReturns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.- Specified by:
getGeometryPropertiesin interfaceGeometryPropertiesResolver- Parameters:
metaClass- entity's MetaClass- Returns:
- Geometry metaProperties
-
getGeometryProperty
Description copied from interface:GeometryPropertiesResolverReturns a single MetaProperty corresponding to the field annotated withGeometryin the entity's MetaClass.- Specified by:
getGeometryPropertyin interfaceGeometryPropertiesResolver- Parameters:
metaClass- entity's MetaClass- Returns:
- Geometry metaProperty
-