/** @deprecated use {@link #GeometryPropertyType_GetProperties(Geometry)} */
 public static List getProperties(Geometry geometry) {
   return INSTANCE.GeometryPropertyType_GetProperties(geometry);
 }
 public List getProperties(Object object) throws Exception {
   return encodingUtils.GeometryPropertyType_GetProperties((Geometry) object);
 }