Package io.jmix.maps
Class GeometryPropertiesResolverImpl
java.lang.Object
io.jmix.maps.GeometryPropertiesResolverImpl
- All Implemented Interfaces:
- GeometryPropertiesResolver
@Deprecated(since="2.1.2")
@Component("map_GeometryPropertiesResolver")
public class GeometryPropertiesResolverImpl
extends Object
implements GeometryPropertiesResolver
Deprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetGeometryProperties(MetaClass metaClass) Deprecated.Returns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.getGeometryProperty(MetaClass metaClass) Deprecated.Returns a single MetaProperty corresponding to the field annotated withGeometryin the entity's MetaClass.
- 
Constructor Details- 
GeometryPropertiesResolverImplpublic GeometryPropertiesResolverImpl()Deprecated.
 
- 
- 
Method Details- 
getGeometryPropertiesDeprecated.Description copied from interface:GeometryPropertiesResolverReturns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.- Specified by:
- getGeometryPropertiesin interface- GeometryPropertiesResolver
- Parameters:
- metaClass- entity's MetaClass
- Returns:
- Geometry metaProperties
 
- 
getGeometryPropertyDeprecated.Description copied from interface:GeometryPropertiesResolverReturns a single MetaProperty corresponding to the field annotated withGeometryin the entity's MetaClass.- Specified by:
- getGeometryPropertyin interface- GeometryPropertiesResolver
- Parameters:
- metaClass- entity's MetaClass
- Returns:
- Geometry metaProperty
 
 
- 
Geometryannotation use "property" attribute in "dataVectorSource" XML element.